/* CSS Document */


/* == MAIN STYLES == */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Geneva, sans-serif;
}

h1 {
	font-size: 40px;
	margin: 0; padding: 0;
	color: white;
	text-shadow: 5px 5px 5px black;
}

h1 span {
	display:block;
	font-size: 24px;
}

h2 {
	font-size: 32px;
	font-weight: normal;
}

p {
	font-size: 14px;
}

.wrapper{
	max-width: 1600px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.clearfix{clear:both;}

.btn {
	text-align: center;
	width: 120px;
	height: auto;
	background-color: black;
	color: white;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	display:inline-block;
}

.btn:hover {
	background-color: white;
	color: black;
}

/* COLORS */




/* FONTS */

/* font-family: Verdana, Arial, Geneva, sans-serif; */



/* == HEADER == */
header {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 100px;
	padding-right: 100px;
}

#headernav {
	float:right;
	width:auto;
	margin-top:55px;
}

#headernav ul {
	width: auto;
	margini: 0; padding: 0;
}

#headernav ul li {
	list-style: none;
	float: left;
	font-size: 24px;
	font-family: Verdana, Arial, Geneva, sans-serif;
	margin-left: 24px;
}

#headernav ul li a {
	color: black;
	text-decoration: none;
	
}

.hamburger {
	display: none;
	width: 50px;
	text-align: center;
	height: auto;
}

.logo {
	float:left;
	width: 175px;
	height: auto;
}



/* == SPLASH == */

#splash {
	background-image:url(../img/jpg/desktop/splash.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}

#valueprop {
	position: absolute;
	width: 20%;
	padding: 20px;
	top:55%;
	left:75%;
	text-align: center;
	
	display:table;
	
	transform: translateY(-25%);
}

.btn-reserve {
	display: inline-block;
	margin-top: 10px;
	
	background-color: #F8A260;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: black;
	
	padding: 15px;
	box-shadow: 5px 5px 25px black;
}

.btn-reserve:hover {
	background-color: white;
	
}

#valueprop h1{margin-top:0;}



/* == MAIN == */




/* ABOUT US */

#about {
	text-align: center;
}

.aboutwrapper {
	padding-top:25px;
	padding-bottom: 25px;
	background-color: lightgray;
}

#about-title {
	font-size: 36px;
	font-weight: normal;
}

.about-item {
	/* USE VERTICAL ALIGN: TOP TO FIX INLINE BLOCK ORIENTATION SCALING */
	
	display: inline-block;
	vertical-align: top;
	width: 20%;
	margin-left: 5.625%;
	margin-right: 5.625%;
	margin-top: 25px;
	margin-bottom: 25px;
	
	box-sizing: border-box;
}

.imgwrapper {
	width: 250px;
}

.about-item img {
	width: 100%;
	height: auto;
}


/* HOURS */

#hours {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}


/* REVIEWS */

#reviews {
	
	text-align: center;
	
	/*
	padding-top: 25px;
	background-image: radial-gradient(white, #F8A260);
	
	height: 500px; */
}

.reviewwrapper {
	padding-top:25px;
	padding-bottom: 80px;
	background-image: radial-gradient(white, #F8A260);
}

.review-item {
	display: inline-block;
	vertical-align: top;
	width: 24%;
	height: 200px;
	margin-left: 3.4%;
	margin-right: 3.4%;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: lightgray;
	box-shadow: 5px 5px 25px black;
	padding: 10px;
	
	box-sizing: border-box;
}


/* LEAVE A REVIEW */

/*#reviewwrapper {
	width: 960px;
}*/

#leave-review {
	text-align: center;
}

#leave-review h2 {
	text-align: center;
}

form {
	width: 50%;
	display: inline-block;
	font-size: 18px;
}

form textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid black;
	margin: 10px 0;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 18px;
}

.name {
	width: 25%;
	padding: 10px;
	border: 1px solid black;
	margin: 10px 0;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 18px;
	float:left;
}

.comments {
	padding-right: 25%;
	resize: none;
	width: 75%;
	height: 8em;
}

#ratings {
	margin-top: 10px;
	margin-bottom: 100px;
}

form span, .check {
	display: inline-block;
	float: left;
}

form span {
	margin-left: 4%;
	font-size: 24px;
	font-weight: bold;
}

.check {
	padding-top:5px;
	padding-left: 5px;
}


.sbutton {
	background-color: black;
	color: white;
	padding: 5px;
	padding-left: 25px;
	padding-right: 25px;
	margin-right: 4%;
	font-size: 18px;
	float: right;
	display: inline-block;
	
}

.sbutton:hover {
	background-color: white;
	color: black;
}



/* FOOTER */

footer {
	background-color: lightgray;
	text-align: center;
	
	padding: 25px;
	padding-top: 50px;
}

#logo-decorative img {
	height: 30px;
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
}

#logo-decorative-mobile {
	display: none;
}

#footernav {
	display: none;
}

#footernav ul {
	padding: 0;
}

#footernav ul li {
	list-style: none;
	font-size: 32px;
	font-family: Verdana, Arial, Geneva, sans-serif;

	margin-bottom: 15px;
}

#footernav ul li a {
	color: black;
	text-decoration: none;
	
}

#social {
	text-align: center;
}

#social ul {
	margin: 0;
	padding: 0;
}

#social li {
	list-style: none;
	font-size: 32px;
	margin-right: 15px;
	text-align: center;
	
	display: inline-block;
}

#social img {
	height: 38px;
	width: auto;
}

#social a {}


/* == MEDIA QUERIES == */ /* == MOBILE SETTINGS == */

@media screen and (max-width:1366px) {

	
	
	
	/* review stuff */
	
	form {
		width:75%;
	}
	
	.name {
		width:50%;
	}
	
	span, .check {
		text-align: center;
	}
	
	.sbutton {
		display:block;
		text-align: center;
	}

	
} /* 1366px */




@media screen and (max-width:1104px) {
	
	#valueprop {
		/*position: relative;
		width: 300px;
		padding: 20px;
		top:67.5%;
		left: 37.5%;
		text-align: center;
		
		display:inline-block;
		
		transform: translateY(-25%); */
		
		
		position: absolute;
  		top: 77.5%;
  		left: 50%;
  		transform: translate(-50%, -50%);
		margin: 0;
		
		width: 300px;
		padding: 20px;
		padding-right: 0;
	}
	
	/* about us */
	
	.aboutwrapper {
		padding-top: 50px;
		padding-bottom: 12.5px;
	}
	
	.about-item {
		display: block;
		width: 100%;
		margin: 0 0 50px;
	}
	
	.about-item p {
		width:50%;
		margin-left: auto;
		margin-right: auto;
	}
	
	/* review */
	.reviewwrapper {
	padding-top:25px;
	padding-bottom: 25px;
}
	
	.review-item {
		display: block;
		width: 100%;
		margin: 0 0 50px;
		height: 150px;
	}
	
	
	
} /* 1104px */


@media screen and (max-width:960px) {
	
	/* header */
	
	header {
		text-align: center;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	
	.logo {
		display: inline-block;
		float: none;
		width: 125px;
	}
	
	#headernav {
		display: none;
	}
	
	.hamburger {
		display: inline-block;
		margin-top: 25px;
	}
	
	.mobileclear {clear:both;}
	
	
	
	
	
	
	/* footer */
	
	footer {
		padding-top: 10px;
	}
	
	#logo-decorative {
		display: none;
	}
	
	#logo-decorative-mobile {
		display: inline-block;
	}
	
	#logo-decorative-mobile img {
		height: 30px;
		width: auto;
		margin-left: 10px;
		margin-right: 10px;
	}
	
	#footernav {
		display: block;
	}
	
} /* 960px */


@media screen and (max-width: 768px) {
	
	
	
	
	
	#splash {
		
		height: 325px;
	}
	
	#valueprop {
		top:50%;
	}
	
	.name {
		width: 100%;
		padding-right: 0px;
	}
} /* 768px */


