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

body {
	background-color: #FBF6E5;
}

header {
	margin: 0;
	height: 500px;
	width: 100%;
}

#banner {
	background-image: url("images/julian-hochgesang-unsplash2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
	height: 600px;
	width: 100%;
}

#header-content {
	background-color: rgba(255,255,255,0.8);
	position: fixed; 
	z-index: 2;
  	width: 100%;
}

#header-content img {
	width: 100px;
	height: auto;
	margin: 10px 30px;
}

nav {
	position: absolute;
	top: 30px;
	right: 80px;
}

nav ul {
	list-style-type: none;
}

nav li {
	float:left;
}

nav a {
	display: block;
	color: #003d4c;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

nav a:link {
	text-decoration: none;
}

#banner-text {
	transition: linear 2s;
}

#wrapper {
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 10px;
}

#wrapper h1 {
	font-size: 35px;
	margin-bottom: 25px;
	text-align: center;
}

#wrapper h2 {
	font-size: 25px;
}

#intro {
	background-color: #E1DAC0;
	width: 100%;
}


#intro h1 {
	font-size: 35px;
	text-align: center;
	padding: 30px 0 10px 0;
}

#intro p {
	padding: 20px 50px 30px;
	text-align: center;
	font-size: 16px;
}

#activity {
	width: 100%;
	margin: 30px 0;
}

#activity h2 {
	font-size: 25px;
	text-align: center;
	padding: 30px 0;
}

#activity-content {
	width: 80%;
	margin: 30px auto;
	display: flex;
	justify-content: space-around;
}

.activity-item {
	position: relative;
	width: 300px;
	margin: 0 20px;
}

.activity-item img {
	width: 100%;
	display: block;
}

.activity-item h3 {
	font-weight: bold;
	padding: 10px 15px;
}

.activity-item p {
	padding: 10px 15px;
}

/* ---------- TRANSITIONS ---------- */

.mask {
	width: 100%; /* Make 100% */
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	font-size: 16px;
	color: white;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.65);
	opacity: 0;
	transition: linear 1s;
}

.mask:hover {
	opacity: 1;
}

/* ---------- TRANSITIONS END ---------- */

#reviews {
	width: 100%;
	margin: 40px 0 60px;
	text-align: center;
}

#reviews h2 {
	font-size: 25px;
	text-align: center;
	padding: 40px 0;
}

#reviews p {
	width: 60%;
	height: 70px;
	margin: 10px auto 30px;
	padding: 10px 0px;
}

#review-cont {
	display:none;
	overflow: hidden;
}

button {
	background-color: #003d4c;
	color: white;
	border: none;
	padding: 15px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin-bottom: 20px;
}

#about-us {
	width: 80%;
	margin: 50px auto;
}

#about-us h1 {
	font-size: 35px;
	padding: 30px 40px 10px ;
}

#about-us p {
	font-size: 18px;
	padding: 30px 40px;
}

#about-us img {
	width: 100%
}

#accommodations {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.accom-types {
	margin: 5px;
	width: 300px;
	height: 350px;
}

.accom-types img {
	width: 300px;
	height: 200px;
	margin-top: 5px;
}

.accom-types h2 {
	text-align: center;
	padding: 10px;
	background-color: white;
}

.type-box {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	background-color: rgba(255,255,255,0.76);
	width: 30%;
	height: 500px;
	padding: 10px;
	margin: 10px 5px;
}

.type-box h3 {
	font-size: 20px;
	padding: 10px;
	background-color: rgba(255,255,255,0.76);
}

.type-image {
	margin: 5px 0px;
	width: 300px;
	height: 200px;
}

.type-info {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: left;
}

.type-info li {
	margin: 5px 0px;
}

#news {
	width: 90%;
	padding: 50px 40px;

}

#news h1 {
	font-size: 35px;
	padding-bottom: 40px;
}

#news h2 {
	font-size: 20px;
}

#form-box {
	background-color: #003d4c;
	padding: 40px;
	margin: 30px 0px 50px;
}

#form-content {
	background-color: white;
	margin: 10px;
	padding: 30px;
}

#titles h2{
	display: block;
	border: 1px solid #A79A69;
	padding: 20px 15px;
	background-color: white;
}

#titles a:link {
	text-decoration: none;
	color: #003d4c;
}

footer {
	clear: both;
	width: 100%;
	min-height: 200px;
	background-color: #E1DAC0;
	margin-top: 30px;
}

#footer-content {
	padding: 10px 60px;	
}

#footer-content h3 {
	font-weight: bold;
	font-size: 18px;
	margin: 15px auto;
}

#footer-content p {
	font-size: 14px;
	margin: 10px auto;
}

#copy {
	padding: 20px 0 0;
} 


@media only screen and (max-width: 1024px) {
	nav a {
		font-size: 1.0625em; /* 17/16 */
		padding: 14px 1.66666667%; /*16/960*/
}
		nav li {
		margin: 5px;
}
	#intro h1 {
		font-size: 2.1875em; /* 35/16 */
}
	#intro p {
		font-size: 1em; /* 16/16 */
		padding: 20px 5.208333333% 30px; /*50/960*/
	}
	#activity h2 {
		font-size: 1.5625em; /* 25/16 */
}
	#reviews h2 {
		font-size: 1.5625em; /* 25/16 */
}
	button {
		font-size: 1em; /* 16/16 */
		padding: 15px 2.604166667; /* 25/960*/
}	
	#about-us h1 {
		font-size: 2.1875em; /* 35/16 */
		padding: 30px 40px 10px ; /*  */
}
	#about-us p {
		font-size: 1.125em; /* 18/16 */
		padding: 30px 40px; /*  */
}
	#footer-content h3 {
		font-size: 1.125em; /* 18/16 */
}
	#footer-content p {
		font-size: 0.875em; /* 14/16 */
}
	#header-content img {
	width: 10.41666667; /* 100/960 */
	margin: 10px 3.125%; /*30/960*/
}
	.activity-item {
	width: 31.25%; /* 300/960 */
	margin: 0 2.083333333%; /*20/960*/
}
	.activity-item img {
	width: 100%;
	display: block;
}
	.activity-item h3 {
	padding: 10px 1.5625%; /*15/960*/
}
	.activity-item p {
	padding: 10px 1.5625%; /*15/960*/
}
	#news {
	padding: 50px 4.16666667; /*40/960*/
}
	#titles h2{
	padding: 20px 1.5625%; /*15/960*/
}
	#footer-content {
	padding: 10px 6.26%;/*60/960*/
}
	
}

@media only all and (max-width: 480px) {
	#header-content {
		height: 320px;
		position: absolute;
}
	nav a {	
		font-size: 1.0625em; /* 17/16 */
		padding: 14px 1.66666667%; /*16/320*/
}
	nav li {
		clear: both;
		margin: 5px;
}
	#intro h1 {
		font-size: 2.1875em; /* 35/16 */
}
	#intro p {
		font-size: 1em; /* 16/16 */
		padding: 20px 5.208333333% 30px; /*50/960*/
	}
	#activity h2 {
		font-size: 1.5625em; /* 25/16 */
}
	#reviews h2 {
		font-size: 1.5625em; /* 25/16 */
}
	button {
		font-size: 1em; /* 16/16 */
		padding: 15px 2.604166667; /* 25/960*/
}	
	#about-us h1 {
		font-size: 2.1875em; /* 35/16 */
		padding: 30px 40px 10px ; /*  */
}
	#about-us p {
		font-size: 1.125em; /* 18/16 */
		padding: 30px 40px; /*  */
}
	#footer-content h3 {
		font-size: 1.125em; /* 18/16 */
}
	#footer-content p {
		font-size: 0.875em; /* 14/16 */
}
	#header-content img {
	width: 10.41666667; /* 100/960 */
	margin: 10px 3.125%; /*30/960*/
}
	#activity-content {
	display: block;
	margin: 10px auto;
	
}
	.activity-item {
	width: 80%; /* 300/960 but changed it to 80% cause it looked better*/ 
	margin: 0 auto; /*20/960*/
}
	.activity-item h3 {
	padding: 10px 1.5625%; /*15/960*/
}
	.activity-item p {
	padding: 10px 1.5625%; /*15/960*/
}
	#news {
	padding: 50px 4.16666667; /*40/960*/
	width: auto;
}
	#titles h2{
	padding: 20px 1.5625%; /*15/960*/
}
	.mask {
	margin: 0 auto 30px;
	position: static;
	font-size: 1em; /*16/16*/
	color: black;
	display: block;
	background-color: rgba(255,255,255,0.50);
	opacity: 1;
	transition: none;
}
	#reviews p {
	width: 60%;
	height: 160px;
	margin: 10px auto 40px;
	padding: 10px 0px;
}
	#accommodations, .type-box {
		display: block;
	}
	
.type-box {
	width: 170px;
}

.type-image {
	width: 150px;
	height: 100px;
}

	#about-us, #news, #form-box, #accommodations, .accom-fix h1 {
		margin-top: 300px;
	}
	
	#footer-content {
	padding: 10px 6.26%;/*60/960*/
}
}
