@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial;
}
h1, h2, h3, h4, h5, h6, p, hr {
	margin: 15px 20px;
}
h1, h2, h3, h4, h5, h6, p, li {
	
}
h1, h2, h3 {
	color: #9d264b; /* raspberry */
}
h1 {
	font-size: 240%;
}
h1 small {
	font-size: 60% !important;
	text-transform: uppercase;
}
h2 {
	font-size: 180%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 120%;
}
p, li {
	line-height: 150%;
}
li {
	margin-right: 20px;
}
small {
	font-size: 75%;
}
.center {
	text-align: center;
}
a {
	color: #669933; /* green */
}
a:hover {
	color: #336600; /* green */
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
hr {
	padding: 0;
	border: 0;
	border-bottom: 2px solid #000000;
}
hr.clear {
	margin: 0;
	border: 0;
	padding: 0;
	background: 0;
	clear: both;
}
.clear {
	clear: both;
}
div {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
div.content {
	margin: 0 auto;
	padding: 0;
	max-width: 1280px;
}


div.header {
	background: #669933; /* green */
}
div.header a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
div.header div.nav {
	float: left;
	padding: 10px 15px;
}
div.header div.booknow {
	float: right;
}

.nav ul, .nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav ul li {
	display: inline-block;
}
.nav ul li a {
	display: block;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.button {
	display: inline-block;
	border: 1px solid #669933; /* green */
	border-radius: 10px;
	padding: 7px 10px;
	font-weight: bold;
	color: #669933; /* green */
	text-decoration: none;
}


.headerphoto {
	padding: 10% 0;
	background: #666666;
	color: #ffffff;
	text-align: center;
}
.headerphoto h1 {
	color: #ffffff;
	text-shadow: 0 0 20px #000000;
}

div.content {
	margin: 0 auto;
	max-width: 1200px;
}

.feature {
	padding: 1px 0;
	background: #cccccc;
	text-align: center;
}

.feature_review {
	padding: 20px 0;
	background: #669933; /* green */
	color: #ffffff;
}
.feature_review .content {
	max-width: 640px;
}
.feature_review .quote {
	font-size: 120%;
}
.feature_review .button {
	border: 1px solid #ffffff;
	background: none;
	color: #ffffff;
}

p.intro {
	font-size: 120%;
}
.suitestats, .suiterates {
	margin: 0 auto;
	max-width: 640px;
	font-size: 125%;
}
.suitestats b, .suiterates b {
	font-size: 150%;
}

.suitestats div {
	float: left;
	width: 33.33%;
	text-align: center;
}
.suiterates div {
	float: left;
	width: 25%;
	text-align: center;
}



@media screen and (min-width: 600px) {
	.amenities {
		column-count: 2;
	}
}

@media screen and (min-width: 750px) {
	.col {
		float: left;
		width: 50%;
	}
	.col:nth-of-type(2n+1) {
		clear: both;
	}
	.amenities {
		column-count: 3;
	}
	.photo {
		float: left;
		width: 50%;
	}
	.photo:nth-of-type(2n+1) {
		clear: both;
	}
}

@media screen and (min-width: 960px) {
	.col {
		float: left;
		width: 33.33%;
	}
	.col:nth-of-type(2n+1) {
		clear: none;
	}
	.col:nth-of-type(3n+1) {
		clear: none;
	}
	.amenities {
		column-count: 4;
	}
}