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


/* Styles 
	Dark Green: #243623
	Sage: #6a8f68
	Tan: #cfc89b
	White/Tan : #FFFDF3
*/ 

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500&family=Lato&display=swap');


header {
	background-color: #243623;
	width: 100%;
	padding: 12px 0;
}

#nav-content {
	width: 75%; /* 1100 = 75%*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#nav-content img {
	height: 100px;
}

nav {
	width: 66.36363636%; /* 730px /1100*/
	position: absolute;
	bottom: 18px;
	right: 0;
}

nav ul {
	display: block;
	text-align: right;
	list-style-type: none;
}

nav li {
	display: inline-block;
	font-family: 'Cormorant Garamond', serif;
	font-size: 0.9375em; /* 15px / 16 */
	color: #FFFFFF;
	padding: 0 4.10958904%; /* 30px / 730*/
	text-align: left;
}

nav li:last-child {
	padding-right: 0;
}

nav a:link {
	text-decoration: none;
	color: #FFFFFF;
	padding: 10px 15%; /* 20px / 730*/
}

nav a:hover {
	background-color: #cfc89b;
	color: #FFFFFF;
	padding: 10px 15%; /* 20px / 730*/
}

nav a:visited {
	color: #cfc89b;
}

nav a:visited:hover{
	background-color: #FFFDF3;
}

/* END OF HEADDER */

#slideshow-wrapper{
	width: 100%; 
}

#slideshow{
	width: 100%; 
	height: auto;
	overflow: hidden;
	white-space: nowrap;
}

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

.squares{
	display: inline-block;
	background-color: white;
	opacity: 75%;
	width: 2.38336364%; /* 35px = 2.38336364% */
	height: 5px;
	margin-right: 1.02272727%; /* 15px = 1.02272727% */
}

#squares-nav{
	margin-top: -25px;
	text-align: center;
}

#wrapper-white {
	width: 75%; /* 1100px = 75% */
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	padding: 60px 0;
	overflow: hidden;
}

section, aside {
	margin-bottom: 20px;
}
section {
	width: 54.54545454%; /* 600px /1100*/
	float: left;
}

#location{
	width: 100%;
}


aside {
	width: 31.81818181%; /* 350px /1100*/
	height: 300px;
	float: right;
	position: relative;
	border: 3px solid #243623;
	padding: 20px 1.27272727% 14px; /* 14px /1100*/
	text-align: center;
}

section h1 {
	color: #243623;
	text-transform: uppercase;
	font-family: 'Cormorant Garamond', serif;
	font-size: 2.25em; /* 36px / 16 */
	margin-bottom: 16px;
}

aside h2 {
	color: #243623;
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.75em; /* 28px / 16 */
	margin-bottom: 18px;
}

p {
	font-size: 1em; /* 16px / 16 */
	color: #000;
	font-family: 'Lato', sans-serif;
	margin-bottom: 16px;
	line-height: 180%;
}

aside p {
	font-size: 1.25em; /* 20px / 16 */
	line-height: 150%;
	font-family: 'Lato', sans-serif;
	margin-top: 10px;
	margin-bottom: 15px;
}

.uppercase {
	text-transform: uppercase;
}

aside .lodge-details{
	opacity: 1;
	transition: ease-in 1s;
}

aside img{
	hight: 25px;
	width: 50%; 
}

.mask {
     width: 101%; /* 380px /380*/
     height: 336px;
     position: absolute;
     top: -1px;
     left: -1px;
     text-align: center;
     background-color: #6a8f68;
     opacity: 0;
     transition: linear 2s;
}

.mask:hover {
     opacity: 1;
}

.mask h2,
.mask p,
.mask .apply {
     opacity: 0;
}

.mask:hover h2 {
     font-size: 2em; /* 32px / 16 */
     color: #FFF;
     margin-top: 25%;
	 margin-bottom: 50px;
     opacity: 1;
	 font-family: 'Lato', sans-serif;
}

.mask:hover .apply {
    background-color: #cfc89b;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 1.25em; /* 20px / 16 */
	opacity: 1;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	padding: 16px 8.94736842%; /* 34px /380*/
}

/* END OF SLIDESHOW */

footer {
	padding: 30px 0 0;
	width: 100%;
	font-size: 12px;
	overflow: hidden;
	background-color: #243623;

}

footer h3 {
	font-family: 'Cormorant Garamond', serif;
	color: #FFF;
	text-transform: uppercase;
	font-size: 1em; /* 16px / 16 */
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

footer p {
	font-family: 'Lato', sans-serif;
	color: #FFF;
	opacity: .60;
	text-align: center;
	font-size: 0.875em; /* 14px / 16 */
}

#footer-content {
	width: 75%; /* 730px /1100*/
	margin: 0 auto;
}


/* END OF FOOTER */

#wrapper-color {
	width: 100%;
	padding: 60px 0;
	background-color: #cfc89b;
	overflow: hidden;
}

#location-content {
	width: 75%; /* 730px /1100*/
	margin-left: auto;
	margin-right: auto;
	align-content: center;
}

.location-box {
	width: 29.54545454%; /* 325px /1100*/
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.location-box:first-of-type {
	margin-right: 5.18181818%; /* 57px /1100*/
}

.location-box:last-of-type {
	margin-left: 5.18181818%; /* 57px /1100*/
}

.location-box h3 {
	color: #243623;
	text-transform: uppercase;
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.75em; /* 28px / 16 */
	margin: 18px 0 12px;
}

.location-box p {
	font-size: 0.875em; /* 14px / 16 */
	margin-bottom: 24px;
}

.location-box a {
	display: block;
	background-color: #243623;
	padding: 10px 6.15384615%; /* 20px /325*/
	font-family: 'Lato', sans-serif;
	font-size: 0.875em; /* 14px / 16 */
	color: #fff;
	text-decoration: none;
	width: 49.2307692%; /* 160px /325*/
	margin: 0 auto;
}





#accom-content {
	width: 75%; /* 730px /1100*/
	margin-left: auto;
	margin-right: auto;
	align-content: center;
}

#accom-content h2{
	color: #243623;
	text-transform: uppercase;
	font-family: 'Cormorant Garamond', serif;
	font-size: 2em; /* 36px / 16 */
	margin-bottom: 25px;
}

.accom-box {
	width: 29.54545454%; /* 325px /1100*/
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin: 10px 1.66666667%;
}

.accom-box h3 {
	color: #243623;
	text-transform: uppercase;
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.75em; /* 28px / 16 */
	margin: 18px 0 12px;
}

.accom-box p {
	font-size: 0.875em; /* 14px / 16 */
	margin-bottom: 24px;
}

.accom-box a {
	display: block;
	background-color: #243623;
	padding: 10px 6.15384615%; /* 20px /325*/
	font-family: 'Lato', sans-serif;
	font-size: 0.875em; /* 14px / 16 */
	color: #fff;
	text-decoration: none;
	width: 49.2307692%; /* 160px /325*/
	margin: 0 auto;
}








.rental-content {
	width: 100%; /* 1100/px 1100 */
	margin-left: auto;
	margin-right: auto;
	align-content: center;
}

.rental-box {
	width: 29.54545454%; /* 325px /1100*/ 
	text-align: center;
	display: inline-block;
}

.rental-box:first-of-type {
	margin-right: 5.18181818%; /* 57px /1100*/
}

.rental-box:last-of-type {
	margin-left: 5.18181818%; /* 57px /1100*/
}

.rental-box h3 {
	color: #243623;
	text-transform: uppercase;
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.75em; /* 28px / 16 */
	margin: 18px 0 12px;
}

.rental-box p {
	font-size: 0.875em; /* 14px / 16 */
	margin-bottom: 24px;
}

.rental-box img{
	opacity: .7;
	transition: opacity 2s;
}

.rental-box img:hover{
	opacity: 1.0;
}




/* --------- MEDIA QUERY TABLET --------- */

@media only screen and (max-width: 1024px) {
	
	#nav-content {
	width: 90%; /* 1100 */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
	header img {              				  
	height: 146px;
	object-position: center;
	left: auto; 
	right: auto;
	}
	
	nav {
	width: 75%;
	bottom: 2px;
	margin-right: 0;
	display: contents;
	align-content: center;
	}

	nav ul{                					 
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: contents; 
	align-content: center;
	}
	
	#footer-content {
	width: 90%; /* 1100 */
	}
	
	#wrapper-white {
	width: 90%; /* 1100 */
	}
	
	section h1 {
	font-size: 1.75em; /* 36 to 28/16 */
	}

	aside h2 {
	font-size: 1.375em; /* 28 to 22/16 */
	}
	
	#location-content{
		width: 90%;
	}
	
	.location-box h3 {
	font-size: 1.375em; /* 28 to 22/16 */
	}
	
	.location-box {
	width: 100%; /* 960px /960 */
	text-align: center;
	display: inline-block;
	}
	
	.location-box:first-of-type {
	margin-right: auto;
	margin-left: auto;
	}

	.location-box:last-of-type {
	margin-right: auto;
	margin-left: auto;
	}

	.location-box a {
	padding: 10px 0; /* 20px /960 */
	width: 70%;
	margin: 0 auto 50px;
	font-size: 0.875em; /* 14/16 */
	}

	.location-box img{       						        
		width: 70%;
		height: auto;
		margin-top: 0;
	}
	
	#accom-content{
		width: 90%;
	}
	
	.accom-box h3 {
	font-size: 1.375em; /* 28 to 22/16 */
	}
	
	.accom-box {
	width: 100%; /* 960px /960 */
	text-align: center;
	display: inline-block;
	}
	
	.accom-box:first-of-type {
	margin-right: auto;
	margin-left: auto;
	}

	.accom-box:last-of-type {
	margin-right: auto;
	margin-left: auto;
	}

	.accom-box a {
	padding: 10px 0; /* 20px /960 */
	width: 70%;
	margin: 0 auto 50px;
	font-size: 0.875em; /* 14/16 */
	}

	.accom-box img{       						        
		width: 70%;
		height: auto;
		margin-top: 0;
	}
	
	
	
	.rental-box h3 {
	font-size: 1.375em; /* 28 to 22/16 */
	}
	
	.rental-box {
	width: 100%; /* 960px /960 */
	text-align: center;
	display: inline-block;
	}
	
	.rental-box:first-of-type {
	margin-right: auto;
	margin-left: auto;
	}

	.rental-box:last-of-type {
	margin-right: auto;
	margin-left: auto;
	}

	.rental-box img{       						        
		width: 100%;
		height: 100%;
		margin-top: 0;
	}
	
	p{
		font-size: 0.875em; /* 14/16 */
	}
	footer p {
		font-size: 0.75em; /* 12/16 */
	}
	
	footer h3 {
	text-transform: uppercase;
	font-size: 0.8125em; /* 13/16 */
	font-weight: normal;
}


}

/* --------- MEDIA QUERY PHONE --------- */ 

@media only all and (max-width: 480px) {
	
	#nav-content {
	width: 100%; /* 960px */
	margin-left: auto;
	margin-right: auto;
	}
	
	header img {              				
	height: 100px;
	object-position: center;
	left: auto; 
	right: auto;
	}
	
	nav {
		width: 100%;
	}
	
	
	nav a:link {
		color: #fff;
	}
	
	nav ul{
		margin: 8px 0;
		width: 100%;
	}
	
	nav li{ 
		color: white;
		display: block;
		width: 100%;
		text-align:center;
		height: 30px;
		justify-content: center;
		padding: 10px 0 0;
	}
	

	#slideshow-wrapper{
	width: 100%; 
	}

	#slideshow{
	width: 100%; 
	}
	
	section {
	width: 100%; 
	float: none;
	}

	aside {
	width: 90%; 
	height: 300px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
	
#footer-content {
	width: 100%; /* 960px */
}


		
	
}







