.container{
	margin-left:auto;
	margin-right:auto;
}

.list-container {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

h1 {
		font-family: "trajan-pro-3", serif;
		font-weight: 400;
		font-style: normal;
}

h3, h5 {
	color: #003d4c;
	font-family: "trajan-pro-3", serif;
	font-weight: 400;
	font-style: normal;
}

h2, p {
	color: #000;
	font-family: "futura-pt", sans-serif;
	font-weight: 300;
	font-style: normal;
}

p {
	line-height: 3vh;
}


nav {

	background: transparent;
  backdrop-filter: blur(5px);
	z-index: 4;
}

/* MOBILE STYLES ////////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 767px){
	.container{
		width:87.5%; /* 280 pixels at a 320 pixel screen width (iPhone 3 / 4 / 5) */
	}

	nav img {
		margin-left: 30%;
	}

	#navbarNav a {
		font-family: "futura-pt", sans-serif;
		font-weight: 400;
		font-style: normal;
		text-align: right;
		color: #cbc096;
		transition: 0.4s;
	}
	#navbarNav a:hover {
		color: #003d4c;
	}

	.navbar-toggler {
		margin-right: 3%;
	}

	.carousel {
		top: 0;
		/*position: absolute;*/
		margin-bottom: 50px;
	}

	.carousel-item {
  		height: 50vh;
	}

	.title {
		top: 0;
		height: 50vh;
		width: 100vw;
		position: absolute;
		background-image: url(../images/filter.png);
		background-repeat: no-repeat;
		background-size: 100vw;
	}

	.titlecard {
		top: 200px;
		margin-left: 12%;
		position: absolute;
	}


	h1 {
		font-size: 4.5vw;
		color: #fff;
	}
	h2 {
		font-size: 2vw;
		color: #fff;
	}

	.titlecard a {
		font-family: "futura-pt", sans-serif;
		font-weight: 400;
		font-style: normal;
		text-decoration: none;
		border-radius: 20px;
		padding: 9px 5%;
		background-color: #cbc096;
		transition: 0.4s;
		color: #003d4c;
	}

	.titlecard a:hover {
		transform: scale(1.1);
		background-color: #003d4c;
		color: #cbc096;
	}

	.feature {
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		margin-top: 50px;
		width: 70%;
		border-radius: 20px;
		height: 500px;
		transition: 0.4s;
		margin-bottom: 30px;
	}

	.feature:hover {
		transform: scale(1.03);
	}

	.featimg {
		width: 94%;
		background-image: url(../images/luxury-log-home.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		overflow: hidden;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
		height: 50%;
		margin-left: 3%;

	}


	.featimg2 {
		width: 94%;
		margin-left: 3%;
		background-image: url(../images/cottages/lakeside/kakabeka.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 0% 100%;
		overflow: hidden;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		height: 50%;
	}

	.feature .row {
		height: 500px;
	}

	.row {
		height: 300px;
	}

	.textp {
		padding: 50px 10%;
	}

	h3 {
		font-size: 3vw;
	}

	.polaroid {
		width: 70%;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	  	text-align: center;
	  	margin-bottom: 30px;
	  	border-radius: 20px;
	  	transition: 0.4s;
	}

	.pol1 {
		background-image: url(../images/cottages/lakeside/split-rock.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
	}

	.pol2 {
		background-image: url(../images/cottages/woods/tamarack.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
	}

	.pol3 {
		background-image: url(../images/lodge/suite-2-queens.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
	}

	.polaroid:nth-of-type(3) {
		margin-right: 0;
	}

	.polaroid:hover {
		transform: scale(1.03);
	}

	.fun h3 {
		margin-left: 14%;
		margin-bottom: 15px;
	}

	.fun {
		margin-bottom: 50px;
		height: 190vh;
	}

	.contain {
		margin-top: 70%;
		padding: 30px 10px 10px 10px;
	}

	.faqtitle {
		
		margin-bottom: 10px;
		margin-left: 14%;
	}

	.faq {
		width: 73%;
	}

	.accordion {
		font-family: "futura-pt", sans-serif;
		font-weight: 300;
		font-style: normal;
	  background-color: #fff;
	  color: #000;
	  cursor: pointer;
	  padding: 18px;
	  width: 100%;
		border: none;
	  text-align: left;
	  outline: none;
	  font-size: 2.5vw;
	  transition: 0.4s;
	}

	.active, .accordion:hover {
	  background-color: #cbc096;
	}

	.panel {
		border-top: none;
	  border-left: none;
	  border-right: none;
	  border-bottom: 2px solid #cbc096;
	  padding: 0 18px;
	  background-color: #fff;
	  max-height: 0;
	  overflow: hidden;
	  transition: max-height 0.2s ease-out;
	}

	.about {
		background-image: url(../images/cottages/woods/quaking-aspen.jpg);
		background-size: 100vw;
		background-repeat: no-repeat;
		height: 40vh;
	}

	.about h1 {
		position: absolute;
		left: 37%;
		top: 175px;
	}

	.accomm {
		background-image: url(../images/aerial.jpeg);
		background-size: 100vw;
		background-repeat: no-repeat;
		height: 40vh;
	}

	.accomm h1 {
		position: absolute;
		left: 30%;
		top: 175px;
	}
	.cabintitle h1 {
		position: absolute;
		left: 40.8%;
		top: 175px;
	}

	.housetitle h1 {
		position: absolute;
		left: 40.8%;
		top: 175px;
	}

	.lodgetitle h1 {
		position: absolute;
		left: 20%;
		top: 175px;
	}

	.contact {
		background-image: url(../images/night.jpeg);
		background-size: 100vw;
		background-repeat: no-repeat;
		height: 40vh;
	}

	.contact h1 {
		position: absolute;
		left: 35%;
		top: 175px;
	}

	.confirm {
		background-image: url(../images/night.jpeg);
		background-size: 100vw;
		background-repeat: no-repeat;
		height: 40vh;
	}

	.confirm h1 {
		position: absolute;
		left: 25%;
		top: 175px;
	}

	.confirmation {
		display: block;
		width: 70%;
		margin-top: 50px;
		margin-right: auto;
		margin-left: auto;
	}

 
	.contacting {
		height: 600px;
		text-align: center;
		margin-bottom: 50px;
	}

	.formtitle {
		text-align: center;
		margin-bottom: 10px;
	}

	.formheader {
		height: 800px;
		text-align: center;
	}

	.box1 {
		width: 70%;
		background-color: #003d4c;
		margin-bottom: 50px;
		height: 250px;
		border-radius: 20px;
	}

	.box2 {
		width: 70%;
		background-color: #003d4c;
		height: 250px;
		border-radius: 20px;
	}

	.contacting h3 {
		margin-bottom: 15px;
		margin-top: 50px;
		color: #003d4c;
	}

	.contacting h5 {
		padding-top: 50px;
		color: #cbc096;
	}

	.contacting p {
		color: #fff;
		margin-bottom: 5px;
	}

	.contacting p:nth-of-type(2) {

		margin-bottom: 45px;
	}


	.contacting a {
		font-family: "futura-pt", sans-serif;
		font-weight: 400;
		font-style: normal;
		text-decoration: none;
		border-radius: 20px;
		padding: 9px 5%;
		background-color: #cbc096;
		transition: 0.4s;
		color: #003d4c;
	}

	.contacting a:hover {
		transform: scale(1.1);
		background-color: #003d4c;
		color: #cbc096;
	}


	/*--------ACCOMMODATIONS PAGE MOBILE--------*/
	.types {
		margin-top: 50px;
	}

	.mobiletype {
		margin-bottom: 50px;
		height: 190vh;
	}

	.cover {
		display: block;
		height: 100%;
	}

	.typePolaroid {
		width: 70%;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	  text-align: center;
	  border-radius: 20px;
	  transition: 0.4s;
	  margin-bottom: 30px;
	}

	.type1 {
		background-image: url(../images/cabin.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
	}

	.type2 {
		background-image: url(../images/luxthumbnail.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
	}

	.type3 {
		background-image: url(../images/house.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
	}

	.typePolaroid:nth-of-type(3) {
		margin-right: 0;
	}

	.typePolaroid:hover {
		transform: scale(1.03);
	}

	.types a {
		text-decoration: none;
	}


/*ACCOMMODATIONS MOBILE*/
	.list {
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		margin-top: 50px;
		border-radius: 20px;
		height: 700px;
		transition: 0.4s;
		margin-bottom: 30px;
	}

	.list .row {
		height: 700px;
	}

	.list h3 {
		font-size: 3vw;
		margin-bottom: 30px;
	}

	.listtext {
		padding: 50px 10%;
	}

	.list img {
		display: block;
		width: 100%;
		max-width: 400px;
		height: auto;
		margin-top: 7%;
		margin-left: auto;
		margin-right: auto;
		border-radius: 20px;
	}

	.list p {
		font-size: 1em;
	}

	.list:hover {
		transform: scale(1.03);
	}

	.houselist {
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		margin-top: 50px;
		border-radius: 20px;
		height: 820px;
		transition: 0.4s;
		margin-bottom: 30px;
	}

	.houselist .row {
		height: 820px;
	}

	.houselist h3 {
		margin-bottom: 30px;
	}

	.houselist img {
		display: block;
		width: 100%;
		max-width: 400px;
		height: auto;
		margin: 10%;
		border-radius: 20px;
	}

	.houselist p {
		font-size: 1em;
	}

	.houselist:hover {
			transform: scale(1.03);
	}


	footer {
		margin-top: 50px;
		text-align: center;
		padding-bottom: 20px;
	}

	footer h4  {
		font-family: "trajan-pro-3", serif;
		font-weight: 300;
		font-style: normal;
	 	color: #003d4c;
		line-height: 60px;
		font-size: 3vw;
	}

	.icons{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}

	.icons a {
		margin-right: 20px;
	}

	.icons a:nth-of-type(4) {
		margin-right: 0;
	}

		footer nav {
		margin-bottom: 15px;
	}

	footer nav a {
		font-family: "futura-pt", sans-serif;
		font-weight: 300;
		font-style: normal;
		margin-right: 30px;
		color: #003d4c;
		text-decoration: none;
		font-size: 2vw;
		transition: 0.4s;
	}

	footer nav a:nth-of-type(4) {
		margin-right: 0;
	}

	footer img {
		transition: 0.4s;
	}

	footer img:hover {
		transform: scale(1.1);
		transform-origin: center;
		cursor: pointer;
	}

	footer nav a:hover{
		opacity: 0.7;
	}



}

/* TABLET STYLES ////////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.container{
		width:93.75%; /* 720 pixels at a 768 Repixel screen width (iPads) */
	}

	nav li {
		margin-top: 18px;
		font-family: "futura-pt", sans-serif;
		font-weight: 400;
		font-style: normal;
	}

	.carousel {
		top: 0;
		/*position: absolute;*/
		margin-bottom: 50px;
	}

.title {
	top: 0;
	height: 100vh;
	width: 100vw;
	position: absolute;
	background-image: url(../images/filter.png);
	background-repeat: no-repeat;
	background-size: 100vw;
}

.titlecard {
	top: 380px;
	margin-left: 10%;
	position: absolute;
}


h1 {
	font-size: 4.5vw;
	color: #fff;
}
h2 {
	font-size: 2vw;
	color: #fff;
}

.titlecard a {
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	border-radius: 20px;
	padding: 9px 5%;
	background-color: #cbc096;
	transition: 0.2s;
	color: #003d4c;
}

.titlecard a:hover {
	transform: scale(1.1);
	background-color: #003d4c;
	color: #cbc096;
}

.feature {
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		margin-top: 50px;
		width: 80%;
		border-radius: 20px;
		height: 300px;
		transition: 0.4s;
	}

	.feature:hover {
		transform: scale(1.03);
	}

	.featimg {
		background-image: url(../images/luxury-log-home.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		overflow: hidden;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
		height: 300px;
	}

	.featimg2 {
		background-image: url(../images/cottages/lakeside/kakabeka.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		overflow: hidden;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
		height: 300px;
	}

	.row {
		height: 300px;
	}

	.textp {
		padding: 50px 5%;
	}

	h3 {
		font-size: 2vw;
	}

.polaroid {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  	text-align: center;
  	margin-right: 5vw;
  	border-radius: 20px;
  	transition: 0.4s;
}

.pol1 {
	background-image: url(../images/cottages/lakeside/split-rock.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.pol2 {
	background-image: url(../images/cottages/woods/tamarack.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.pol3 {
	background-image: url(../images/lodge/suite-2-queens.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.polaroid:nth-of-type(3) {
	margin-right: 0;
}
.polaroid:hover {
	transform: scale(1.03);
}

.fun h3 {
	margin-left: 7%;
	margin-bottom: 15px;
}


.contain {
	margin-top: 70%;
	padding: 30px 10px 10px 10px;
}

.faqtitle {
	margin-top: 150px;
	margin-bottom: 10px;
	margin-left: 7%;
}

.faq {
	width: 87%;
}

.accordion {
	font-family: "futura-pt", sans-serif;
	font-weight: 300;
	font-style: normal;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
	border: none;
  text-align: left;
  outline: none;
  font-size: 2vw;
  transition: 0.4s;
}
	
.active, .accordion:hover {
  background-color: #cbc096;
}

.panel {
	border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #cbc096;
  padding: 0 18px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.about {
		background-image: url(../images/cottages/woods/quaking-aspen.jpg);
		background-size: 100vw;
		background-repeat: no-repeat;
		height: 60vh;
	}

	.about h1 {
		position: absolute;
		left: 37%;
		top: 225px;
	}

	.accomm {
		background-image: url(../images/aerial.jpeg);
		background-size: 100vw;
		background-repeat: no-repeat;
		height: 60vh;
	}

	.accomm h1 {
		position: absolute;
		left: 28%;
		top: 225px;
	}

	.cabintitle h1 {
		position: absolute;
		left: 40.8%;
		top: 225px;
	}

	.housetitle h1 {
		position: absolute;
		left: 40.8%;
		top: 225px;
	}

	.lodgetitle h1 {
		position: absolute;
		left: 20%;
		top: 225px;
	}

	.contact {
		background-image: url(../images/night.jpeg);
		background-size: 100vw;
		background-repeat: no-repeat;
		height: 60vh;
	}

	.contact h1 {
		position: absolute;
		left: 31%;
		top: 225px;
	}

	.confirm {
		background-image: url(../images/night.jpeg);
		background-size: 100vw;
		background-repeat: no-repeat;
		height: 60vh;
	}

	.confirm h1 {
		position: absolute;
		left: 25%;
		top: 225px;
	}

	.confirmation {
		margin-top: 50px;
		display: block;
		width: 70%;
		margin-right: auto;
		margin-left: auto;
	}


	.contacting {
		text-align: center;
	}

	.formtitle {
		text-align: center;
	}

	.box1 {
		background-color: #003d4c;
		margin-right: 5%;
		height: 250px;
		border-radius: 20px;
	}

	.box2 {
		background-color: #003d4c;
		height: 250px;
		border-radius: 20px;
	}

	.contacting h3 {
		margin-bottom: 15px;
		margin-top: 50px;
		color: #003d4c;
	}

	.contacting h5 {
		padding-top: 50px;
		color: #cbc096;
	}

	.contacting p {
		color: #fff;
		margin-bottom: 5px;
	}

	.contacting p:nth-of-type(2) {

		margin-bottom: 45px;
	}


	.contacting a {
		font-family: "futura-pt", sans-serif;
		font-weight: 400;
		font-style: normal;
		text-decoration: none;
		border-radius: 20px;
		padding: 9px 5%;
		background-color: #cbc096;
		transition: 0.4s;
		color: #003d4c;
	}

	.contacting a:hover {
		transform: scale(1.1);
		background-color: #003d4c;
		color: #cbc096;
	}





	/*--------ACCOMMODATIONS PAGE TABLET--------*/
	.types {
		margin-top: 50px;
	}

	.typePolaroid {
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	  text-align: center;
	  margin-right: 5vw;
	  border-radius: 20px;
	  transition: 0.4s;
	}

	.type1 {
		background-image: url(../images/cabin.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
	}

	.type2 {
		background-image: url(../images/luxthumbnail.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
	}

	.type3 {
		background-image: url(../images/house.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
	}

	.typePolaroid:nth-of-type(3) {
		margin-right: 0;
	}

	.typePolaroid:hover {
		transform: scale(1.03);
	}

	.types a {
		text-decoration: none;
	}



	/*ACCOMMODATIONS TABLET*/

	.list {
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		margin-top: 50px;
		border-radius: 20px;
		height: 400px;
		transition: 0.4s;
		margin-bottom: 30px;
	}

	.list .row {
		height: 400px;
	}

	.list h3 {
		margin-bottom: 30px;
	}

	.listtext {
		padding: 50px 10%;
	}

	.list img {
		display: block;
		width: 100%;
		max-width: 400px;
		height: auto;
		margin: 10%;
		border-radius: 20px;
	}

	.list p {
		font-size: 1em;
	}

	.list:hover {
			transform: scale(1.03);
	}

	.houselist {
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		margin-top: 50px;
		border-radius: 20px;
		height: 500px;
		transition: 0.4s;
		margin-bottom: 30px;
	}

	.houselist .row {
		height: 500px;
	}

	.houselist h3 {
		margin-bottom: 30px;
	}

	.houselist img {
		display: block;
		width: 100%;
		max-width: 400px;
		height: auto;
		margin: 10%;
		border-radius: 20px;
	}

	.houselist p {
		font-size: 1em;
	}

	.houselist:hover {
			transform: scale(1.03);
	}

	footer {
		margin-top: 50px;
		text-align: center;
		padding-bottom: 20px;
	}

	footer h4  {
		font-family: "trajan-pro-3", serif;
		font-weight: 300;
		font-style: normal;
	 	color: #003d4c;
		line-height: 60px;
		font-size: 2vw;
	}

	.icons{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}

	.icons a {
		margin-right: 20px;
	}

	.icons a:nth-of-type(4) {
		margin-right: 0;
	}


		footer nav {
		margin-bottom: 15px;
	}

	footer nav a {
		font-family: "futura-pt", sans-serif;
		font-weight: 300;
		font-style: normal;
		margin-right: 30px;
		color: #003d4c;
		text-decoration: none;
		font-size: 1.5vw;
		transition: 0.4s;
	}

	footer nav a:nth-of-type(4) {
		margin-right: 0;
	}

	footer img {
		transition: 0.4s;
	}

	footer img:hover {
		transform: scale(1.1);
		transform-origin: center;
		cursor: pointer;
	}

	footer nav a:hover{
		opacity: 0.7;
	}

}

/* DESKTOP STYLES ////////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (min-width: 1025px){
	.container{
		/*width:978px;*/
		width:95.5%;
	}


	/*--------NAV DESKTOP--------*/
	nav li {
		font-family: "futura-pt", sans-serif;
		font-weight: 400;
		font-style: normal;
		margin-top: 18px;
		transition: 0.4s;
	}
	
	#navbarNav a:hover {
		color: #003d4c;
	}

	nav li:hover {
		transform: scale(1.1);
	}


/*--------HERO DESKTOP--------*/
	.carousel {
		top: 0;
		/*position: absolute;*/
		margin-bottom: 50px;
	}

	.carousel-item {
  		height: 100vh;
	}

	.title {
		top: 0;
		height: 100vh;
		width: 100vw;
		position: absolute;
		background-image: url(../images/filter.png);
		background-repeat: no-repeat;
			background-size: 100vw;
	}

	.titlecard {
		top: 500px;
		margin-left: 10%;
		position: absolute;
	}

	h1 {
		font-size: 4.5vw;
		color: #fff;
	}

	h2 {
		font-size: 2vw;
		color: #fff;
	}

	.titlecard a {
		font-family: "futura-pt", sans-serif;
		font-weight: 400;
		font-style: normal;
		text-decoration: none;
		border-radius: 20px;
		padding: 9px 5%;
		background-color: #cbc096;
		color: #003d4c;
		transition: 0.2s;
	}

	.titlecard a:hover {
		transform: scale(1.2);
		background-color: #003d4c;
		color: #cbc096;
	}


	/*--------ABOUT PAGE FEATURE DESKTOP--------*/
	.feature {
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		margin-top: 50px;
		width: 80%;
		border-radius: 20px;
		height: 300px;
		transition: 0.4s;
	}

	.feature:hover {
		transform: scale(1.03);
	}

	.featimg {
		background-image: url(../images/luxury-log-home.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		overflow: hidden;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
		height: 300px;
	}

	.featimg2 {
		background-image: url(../images/cottages/lakeside/kakabeka.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		overflow: hidden;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
		height: 300px;
	}

	.row {
		height: 300px;
	}

	.textp {
		padding: 50px 5%;
	}

	h3 {
		font-size: 2vw;
	}

	.polaroid {
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	  text-align: center;
	  margin-right: 5vw;
	  border-radius: 20px;
	  transition: 0.4s;
	}

	.pol1 {
		background-image: url(../images/cottages/lakeside/split-rock.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
	}

	.pol2 {
		background-image: url(../images/cottages/woods/tamarack.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
	}

	.pol3 {
		background-image: url(../images/lodge/suite-2-queens.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
	}

	.polaroid:nth-of-type(3) {
		margin-right: 0;
	}

	.polaroid:hover {
		transform: scale(1.03);
	}

	.fun h3 {
		margin-left: 7%;
		margin-bottom: 15px;
	}


	/*--------FAQ DESKTOP--------*/
	.contain {
		margin-top: 70%;
		padding: 30px 10px 10px 10px;
	}

	.faqtitle {
		margin-top: 150px;
		margin-bottom: 10px;
		margin-left: 7%;
	}

	.faq {
		width: 87%;
	}

	.accordion {
		font-family: "futura-pt", sans-serif;
		font-weight: 300;
		font-style: normal;
	  background-color: #fff;
	  color: #000;
	  cursor: pointer;
	  padding: 18px;
	  width: 100%;
		border: none;
	  text-align: left;
	  outline: none;
	  font-size: 1.5vw;
	  transition: 0.4s;
	}

	.active, .accordion:hover {
	   background-color: #cbc096;
	}

	.panel {
		border-top: none;
	  border-left: none;
	  border-right: none;
	  border-bottom: 2px solid #cbc096;
	  padding: 0 18px;
	  background-color: #fff;
	  max-height: 0;
	  overflow: hidden;
	  transition: max-height 0.2s ease-out;
	}


	/*--------FOOTER DESKTOP--------*/
	footer {
		margin-top: 50px;
		text-align: center;
		padding-bottom: 20px;
	}

	footer h4  {
		font-family: "trajan-pro-3", serif;
		font-weight: 300;
		font-style: normal;
	 	color: #003d4c;
		line-height: 60px;
		font-size: 1.5vw;
	}

	.icons{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}

	.icons a {
		margin-right: 20px;
	}

	.icons a:nth-of-type(4) {
		margin-right: 0;
	}

	footer nav {
		margin-bottom: 15px;
	}

	footer nav a {
		font-family: "futura-pt", sans-serif;
		font-weight: 300;
		font-style: normal;
		margin-right: 30px;
		color: #003d4c;
		text-decoration: none;
		font-size: 1.3vw;
		transition: 0.4s;
	}

	footer nav a:nth-of-type(4) {
		margin-right: 0;
	}

	footer img {
		transition: 0.4s;
	}

	footer img:hover {
		transform: scale(1.1);
		transform-origin: center;
		cursor: pointer;
	}

	footer nav a:hover{
		opacity: 0.7;
	}


/*--------ABOUT PAGE DESKTOP--------*/
	.about {
		background-image: url(../images/cottages/woods/quaking-aspen.jpg);
		background-size: 100vw;
		background-repeat: no-repeat;
		height: 60vh;
	}

	.about h1 {
		position: absolute;
		left: 37%;
		top: 225px;
	}


	/*--------CONTACT US DESKTOP--------*/
	.contact {
		background-image: url(../images/night.jpeg);
		background-size: 100vw;
		background-repeat: no-repeat;
		height: 60vh;
	}

	.contact h1 {
		position: absolute;
		left: 31%;
		top: 225px;
	}

	.confirm {
		background-image: url(../images/night.jpeg);
		background-size: 100vw;
		background-repeat: no-repeat;
		height: 60vh;
	}

	.confirm h1 {
		position: absolute;
		left: 25%;
		top: 225px;
	}
	.confirmation {
		margin-top: 50px;
		display: block;
		width: 70%;
		margin-right: auto;
		margin-left: auto;
	}

	.contacting {
		text-align: center;
	}

	.formtitle {
		text-align: center;
	}


	.box1 {
		background-color: #003d4c;
		margin-right: 5%;
		height: 250px;
		border-radius: 20px;
	}

	.box2 {
		background-color: #003d4c;
		height: 250px;
		border-radius: 20px;
	}

	.contacting h3 {
		margin-bottom: 15px;
		margin-top: 50px;
		color: #003d4c;
	}

	.contacting h5 {
		padding-top: 50px;
		color: #cbc096;
	}

	.contacting p {
		color: #fff;
		margin-bottom: 5px;
	}

	.contacting p:nth-of-type(2) {
		margin-bottom: 45px;
	}

	.contacting a {
		font-family: "futura-pt", sans-serif;
		font-weight: 400;
		font-style: normal;
		text-decoration: none;
		border-radius: 20px;
		padding: 9px 5%;
		background-color: #cbc096;
		transition: 0.4s;
		color: #003d4c;
	}

	.contacting a:hover {
		transform: scale(1.1);
		background-color: #003d4c;
		color: #cbc096;
	}

	/*--------ACCOMMODATIONS PAGE DESKTOP--------*/
	.accomm {
		background-image: url(../images/aerial.jpeg);
		background-size: 100vw;
		background-repeat: no-repeat;
		height: 60vh;
	}

	.accomm h1 {
		position: absolute;
		left: 28%;
		top: 225px;
	}

	.cabintitle h1 {
		position: absolute;
		left: 40.8%;
		top: 225px;
	}

	.housetitle h1 {
		position: absolute;
		left: 40.8%;
		top: 225px;
	}

	.lodgetitle h1 {
		position: absolute;
		left: 20%;
		top: 225px;
	}


	.types {
		margin-top: 50px;
	}

	.typePolaroid {
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	  text-align: center;
	  margin-right: 5vw;
	  border-radius: 20px;
	  transition: 0.4s;
	}

	.type1 {
		background-image: url(../images/cabin.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
	}

	.type2 {
		background-image: url(../images/luxthumbnail.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
	}

	.type3 {
		background-image: url(../images/house.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
	}

	.typePolaroid:nth-of-type(3) {
		margin-right: 0;
	}

	.typePolaroid:hover {
		transform: scale(1.03);
	}

	.types a {
		text-decoration: none;
	}



	/*ACCOMMODATIONS*/

	.list {
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		margin-top: 50px;
		border-radius: 20px;
		height: 350px;
		transition: 0.4s;
		margin-bottom: 30px;
	}

	.list .row {
		height: 350px;
	}

	.list h3 {
		margin-bottom: 30px;
	}

	.listtext {
		padding: 50px 10%;
	}

	.list img {
		width: 100%;
		max-width: 400px;
		height: auto;
		margin: 10%;
		border-radius: 20px;
	}

	.list p {
		font-size: 1em;
	}

	.list:hover {
			transform: scale(1.03);
		}

		.houselist {
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		margin-top: 50px;
		border-radius: 20px;
		height: 450px;
		transition: 0.4s;
		margin-bottom: 30px;
	}

	.houselist .row {
		height: 450px;
	}

	.houselist h3 {
		margin-bottom: 30px;
	}

	.houselist img {
		display: block;
		width: 100%;
		max-width: 400px;
		height: auto;
		margin: 10%;
		border-radius: 20px;
	}

	.houselist p {
		font-size: 1em;
	}

	.houselist:hover {
			transform: scale(1.03);
	}

}


