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

@import url('https://fonts.googleapis.com/css2?family=Acme&family=Noto+Sans+Mayan+Numerals&display=swap');


body {
	background-color: #f5ebc5;
}

#wrapper {
	width: 80%; /* 960px */
	margin: 0 auto 40px auto;
	border: 2px solid #003d4c;
	border-radius: 50px;
	background-color: #cbc096;
	
}

header {
	margin-bottom: 40px;
}

.container-fluid {
	width: 90%; /* 960px */
}

.navbar {
	background-color: #003d4c;
}

.nav-item a {
	color: white;
	font-size: 1.5em;
	font-family: "Acme", sans-serif;
	text-shadow: 2px 2px black;

}

.navbar-brand {
	margin: 0 20.83333333333333% auto 0;
}


.navbar-toggler {
	color: white;
	
}

.nav-item {
	
}



/*---------Slideshow---------*/

#slideshow-wrapper {
	width: 50%; /* 480px */
	height: 400px;
	margin-right: 10.41666666666667%; /* 100 / 960 */
	margin-top: 45px;
	
}

#slideshow {
	width: 100%;
	height: 400px;
	overflow: hidden;
	white-space: nowrap;
	border: 2px solid #003d4c;
}

#slideshow img {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.circle {
	display: inline-block;
	background-color: lightgrey;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin-right: 3.125%; /* 15px */
}

#circle-nav {
	margin-top: -50px;
	text-align: center;
}

/*------------------*/

#flex-container {
	display: flex;
	width: 80%; /* 960px */
	margin: 45px auto 0;
}

/*------Room Text-------*/

#rooms {
	width: 50%; /* 480px */
	border: 2px solid #003d4c;
	border-radius: 20px;
	padding: 15px 1.5625%; /* 15 / 960 */
	text-align: center;
	background-color: #003d4c;
}

#rooms h1 {
	text-transform: uppercase;
	color: white;
	font-family: "Acme", sans-serif;
	text-shadow: 2px 2px black;

	
}

#rooms h2 {
	color: white;
	font-family: "Acme", sans-serif;
	text-shadow: 2px 2px black;


}

#rooms p {
	margin-bottom: 15px;
	color: white;
	font-family: "Noto Sans Mayan Numerals", sans-serif;
	text-shadow: 2px 2px black;

}

/*-----------------------*/

.container {
	margin-top: 35px;
	margin-bottom: 30px;
	border: 2px solid #003d4c;
	border-radius: 50px;
	width: 80%; /* 960px */
	background-color: #003d4c;

	
}

.row {
	padding: 30px 3.125%; /* 30 / 960 */
}

.col h2{
	color: white;
	font-family: "Acme", sans-serif;
	text-shadow: 2px 2px black;

}

.col p {
	color: white;
	font-family: "Noto Sans Mayan Numerals", sans-serif;
	font-size: 0.9375em;
	text-shadow: 2px 2px black;

}

.btn a {
	color: #003d4c;
}

button a {
	text-decoration: none;
	color: white;
}

#footer-content {
	width: 80%; /* 960px */
	margin: 0 auto;
}

footer {
	padding: 40px 0 30px;
	width: 100%;
	font-size: 0.75em; /* 12 / 16 */
	overflow: hidden;
	background-color: #cbc096;

}

footer h3 {
	color: #003d4c;
	text-transform: uppercase;
	font-size: 1.75em; /* 28 / 16 */
	font-weight: bold;
	font-family: "Acme", sans-serif;
	
}

footer p {
	color: #003d4c;
	font-size: 1.125em; /* 18 / 16 */
	font-weight: bold;
	font-family: "Noto Sans Mayan Numerals", sans-serif;
}

#footer-left {
	width: 35%;
	float: left;
	text-align: center;
}

#footer-right {
	width: 45%;
	float: right;
	text-align: center;
}

.wrapper-about {
	width: 80%; /* 960px */
	margin: 0 auto 50px;
	border: 2px solid #003d4c;
	border-radius: 50px;
	background-color: #003d4c;
}

.facts {
	display: flex;
	width: 80%; /* 960px */
	margin: 0 auto;
	position: relative;
}

.wrapper-about h1 {
	margin: 10px 2.083333333333333% 40px 2.083333333333333% ;
	border-bottom: thick dashed #cbc096;
	color: white;
	font-family: "Acme", sans-serif;
	text-shadow: 2px 2px black;

}

.mask {
	width: 44.7%;
	height: 300px;
	position: absolute;
	top: 0;
	left: 55.3%;
	text-align: center;
	background-color: #f5ebc5;
	opacity: 0;
	transition: linear 1.1s;

}

.mask-2 {
	width: 44.7%;
	height: 460px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	background-color: #f5ebc5;
	opacity: 0;
	transition: linear 1.1s;
}

.mask-3 {
	width: 44.7%;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	background-color: #f5ebc5;
	opacity: 0;
	transition: linear 1.1s;

}

.mask-4 {
	width: 44.7%;
	height: 311px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	background-color: #f5ebc5;
	opacity: 0;
	transition: linear 1.1s;
}

.mask:hover, .mask-2:hover, .mask-3:hover, .mask-4:hover {
	opacity: 1;
}

.mask h2, .mask p, .mask-2 h2, .mask-2 p, .mask-3 h2, .mask-3 p, .mask-4 h2, .mask-4 p {
	opacity: 0;
}

.mask:hover h2 {
	font-size: 2em;
	color: #003d4c;
	margin-top: 70px;
	opacity: 1;
	font-family: "Acme", sans-serif;
}

.mask-2:hover h2 {
	font-size: 2em;
	color: #003d4c;
	margin-top: 160px;
	opacity: 1;
	font-family: "Acme", sans-serif;
}

.mask:hover p {
	font-size: 1.25em;
	color: #003d4c;
	margin-bottom: 40px;
	opacity: 1;
	font-family: "Noto Sans Mayan Numerals", sans-serif;
}

.mask-2:hover p {
	font-size: 1.25em;
	color: #003d4c;
	margin-bottom: 40px;
	opacity: 1;
	font-family: "Noto Sans Mayan Numerals", sans-serif;
}

.mask-3:hover h2 {
	font-size: 2em;
	color: #003d4c;
	margin-top: 70px;
	opacity: 1;
	font-family: "Acme", sans-serif;
}

.mask-3:hover p {
	font-size: 1.25em;
	color: #003d4c;
	margin-bottom: 40px;
	opacity: 1;
	font-family: "Noto Sans Mayan Numerals", sans-serif;
}

.mask-4:hover h2 {
	font-size: 2em;
	color: #003d4c;
	margin-top: 80px;
	opacity: 1;
	font-family: "Acme", sans-serif;
}

.mask-4:hover p {
	font-size: 1.25em;
	color: #003d4c;
	margin-bottom: 40px;
	opacity: 1;
	font-family: "Noto Sans Mayan Numerals", sans-serif;
}


.fact-1 {
	width: 57.29166666666667%; /* 550px */
	margin: 70px 5.208333333333333% 0 0;
	text-align: center;
	color: white;
	text-shadow: 2px 2px black;

	
}

.fact-1 p {
	font-family: "Noto Sans Mayan Numerals", sans-serif;
	font-size: 0.9375em;
	line-height: 28px;
}

.fact-1-image {
	margin-bottom: 45px;

}

.fact-2 {
	width: 57.29166666666667%; /* 550px */
	margin: 70px 0px 0 5.208333333333333%;
	text-align: center;
	color: white;
	text-shadow: 2px 2px black;

}

.fact-2 p {
	font-family: "Noto Sans Mayan Numerals", sans-serif;
	font-size: 0.9375em;
	line-height: 28px;
}

.fact-2-image {
	margin-bottom: 45px;

}

.fact-3 {
	width: 57.29166666666667%; /* 550px */
	margin: 70px 5.208333333333333% 0 0;
	text-align: center;
	color: white;
	font-family: "Noto Sans Mayan Numerals", sans-serif;
	text-shadow: 2px 2px black;


}

.fact-3 p {
	font-family: "Noto Sans Mayan Numerals", sans-serif;
	font-size: 0.9375em;
	line-height: 28px;
}

.fact-3-image {
	margin-bottom: 45px;

}

.fact-4 {
	width: 57.29166666666667%; /* 550px */
	margin: 70px 0px 0 5.208333333333333%;
	text-align: center;
	color: white;
	font-family: "Noto Sans Mayan Numerals", sans-serif;
	text-shadow: 2px 2px black;


}

.fact-4 p {
	font-family: "Noto Sans Mayan Numerals", sans-serif;
	font-size: 0.9375em;
	line-height: 28px;
}

.fact-4-image {
	margin-bottom: 45px;

}

.fact-5 {
	width: 57.29166666666667%; /* 550px */
	margin: 70px 5.208333333333333% 0 0;
	text-align: center;
	color: white;
	font-family: "Noto Sans Mayan Numerals", sans-serif;
	text-shadow: 2px 2px black;

}

.fact-5 p {
	font-family: "Noto Sans Mayan Numerals", sans-serif;
	font-size: 0.9375em;
	line-height: 28px;
}

.fact-5-image {
	margin-bottom: 45px;

}

.fact-6 {
	width: 57.29166666666667%; /* 550px */
	margin: 70px 0px 0 5.208333333333333%;
	text-align: center;
	color: white;
	font-family: "Noto Sans Mayan Numerals", sans-serif;
	text-shadow: 2px 2px black;


}

.fact-6 p {
	font-family: "Noto Sans Mayan Numerals", sans-serif;
	font-size: 0.9375em;
	line-height: 28px;
}

.fact-6-image {
	margin-bottom: 45px;

}


.end {
	text-align: center;
	color: white;
	text-shadow: 2px 2px black;

}

.end p {
	font-family: "Noto Sans Mayan Numerals", sans-serif;
	font-size: 0.9375em;
}

.wrapper-event {
	width: 80%; /* 960px */
	margin: 0 auto;
}

.wrapper-event h1 {
	margin-bottom: 20px;
	font-family: "Acme", sans-serif;
	
}


.action-background{
	background-color: #003d4c;
	border: 2px solid #003d4c;
	border-radius: 50px;
	margin-bottom: 50px;
}

.action-wrapper {
	display: flex;
	width: 80%;
	margin: 0 auto;
	color: white;
}

.action-head {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	color: white;
		text-shadow: 2px 2px black;

}

.action-head h2 {
	font-family: "Acme", sans-serif;
}

.action {
	width: 57.29166666666667%; /* 550px */
	margin: 70px 0px 0 5.208333333333333%;
	text-align: center;
}

.action p {
	font-family: "Noto Sans Mayan Numerals", sans-serif;
	line-height: 28px;
}

.action-bottom {
	width: 57.29166666666667%; /* 550px */
	margin: 70px 5.208333333333333% 0 0 ;
	text-align: center;
		text-shadow: 2px 2px black;

}

.action-bottom p {
	font-family: "Noto Sans Mayan Numerals", sans-serif;
	line-height: 28px;
		text-shadow: 2px 2px black;

}

.action-img {
	width: 50%;
	margin: 0 auto 40px;
	border: 2px solid white;
}


#wrapper2 {
	width: 80%; /* 960px */
	margin: 0 auto 40px auto;
	border: 2px solid #003d4c;
	border-radius: 50px;
	background-color: #cbc096;
}


.contact-form{
	width: 80%;
	margin: 0 auto;
}

.contact-form h1 {
	color: #003d4c;
	text-align: center;
	font-family: "Acme", sans-serif;
	margin-top: 10px;
}

.contact-form form {
	border: 2px solid #003d4c;
	padding-left: 1.30208333333333%;
	padding-bottom: 20px;
	margin-bottom: 15px;
	text-align: center;
	border-radius: 50px;
	background-color: #f5ebc5;
}

.contact-form h2 {
	text-align: center;
	font-family: "Acme", sans-serif;
}

.contact-form p {
	text-align: center;
    font-family: "Noto Sans Mayan Numerals", sans-serif;
	font-size: 1.25em;
	
}

#name {
	margin-bottom: 15px;
	margin-top: 20px;
	font-family: "Noto Sans Mayan Numerals", sans-serif;
	margin-left: 0.65104166666667%;
}


#name2 {
		margin-bottom: 15px;
	font-family: "Noto Sans Mayan Numerals", sans-serif;
	margin-left: 0.65104166666667%;

}

#email{
		margin-bottom: 15px;
	font-family: "Noto Sans Mayan Numerals", sans-serif;
	margin-left: 0.65104166666667%;

}

#phone{
		margin-bottom: 15px;
	font-family: "Noto Sans Mayan Numerals", sans-serif;
	margin-left: 0.65104166666667%;

}

#lodging {
		margin-bottom: 15px;
	font-family: "Noto Sans Mayan Numerals", sans-serif;
	margin-left: 0.65104166666667%;

}

#comment{
	margin-bottom: 15px;
	font-family: "Noto Sans Mayan Numerals", sans-serif;
	margin-left: 0.65104166666667%;

}

#lodgeinfo {
	border: 2px solid #003d4c;
	border-radius: 50px;
	margin: 0 auto 20px;
	background-color: #003d4c;
	width: 85%;
}

#lodgeinfo h2 {
	color: white;
	margin-top: 15px;
	font-family: "Acme", sans-serif;
	text-shadow: 2px 2px black;
}

.lodge_detail {

}

.lodge_detail h2 {
	color: white;
	font-family: "Acme", sans-serif;
	text-shadow: 2px 2px black;

}

.lodge_detail h3 {
	text-align: center;
	font-size: 1.4375em;
	margin-bottom: 15px;
	font-family: "Acme", sans-serif;
	color: white;	
	text-shadow: 2px 2px black;


}

.lodge_detail h4 {
	text-align: center;
	font-size: 2.125em;
	margin-bottom: 15px;
	font-family: "Acme", sans-serif;
	color: white;
	text-shadow: 2px 2px black;

}



.lodge_detail p {
	font-size: .875em;
	margin: 10px auto 50px auto;
	width: 85%;
	font-family: "Noto Sans Mayan Numerals", sans-serif;
	color: white;
	text-shadow: 2px 2px black;

}

.lodge_detail img {
	margin-left: 19.38235294117647%;
	margin-bottom: 20px;
	box-shadow: 2px 2px;
}



@media only screen and (max-width: 1024px){
	
	#flex-container {
		display: block;
	}
	
	#slideshow-wrapper{
		width: 100%;
		margin-bottom: 30px;
	}

	#rooms {
		width: 100%; 
	}
	
	.navbar-brand {
	margin: 0 10.41666666666667% 0 0;
}
	
	.container-fluid {
		width: 100%;
	}
	
	
	.facts {
		display: block;
	}
	
	.fact-1 {
		margin: 0 auto;
		width: 100%;
		
	}
	
	.fact-1-image {
		border-bottom: 2px solid #f5ebc5;
		padding-bottom: 40px;
	}
	
	.fact-1-image img {
		width: 100%;
		
	}
	
	.fact-2 {
		margin: 0 auto;
		border-bottom: 2px solid #f5ebc5;
		padding-bottom: 20px;
		width: 100%;
	}
	
	.fact-2-image img {
		width: 100%;
	}
	
	.fact-3 {
		margin: 20px auto;
		width: 100%;
	}
	
	.fact-3-image img {
		width: 100%;
		border-bottom: 2px solid #f5ebc5;
		padding-bottom: 40px;
	}
	
	.fact-4 {
		margin: 0 auto;
		width: 100%;
		border-bottom: 2px solid #f5ebc5;
		padding-bottom: 30px;
	}
	
	.fact-4-image img {
		width: 100%;
	}
	
	.fact-5 {
		margin: 20px auto;
		width: 100%;
		
	}
	
	.fact-5-image img {
		width: 100%;
		border-bottom: 2px solid #f5ebc5;
		padding-bottom: 40px;
	}
	
	.fact-6 {
		margin: 0 0 15px auto;
		width: 100%;
		border-bottom: 2px solid #f5ebc5;
		padding-bottom: 30px;
	}
	
	.fact-6-image img {
		width: 100%;
	}
	
	.mask {
	width: 100%;
    height: 432px;
    position: absolute;
    top: 112px;
    left: auto;
		
	}
	
	.mask:hover h2 {
		margin-top: 140px;
	}
	
	.mask-2 {
    width: 100%;
	height: 660px;
	
	}
	
	.mask-2:hover h2 {
		margin-top: 230px;
	}
	
	.mask-3 {
    width: 100%;
	height: 432px;
	}
	
	.mask-3:hover h2 {
		margin-top: 140px;
	}
	
	.mask-4 {
    width: 100%;
    height: 445px;
	}
	
	.mask-4:hover h2 {
		margin-top: 150px;
	}
	
	
	.action-wrapper{
		width: 100%;
		display: block;
	}
	
	.action-img{
		width: 75%;
	}
	
	.action-img img {
		width: 100%;
		margin: 0 auto;
	}
	
	.action {
		width: 85%;
		margin: 0 auto;
		border-bottom: 2px solid #f5ebc5;
		padding-bottom: 15px;
		
	}
	
	
	.action-bottom {
		width: 85%;
		margin: 0 auto;
		
	}
	
	
	.contact-form{
		width: 100%;
	}
	
	#lodgeinfo{
		width: 90%;
	}
	
	.lodge_detail img {
		width: 90%;
		margin: 0 auto;
		display: block;
	}
	
	#wrapper2{
		width: 100%;
	}
	
	
}

	
	
@media only all and (max-width: 480px){
	
	
	#wrapper{
		width: 100%;
	}
	
	#wrapper2{
		width: 100%;
	}
	
	
	#flex-container {
		width: 100%;
	}
	
	.container {
		width: 100%;
	}
	
	.row {
		display: block;
		margin-bottom: 55px;
	}
	
	.col {
		margin-bottom: 55px;
	}
	
	#footer-left{
		clear: both;
		width: 100%;
		margin-bottom: 25px;
		padding-bottom: 10px;
		border-bottom: 2px solid #003d4c;
	}
	
	#footer-right{
		clear: both;
		width: 100%;
	}
	
	.wrapper-about {
		width: 100%;
	}
	
	
	.mask {
    height: 252px;
    top: 183px;
	}
	
	.mask:hover h2 {
		margin-top: 40px;
		font-size: 1.125em;
	}
	
	.mask:hover p {
		font-size: 1.125em;
	}
	
	.mask-2 {
    width: 100%;
	height: 385px;
	
	}
	
	.mask-2:hover h2 {
		margin-top: 115px;
		font-size: 1.125em;
	}
	
	.mask-2:hover p {
		font-size: 1.125em;
	}
	
	.mask-3 {
    width: 100%;
	height: 251px;
	}
	
	.mask-3:hover h2 {
		margin-top: 45px;
		font-size: 1.125em;
	}
	
	.mask-3:hover p {
		font-size: 1.125em;
	}
	
	.mask-4 {
    width: 100%;
    height: 261px;
	}
	
	.mask-4:hover h2 {
		margin-top: 55px;
		font-size: 1.125em;
	}
	
	.mask-4:hover p{
		font-size: 1.125em;
	}
	
	.fact-1, .fact-2, .fact-3, .fact-4, .fact-5, .fact-6 {
		font-size: .98em;
	}
	
	.wrapper-event{
		width: 100%;
	}
	
	.wrapper-event h1 {
		font-size: 1.75em;
		
	}
	
	.end {
		margin: 0 3.125%;
	}
	
	.contact-form{
		width: 100%;
	}
	
	#lodgeinfo{
		width: 100%;
	}
	
	.lodge_detail{
		width: 100%;
	}
	
	.lodge_detail img {
		width: 90%;
		margin: 0 auto;
	}
	
	.lodge_detail p {
		font-size: .625em;
	}

	.contact-form h1, h2 {
		font-size: 1.375em;
	}
	
	.contact-form p {
		font-size: .875em;
	}


	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
	
	
	
	
	
	
	
	
	
	
	








