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

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;
		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: 205vh;
	}

	.contain {
		margin-top: 70%;
		padding: 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: 200px;
	}

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

	.contact h1 {
		position: absolute;
		left: 35%;
		top: 200px;
	}
 
	.contacting {
		height: 530px;
		text-align: center;
	}

	.box1 {
		width: 70%;
		background-color: #003d4c;
		margin-bottom: 30px;
		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;
	}

	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: 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: 250px;
	}

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

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

	.contacting {
		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;
	}

	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 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);
	
	}

	.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;
	}

	.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: 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 {
		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 {
		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: 250px;
	}

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

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

	.contacting {
		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;
	}

}
