﻿body {
	font-family: arial;
	font-size: 15.5px;
	overflow-x: hidden;
}
#background-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 35vh;
	background-image: url('background.jpg');
	background-position: center center;
	background-size: 100% auto;
	z-index: -1;
}
#container {
	background: #fff;
	min-height: 600px;
	margin-top: 35vh;
	background: #fff;
}
.container {
	max-width: 1000px;
}
#title {
	margin: -38px 0 -6px;
	padding: 0 15px;
	color: #fff;
	font-size: 34px;
	white-space: nowrap;
}
nav.navbar {
	padding: 16px 0 0;
	margin-bottom: -10px;
	font-size: 20px;
}
nav.navbar .nav-link {
	margin-right: 32px;
}
nav.navbar .nav-item:last-child .nav-link {
	margin-left: 32px;
}
nav.navbar img {
	width: 27px;
	margin-top: 1px;
}
.content-section {
	margin-top: 30px;
	margin-bottom: 30px;
}
#about p:first-child {
	margin-top: 8px;
}
ul.conditions {
	font-size: 14px;
}
ul.no-dots {
	padding-left: 0;
}
ul.no-dots li {
	list-style: none;
}
#testimonials .testimonial {
	margin-top: 32px;
	font-style: italic;
}
#testimonials .testimonial .attribution {
	display: block;
	font-style: normal;
}
#testimonials .testimonial:before {
	display: inline;
	content: "“";
	font-size: 40px;
	vertical-align: top;
	line-height: 22px;
	letter-spacing: 10px;
}
#rates {
	background: #c78254;
	margin: 50px 0;
	padding: 30px 0;
	color: #fff;
}
#rates ul {
	margin: 25px 0 10px;
}
#location {
	font-size: 14px;
}
#map {
	width: 100%;
	height: 600px;
	max-height: 60vh;
}

h2 {

}
h4 {
	font-size: 18px;
}


@media (min-width: 576px) {
	#title {
		font-size: 48px;
		margin-top: -54px;
	}
}
@media (min-width: 768px) {
	#background-container {
		height: 60vh;
	}
	#container {
		margin-top: 60vh;
	}
	#title {
		margin-top: -82px;
		font-size: 72px;
	}
	#map {
		max-height: 85vh;
	}
	#testimonials .testimonial {
		margin-left: 40px;
		margin-right: 40px;
		font-style: italic;
		display: none;
	}
	#testimonials .testimonial.visible {
		display: block;	
	}
}