/*
Theme Name: Nada hos Vinni
Theme URI: https://nadahosvinni.dk/
Author: Vinni Laugesen
Author URI: https://nadahosvinni.dk/
Text Domain: nadahosvinni
*/
.container {
	max-width: 1100px;
}
body {
	background-color: #212529;
}
.navbar {
	background-color: #269392;
}
.wrapper {
	background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #269392;
}
td.price {
	min-width: 150px;
	display: block;
}
.gallery img {
	width: 31%;
	margin: 4px;
	border-radius: 0.3rem;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
