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

body {
	width: 100%; /* 1200px*/
	font-family: "Maitree", serif;
	background-color: #729BAD;
	color: white;
}

/* -------------------------------- Header Animation -------------------------------- */
@keyframes header {
	0% {background-image: linear-gradient(110deg, chartreuse, cyan, magenta, #222222);}
	25% {background-image: linear-gradient(112deg, cyan, magenta, #222222, chartreuse);}
	50% {background-image: linear-gradient(114deg, magenta, cyan, chartreuse, #222222);}
	100% {background-image: linear-gradient(116deg, cyan, chartreuse, #222222, magenta);}
}

#header-content {
	animation-name: header;
	animation-duration: 20s;
	animation-iteration-count: infinite;
}
/* ------------------------------ End Header Animation ----------------------------- */

#header-content {
	width: 100%; /* 1200px */
	max-height: 350px;
	background-color: #4F9B95;
	margin-top: 0;
	position: relative;
}

#logo {
	margin-top: 20px;
	margin-left: 3.33333333333333%; /* 40px / 1200px */
	position: relative;
	width: 25%; /* 300px / 1200px */
}

#logo:hover, span a:hover {
	cursor: pointer;
}

#book-btn {
	position: absolute;
	left: 82%; /* 984px / 1200px */
	top: 50px;
	padding: 7px 1.25%; /* 15px / 1200px */
	border-radius: 8px;
	background: none;
	font-family: inherit;
	font-size: 1.25em; /* 20px / 16px */
	color: white;
	box-shadow: 2px 2px 4px #222222;
	text-shadow: 2px 2px 4px black;
	border: none;
	width: 12%; /* 144px / 1200px */
}

#book-btn:hover{
	cursor: pointer;
	background-color: #35133E;
}

/* -------------------------------- Navigation ------------------------------- */

.color-bar {
	background-color: #222222;
	height: 50px;
	width: 100%;
}

#navbar {
	width: 50%; /* 600px / 1200px */
	background-color: none;
	padding: 6px 0 12px; /* Does not require adjustment */
	position: relative;
	top: 45px;
	font-size: 1em;
	font-family: inherit;
}

#navbar:hover {
	opacity: 1;
}

#navbar a {
	text-decoration: none;
	color: white;
}

#navbar li {
	list-style: none;
	margin-left: 6.66666666666667%; /* 40 px / 600px */
	display: inline-block;
}

#navbar li a:hover {
	color: #BABD81;
	cursor: pointer;
}
/* -------------------------------- Main -------------------------------- */
.wrapper{
	width: 100%;
	display: flex;
}

h1 {
	font-size: 1.5em;
}

.wrap1, .wrap2 {
	margin: 50px auto;
}

.wrap1 section {
	float: left;
	margin-right: 5%;
	width: 50%;
	margin-left: 5%;
}

p:first-of-type {
	margin-top: 16px;
}

.wrap1 li {
	list-style-type: circle;
	list-style-position: inside;
	padding-left: 2%; 
}

.wrap1 li:first-of-type {
	margin-top: 16px;
}

.wrap1 aside {
	float: right;
	width: 30%;
}

.wrap1 aside img {
	margin-right: 2.5%;
}

.wrap2 aside {
	float: left;
	width: 30%;
	margin-left: 5%;
}

.wrap2 aside img {
	margin-left: 2.5%;
}

.wrap2 section {
	float: right;
	width: 50%;
	margin-left: 10%;
}

form, #confirm {
	background-color: #3D848A;
	color: white; 
	margin: 0 auto; 
	line-height:2; 
	border: 1px solid #fff; 
	width: 60%; 
	text-align: left; 
	font-family: "Maitree", serif;
	padding: 20px 2%;
	max-width: 700px;
}

#confirm {
	line-height: 1.5;
	margin-top: 50px;
	margin-bottom: 50px;
	font-family: "Maitree", serif;
	max-width: 600px;
}

form h1, #confirm h1 {
	border-bottom: solid #fff 1px;
	padding: 0;
	font-family: inherit;
}

#confirm h1, #confirm h3 {
	text-align: center;
}

#confirm h3:last-of-type {
	padding-bottom: 20px;
}

#confirm p {
	margin-left: 25%;
}

label {
	float: left;
	margin-left: 5px;
}

input {
	width: 65%;
	float: right;
	margin-right: 5px;
	font-family: inherit;
}

select {
	width: 66.25%;
	float: right;
	margin-right: 5px;
	font-family: inherit;
}

#comments-field {
	display: block;
}

#comments-field label {
	clear: both;
	margin-right: 15px;
	float: left;
}

#comments-field textarea {
	width: 65.25%;
	margin-right: 5px;
	float: right;
	font-family: inherit;
	font-size: 0.875em;
}

#form-btn {
	clear: both;
	display:flex;
	float: right;
	width: 30%;
	margin: 10px 0;
}

#submit, #reset {
	border-radius: 7px;
	font-family: inherit;
	font-weight: bold;
	margin-top: 10px;
}

#submit:hover, #reset:hover {
	background-color: #222222;
	color: #fff;
	border-radius: 7px;
	font-family: inherit;
	font-weight: bold;
}

#submit {
	margin-right: 10px;
}

#lodge-head {
	text-align: center;
	margin-top: 20px;
}

#overflow {
	clear: both;
	width: 90%;
	margin-left: 10%;
	padding: 20px;
	overflow: auto;
}

#lodging {
	width: 40%;
	float: left;
	padding: 10px;
	border: 1px solid black;
	margin: 10px;
	height: 575px;
}

#lodging img {
	margin: 10px auto;
}

#lodging p {
	line-height: 1.25;
	font-size: 1em;
}

.quote {
	clear: both;
	max-height: 100px;
	background-color: #3D848A;
	padding: 14px 3%;
	margin-bottom: 50px;
	border: double #222222 1px;
}

.quote p {
	margin-top: 0;
	text-align: center;
	font-size: 2.25em;
	font-family: "Rouge Script", cursive;
	font-weight: 500;
}

footer {
	background-color: #222222;
	overflow: auto;
	width: 100%;
}

#footer-content {
	font-size: 1em; /* 16px */
}

#footer-left, #footer-right {
	margin-bottom: 30px;
	padding-top: 20px;
}

#footer-left {
	float: left;
	margin-left: 5%; /* 60px / 1200px */
}

#footer-left a {
	color: white;
}

#footer-right {
	float: right;
	margin-right: 5%; /* 60px / 1200px */
}

/*------------------  jQUERY ACCORDION ------------------*/
.accordion {
  background-color: #729BAD; 
  color: white;
  cursor: pointer;
  padding: 6px 2.91666666666667%;
  width: 95%;
  margin-left: 30px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1em;
  font-family: inherit;
  transition: 0.4s;
}

h2 {
	font-size: 20px;
	padding: 30px 0 15px;
	font-family: inherit;
}

.panel {
  padding: 6px 2.91666666666667%;
  background-color: #729BAD;
  display: none;
  overflow: hidden;
}

.panel p {
	margin-left: 4.91666666666667%; 
}

#winter {
	margin-bottom: 50px;
}

#spring.active, #spring:hover {
	background-image: url("../images/seasons/nature-field-flowers-grass.jpg");
	color: white;
	border-radius: 15px;
}

#summer.active, #summer:hover {
	background-image: url("../images/seasons/pexels-brett-sayles-1431822.jpg");
	color: white;
	border-radius: 15px;
}

#fall.active, #fall:hover {
	background-image: url("../images/seasons/pexels-harrison-haines-3070989.jpg");
	color: white;
	border-radius: 15px;
}

#winter.active, #winter:hover {
	background-image: url("../images/seasons/pexels-david-dibert-730462.jpg");
	color: white;
	border-radius: 15px;
}
#winter.active {	
	margin-bottom: 0;
}

.panel p:last-of-type {
	margin-bottom: 20px;
}

/*--------------------  MEDIA QUERIES --------------------*/

@media only screen and (max-width: 1024px){
	#book-btn {
		right: 4.8828125%; /* 50px / 1024px */
		font-size: 0.875em;
		width: 11.71875%; /* 120px / 1024px */
		top: 70px;
	}

	#header-content {
		max-height: 220px;
	}

	#navbar {
		width: 50%; /* 512px / 1024px */
		top: 35px;
		font-size: 0.875em; /* 14px / 16px */
		padding: 0;
	}
	
	.wrapper {
		margin: 0 auto;
	}

	.wrap1 , .wrap2 {
		width: 90%;
		padding: 20px 5%;
		margin: 0;
	}
	
	.wrap1 section, .wrap2 section, .wrap1 aside, .wrap2 aside {
		width: 45%;
	}
	
	.wrap1 {
		margin-top: 20px;
	}
	
	#seasons-btn {
		padding-left: 10%;
	}
	
	#lodging img {
		max-width: 350px;
	}
}

@media only all and (max-width: 480px) {
	
	#logo {
	margin-top: 15px;
	width: 30%; /* 144px / 480px */
	}
	
	#book-btn {
		font-size: 0.875em;
		width: 20%; /* 96px / 480px */
		top: 50px;
		left: 72.91666666666667%; /* 350px / 480px */
	}
	
	#header-content {
		max-height: 125px;
	}
	
	.color-bar {
		display: hidden;
	}
	
	#navbar {
		width: 95%; /* 480px */
		top: 25px;
		font-size: 0.875em; /* 14px / 16px */
		text-align: center;
		background-color: #222222;
		margin: 0 auto;
	}

	#navbar li:first-of-type {
		padding-left: 0;
		margin-left: 0;
	}
	
	.wrapper {
		display: block;
	}
	
	.wrapper img {
		margin-left: 5%;
		width: 75%;
		margin-bottom: 50px;
		
	}
	
	h1 {
		font-size: 1em;
		text-align: center;
	}
	
	.wrap1 aside, .wrap1 section, .wrap2 aside, .wrap2 section {
		float: none;
		width: 100%;
		text-align: center;
		margin: 0 auto;
		padding: 0;
	}
	
	.wrap1 section {
		margin-top: 10px;
	}
	
	.wrap1 li {
		text-align: left;
		margin-left: 25%;
	}
	
	#map img {
		position: relative;
		left: -2%;
		margin-top: 20px;
	}
	
	#frog img {
		margin-top: 40px;
		border-radius: 50%;
	}
	
	.wrap2 section {
		position: relative;
		top: -320px;
		border-top: 1px dotted #fff;
		padding-top: 20px;
	}
	
	.wrap2 aside {
		position: relative;
		top: 170px;
	}
	
	form {
		width: 90%;
		height: 450px;
		margin-top: 20px;
	}
	
	form label {
		font-size: 0.75em;
	}
		
	form input{
		width: 60%;
	}
	
	form select {
		width: 62.5%;
	}
	
	#comments-field {
		display: block;
	}
	
	#comments-field textarea{
		width: 95%;
	}
	
	#confirm p {
		margin-left: 0;
	}
	
	#seasons-btn {
		padding-left: 0;
	}
	
	#overflow {
		width: 100%;
		overflow: none;
		margin: 0;
	}
	
	#lodging {
		clear: both;
		float: none;
		display: block;
		width: 80%;
		margin-left: 0;
		height: 475px;
	}
	
	#lodging h2 {
		margin-top: 0;
		margin-bottom: 0;
		padding: 0;
		font-size: 1em;
	}
	
	#lodging img {
		max-width: 350px;
		margin-left: 5%;
	}
	
	#lodging p {
		font-size: 0.875em;
	}
	
	.quote {
		font-size: 0.75em;
		margin-top: 0;
	}
	
	footer {
		display: block;
		text-align: center;
		margin-top: 20px;
		position: relative;
		top: 20px;
	}
	
	#footer-left, #footer-right {
		float: none;
		margin: 0;
	}
	
	#footer-right {
		padding-bottom: 20px;
	}
	
	.accordion {
		width: 85%;
		text-align: center;
	}

	.panel p {
		text-align: center;
	}
}