@font-face{
	font-family: 'Yellowtail';
	src: url('../fonts/Yellowtail-Regular.otf');
}
html, body{
	margin: 0;
	padding: 0;
	background-color: white;
	margin-top: 1em;
	font-family: 'LatoLatinWeb', sans-serif;
}
#topbar{
	top: 0;
	padding: 0.5em 0em;
	width: 100%;
	position: fixed;
	background: white;
	box-shadow:
		0px 1px 2px rgba(0,0,0,0.7),
		0px 8px rgba(255,255,255,0.5);
	z-index: 100;
}
#topbar div{
	width: 49%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
#topbar a{
	font-weight: bolder;
}
#topbar a:link,
#topbar a:hover,
#topbar a:visited,
#topbar a:active{
	color: #444;
	text-decoration: none;
	padding: 0 0.5em;
}

h1{
	text-transform: uppercase;
	font-size: 2.5em;
	color: white;
	line-height: 0.7em;
	text-shadow:
		1px 1px 0 rgba(0,0,0,0.5);
}
h1 span{
	text-transform: none;
	font-size: 75%;
	font-family: 'Yellowtail', cursive;
	font-weight: normal;
	opacity: 0.75;
}
h2{
	color: #444;
}

#welcome{
	width: 100%;
	min-height: 30em;
	height: 100vh;
	background-image: url("../img/welcome.jpg");
	background:
		linear-gradient(
			rgba(0,0,0,0.0) 10%,
			rgba(0,0,0,0.5) 35%,
			rgba(0,0,0,0.5) 70%,
			rgba(0,0,0,0.0) 90%
		),
		url("../img/welcome.jpg");
	background-position: center top;
	display: flex;
	align-items: center;
	align-content: center;
	padding: 0;
}

#welcome .center{
	text-align: center;
	margin: auto;
	font-size: 2em;
}
#welcome h1{
	line-height: 0.9em;
	font-size: 2em;
	border-bottom: 4px double white;
	padding: 0em 1em;
	text-shadow:
		0 0 1px black,
		1px 1px 0 rgba(0,0,0,0.5);
}
#welcome h1 span{
	opacity: 1;
}
#welcome a:link,
#welcome a:hover,
#welcome a:visited,
#welcome a:active{
	font-size: 0.9em;
	color: white;
	text-decoration: none;
	font-family: cursive;
	padding: 0em 1.3em;
	text-shadow: 0 0 1px black;
}
#welcome img{
	height: 1.3em;
}


div.banner{
	text-align: center;
	background:
		linear-gradient(
			70deg,
			rgba(255,255,255,0.00) 8%,
			rgba(255,255,255,0.05) 10%,
			rgba(255,255,255,0.20) 11%,
			rgba(255,255,255,0.00) 11.1%,
			rgba(255,255,255,0.00) 59%,
			rgba(255,255,255,0.05) 67%,
			rgba(255,255,255,0.20) 68%,
			rgba(255,255,255,0.00) 68.1%
		),
		linear-gradient(
			to bottom,
			rgba(255,255,255,0.1) 0%,
			rgba(255,255,255,0.0) 25%
		),
		linear-gradient(
			#5ac,
			#5ac
		);
	box-shadow: 0 0 2px black;
	padding: 3em 0em;
}
div.banner *{
	padding: 0;
	margin: 0
}
body > div {
	padding: 1em 9%;
	padding-top: 4em;
	text-align: center;
}
body > div#lightbox{ /*Undo rule above for lightbox*/
	padding: 0;
}
div.img_and_text h2{
	margin: 0.5em 0em;
}
div.img_and_text p{
	margin: 0.25em 0em;
}
div.img_and_text,
#tips div,
#testimonials div{
	border: 2px solid       rgba(128,128,128,1  );
	box-shadow: 1px 1px 2px rgba(128,128,128,0.5);
	display: inline-block;
	width: 20%;
	min-width: 15em;
	vertical-align: top;
	margin: 1em;
	padding: 0.5em;
	background: #fefef8;
	text-align: left;
	line-height: 1.7em;
	min-height: 25em;
}
div.img_and_text img{
	width: 100%;
}

div.page_2_col div,
div.page_3_col div{
	vertical-align: top;
	text-align: left;
	margin: auto;
	display: inline-block;
	padding: 0 2em;
}
div.page_2_col div{
	min-width: 30em;
	width: 40%;
}
div.page_3_col div{
	min-width: 20em;
	width: 25%;
}
#testimonials div{
	min-height: 20em;
}

.rooms > div{
	text-align: left;
	border: 2px solid rgba(128,128,128,1);
	box-shadow: 1px 1px 2px rgba(128,128,128,0.5);
	margin-bottom: 2em;
	padding: 3em;
	background: #fefef8;
}
.rooms .price{
	font-size: 2em;
	border-radius: 5em;
	border: 2px solid black;
	font-weight: bolder;
	padding-top: 0.7em;
	display: inline-block;
	line-height: 0.5em;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 2.6em;
	width: 2.6em;
	background-color: #8d4;
	position: relative;
	top: 2em;
	left: -1em;
	transform: rotate(-15deg);
	margin-top: -2em;
	box-shadow: 1px 1px 4px rgba(0,0,0,1);
}
.rooms .price span{
	font-size: 0.5em;
	font-weight: normal;
}
.rooms img{
	border: 2px solid rgba(128,128,128,1);
	box-shadow: 1px 1px 2px rgba(128,128,128,0.5);
}
.rooms .features{
	display: inline-block;
	margin-left: 1em;
}
.rooms .features span{
	font-size: 0.8em;
	padding: 0.2em;
	background: white;
	text-align: center;
}
.rooms .features span:hover{
	text-shadow: 0 0 2px #00f;
}
.rooms .features span span{
	display: none;
	text-shadow: none;
	margin: 0 0.1em;
	border: 1px solid;
	border-radius: 0.1em;
	font-size: 0.8em;
}
.rooms .features span:hover span{
	display: inline-block;
	position: absolute;
	margin-top: -2em;
	margin-left: -1em;
	box-shadow: 1px 1px 4px rgba(0,0,0,1);
}
.rooms .features span:hover span::before{
	content:'';
	width: 0.5em;
	height: 0.5em;
	display: inline-block;
	position: absolute;
	margin-top: 1.2em;
	margin-left: -0.5em;
	background: black;
	transform: rotate(45deg);
}

table{
	width: 100%;
	border-collapse: collapse;
}
table th,
table td{
	padding: 0.5em 0.1em;
}
table th{
	background: #444;
	color: white;
}
table tr:nth-child(2n){
	background: #eee;
}

.contact{
	text-align: left;
}

.page_map{
	height: 40em;
	padding-bottom: 3em;
	
}
.page_map iframe{
	border: 2px solid       rgba(128,128,128,1  );
	box-shadow: 1px 1px 2px rgba(128,128,128,0.5);
}

.gallery img{
	border: 2px solid       rgba(128,128,128,1  );
	box-shadow: 1px 1px 2px rgba(128,128,128,0.5);
}
.gallery img:hover{
	border-color: red;
}
