@charset "utf-8";
/* CSS Document */


*{
  margin: 0;
  padding: 0;
	box-sizing: border-box;
}


html, body{
  max-width: 100%;
  overflow-x: hidden;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
	color: #203c48;
	margin:0;
	background-color: #fdfcfb;
}

.wrapper{
}

.headertop {
  overflow: hidden;
  background-color: #fdfcfb;
  padding: 20px 20px;
}

.headertop a {
  float: left;
  color: #203c48;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 1.125rem; 
  line-height: 25px;
  border-radius: 4px;
	text-transform: uppercase;
}

.headertop a.logo {
	text-transform:uppercase;
	letter-spacing: 2px;
	font-size: 1.6rem;
	font-weight: bold;
	font-family: myFirstFont3, 'Montserrat';
}

.headertop a.logo span{
	color: #c3a881;
}

.headertop a:hover {
  color: #c3a881;
}

.headertop a.active {
	background-color: transparent;
  color: #c3a881;
	font-weight: bold;
}

.header-right {
  float: right;
}

.topnavmob{
	display: none;
}
	
	.topnavmob {
  overflow: hidden;
  background-color: #efe8de;
  position: relative;
}

	.topnavmob #myLinks {
		display: none;
}

.topnavmob a {
  color: #203c48;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1.1rem;
  display: block;
}

.topnavmob a.icon {
  background: #efe8de;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnavmob a:hover {
  background-color: #dcccb5;
  color: #203c48;
}

.topnavmob .active {
	font-size: 1.5rem;
	background-color: #efe8de;
	color: inherit;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: myFirstFont3;

}
	
	.topnavmob span{
		color: #c3a881;
	}


/*-----------------------------------------*/

.hero-image{
	max-width: 100%;
	height: auto;
	position: relative;
    text-align: center;
}
.hero-image img{
	display: block;
	width: 100%;
	height: auto;
}

.hero-image .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	background-color: rgba(253,252,251,0.71);
	padding: 50px;
}

.hero-image .centered h1{
	text-transform: uppercase;
	letter-spacing: 8px;
	font-size: 3.5rem;
}

.hero-image .centered h6{
	font-size: 1.875rem;
	text-transform: capitalize;
}

.hero-image .heroimg {
	display: none;
}



/*--------------------------------------------*/

.containera{
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}

.column-66a{
	display: block;
	margin: auto;
	width: 70%;
}

.hrline{
	display: none;
	margin: 0px;
}
.container, .containerr{
	margin-bottom: 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
	padding: 0px;
}

.containerr{
	padding-top: 0px;
	margin-top: 0px;
	
}

.rowns{
	display: block;
	margin: auto;
}
.containers{
	padding-top: 100px;
	padding-bottom: 100px;
}

.column-33s{
	padding-top: 50px;
	display: block;
	margin: auto;
	width: 50%;
}

.column-33s img{
	padding-bottom: 50px;
	display: block;
	margin: auto;
	width: 65%;
	height: auto;
}

.column-66s{
	text-align: center;
}

.large-font {
  padding-bottom: 20px;
  font-size: 1.8rem;
  color: #b99a6c;
}

.xlarge-font  {
	text-transform: uppercase;
	letter-spacing: 4px;
  font-size: 2.125rem;
}

.container .rown, .containerr .rownr{
	width: 70%;
	display: block;
	margin: auto;
	padding-top: 100px;
	padding-bottom: 100px;
}

.containerr{
	margin-top: -40px;
}

.containerr h1{
	padding-bottom: 20px;
}

.container .xlarge-font {
	margin-top: -10px;
	text-transform: uppercase;
	letter-spacing: 4px;
  font-size: 2.125rem;
}

.column-66, .column-66r {
  float: left;
  width: 50%;
  padding: 20px;
}

.column-66 p, .column-66r p{	
	text-align: left;
	width: 100%;
}

.column-33, .column-33r {
  float: left;
  width: 50%;
  padding: 20px;
	border-left: 1px solid #203c48;
}

.column-33 img, .column-33r img {
	display: block;
	margin-left: auto;
	margin-right:auto;
	width:100%;
	height: 100%;
}



.rown:after, .rownr:after, .rowns:after {
  content: "";
  display: table;
  clear: both
}



.column-33 .columnimg{
	display: none;
}
.column-66 .button, .column-66r .button{
  margin-top: 20px;
  display: block;
  width: 60%;
  padding: 12px;
  font-size: 18px;
  font-weight: normal;
  color: #efe8de;
  background-color: #203c48;
  border: none;
  border-radius: 4px;
}

.containera{
	width: 100%;
}
.containeraa button{
	margin-top: 20px;
}

.containera h1{
	padding-bottom: 20px;
}
.containeraa button{
  display: block;
	margin: auto;
  width: 30%;
  padding: 12px;
  font-size: 18px;
  font-weight: normal;
  color: #efe8de;
  background-color: #203c48;
  border: none;
  border-radius: 4px;
}

.containeraa button a{
	font-family: montserrat;
	font-size: 1rem;
	text-decoration: none;
	color: inherit;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.column-66a{
	margin-bottom: 50px;
}
/*--------------------------------------*/

.column-33s .button {
  margin-top: 20px;
  display: block;
  margin: auto;
  width: 50%;
  padding: 12px;
  font-size: 18px;
  font-weight: normal;
  color: #efe8de;
  background-color: #203c48;
  border: none;
  border-radius: 4px;
}

.column-66 .button a, .column-66r .button a, .containeraa button a{
	font-family: montserrat;
	font-size: 1rem;
	text-decoration: none;
	color: inherit;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.column-33s .button a{
	font-family: montserrat;
	font-size: 1rem;
	text-decoration: none;
	color: inherit;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.column-33s .button:hover{
	color: #203c48;
	background-color: #C3A881;
	cursor: pointer;
	font-weight: bold;
}

.column-66 .button:hover, .column-66r .button:hover, .containeraa button:hover{
	color: #203c48;
	background-color: #C3A881;
	cursor: pointer;
	font-weight: bold;
}

.column-66 p span, .column-66r p span, .column-66a span{
	font-size: 1.300rem;
}

.column-33r{
	border-left: none;
	border-right: 1px solid #203c48;
}


/*------------------------------------------------*/

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 24.999999%;
  padding: 30px;
  height: auto;
  background-color: #fdfcfb;
}

.offer{
	padding-top: 50px;
  background-color: #fdfcfb;
}

.offer h1{
	margin-top: 20px;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 2.125rem;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: inherit;
	font-weight: bold;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column h2{
	font-size: 1.3rem;
	padding-bottom: 0px;
	font-weight: bold;
	padding-top: 10px;
}

.column h2, .column p{
	color: inherit;
}
.row img{
	border: 3px solid #dcccb5;
	width: 100%;
}

.row{
	padding-bottom: 0px;
}
/*---------------------------------------------------*/

.middleline {
	width: 100%;
}

.middleline{
	margin-top: 50px;
	width: 100%;
	height: 30px;
	background-color: #efe8de;
	color: #efe8de;
}

/*---------------------------------------*/
.quotecont{
	padding-top: 50px;
	background-color: #dcccb5;
	padding-bottom: 50px;	
	height: 300px;
}

.quote{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.quote h1{
	font-family: benedict;
	font-size: 3rem;
	text-align: center;
	font-weight: normal;
	padding-top:60px;
	color: inherit;
}



/*----------------BLOG---------------------*/


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .blogcolumn, .blogcolumn2 {
    width: 100%;
  }
}

/*---------------------------------------------------------*/
.slidingcontainer{
	margin-top:-4px;
	margin-bottom: 100px;
	padding-bottom: 50px;
	padding-top: 70px;
	background-color: #fdfcfb;
}

.slidingcontainer h1{
	  color: inherit;
	font-size: 2.125rem;
	text-transform: uppercase;
	letter-spacing: 8px;
	text-align: center;
	padding-bottom: 30px;
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: bold;
}
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
	margin-bottom: 20px;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #203c48;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(185,154,108,0.87);
}

.text {
	margin-top: 10px;
	color: #203c48;
	font-family: benedict;
	font-size: 5rem;
	font-weight: bold;
	position: absolute;
	top: 80%;
	left: 20px;
}

.numbertext {
  color: #203c48;
  font-size: 1rem;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  font-weight: bold;
}


.dottet{
	display: none;
	text-align: center;
}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #9D7C4B;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #203c48;
}

p.enterbtn a{
	color: #efe8de;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 2px;
}
p.enterbtn{
  display: block;
  margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
  width: 30%;
  padding: 12px;
  font-size: 18px;
  font-weight: normal;
  color: #efe8de;
  background-color: #203c48;
  border: none;
  border-radius: 4px;
}
p.enterbtn a{
	font-size: 1rem;
	color: #dcccb5;
}

p.enterbtn a:hover{
	color: #203c48;
}

p.enterbtn:hover{
		color: #203c48;
	background-color: #C3A881;
	cursor: pointer;
	font-weight: bold;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.slidingcontainer p{
	padding-top: 20px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: bold;
}
.slidingcontainer p a{
	text-decoration: none;
	color: #b99a6c;
}

.slidingcontainer p a:hover{
	color: inherit;
}

/*--------------------------------------------------*/

/* Style inputs */
input[type=text], select, textarea {
	font-family: montserrat;
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
	font-family: montserrat;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: bold;
  background-color: #203c48;
  color: #b99a6c;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
} 

input[type=submit]:hover {
  background-color: transparent;
	color: inherit;
}

.containercc {
	margin-top: 50px;
  border-radius: 5px;
  padding: 10px;
	padding-top: 10px;
	padding-bottom: 30px;
}

.containercc h1{
	font-family: montserrat;
	font-size: 2.125rem;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: bold;
}

.columnn {
  float: left;
  width: 50%;
  margin-top: 50px;
  padding: 20px;
  text-transform: uppercase;
}


.columnn img{
	border: 2px solid #203c48;
}
/* Clear floats after the columns */
.rowc:after {
  content: "";
  display: table;
  clear: both;
}




/*-------------------------------------------------------Bottom footer nav-------*/
.topnav {
  width: 100%;
  margin-top: 100px;
  position: relative;
  overflow: hidden;
  background-color: #efe8de;
}

.topnav a {
  float: left;
  color: #203c48;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #dcccb5;
}

.topnav a.active {
  background-color: #efe8de;
  color: #203c48;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: myFirstFont3, 'Montserrat';

}

.topnav-centered a {
  float: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.topnav-right {
  float: right;
}

.topnav-centered span{
	color: #c3a881;
}

/* Responsive navigation menu (for mobile devices) */
@media screen and (max-width: 600px) {
  .topnav a, .topnav-right {
    float: none;
    display: block;
  }
  
  .topnav-centered a {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}
/*START OF FOOTER*/
/*.footernav {
	margin-top: 70px;
	padding: 30px;
	background-color: #DCCCB5;
	width: 100%;
	height: auto;
}

/*ICONS*/
.footericons{
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 250px;
	display: block;
	color: #203c48;

}
 .footernav .icon{
      position: relative;
      background-color: transparent;
      border-radius: 50%;
      margin: 10px;
      width: 50px;
      height: 50px;
      line-height: 50px;
      font-size: 1.4rem;
      display: inline-block;
      align-items: center;
      box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
      cursor: pointer;
      transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      color: inherit;
      text-decoration: none;
    }

.footericons{
		text-align: center;
}

  .footernav .tooltip {
      position: absolute;
      top: 0;
      line-height: 1.5;
      font-size: 0.9rem;
      background-color: #ffffff;
	  color: #203c48;
      padding: 5px 8px;
      border-radius: 5px;
      box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
      opacity: 0;
      pointer-events: none;
      transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
   .footernav .tooltip::before {
      position: absolute;
      content: "";
      height: 8px;
      width: 8px;
	  color: #203c48;
      bottom: -3px;
      left: 50%;
      transform: translate(-50%) rotate(45deg);
      transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

.footernav .icon:hover .tooltip {
      top: -45px;
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }
.footernav .icon:hover span,
.footernav .icon:hover .tooltip {
      text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
    }

.footernav .facebook:hover,
.footernav .facebook:hover .tooltip,
.footernav .facebook:hover .tooltip::before {
      background-color: inherit;
	color: #203c48;
    }

.footernav .instagram:hover,
.footernav .instagram:hover .tooltip,
.footernav .instagram:hover .tooltip::before {
      background-color: inherit;
	color: #203c48;
    }

.footernav .youtube:hover,
.footernav .youtube:hover .tooltip,
.footernav .youtube:hover .tooltip::before {
      background-color: inherit;
	color: #203c48;
    }

/*END OF FOOTER*/

.copy{
	margin-top: 10px;
	margin-bottom: 5px;
}
.copy p{
	color: inherit;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.75rem;
	width: 100%;
	height: auto;
	text-align: center;
}

.copy a{
	text-decoration: none;
	color: #274957;
}

.copy a:hover{
	font-weight: bold;
}

.copy .fa-cc-visa, .copy .fa-cc-apple-pay, .copy .fa-cc-paypal, .copy .fa-ideal{
	font-size: 1.4rem;
	padding: 10px;
}
/*END OF FOOTER*/






/* ====================
  Responsive Section
=======================*/

/*@media screen and (max-width: 1620px){
	.column-66 .button, .column-66r .button {
	margin-top: 20px;
	font-family: montserrat;
	font-size: 1rem;
	border: none;
	color: #c3aa881;
	padding: 14px 28px;
	cursor: pointer;
	background-color: #203c48;
	width: 40%;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}
		header .navigation .menu-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 40%;
  margin: auto 30px auto 0;
 }
}*/


@media screen and (max-width: 1536px){

	
	.hero-image .centered h1{
		font-size: 3.5rem;
	}
	
}

/*@media screen and (max-width: 1400px){
.column-66 .button, .column-66r .button {
	margin-top: 20px;
	font-family: montserrat;
	font-size: 1rem;
	border: none;
	color: #dcccb5;
	padding: 14px 28px;
	cursor: pointer;
	background-color: #203c48;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 4px;
	border-radius: 15px;
	width: 45%;
}

.column-66 .button a, .column-66r .button a{
	text-decoration: none;
	color: inherit;
}

.column-66 .button:hover, .column-66r .button:hover{
	color: #203c48;
	background-color: #C3A881;
	cursor: pointer;
	font-weight: bold;
}	
}*/

@media screen and (max-width: 1366px){
	.column-66 .button, .column-66r .button {
	width: 50%;
}

	header .navigation .menu-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 30%;
  margin: auto 30px auto 0;
 }
	header .navigation .menu-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 40%;
  margin: auto 30px auto 0;
 }
	
	.row{
		padding-bottom: 0px;
	}

}

/*@media screen and (max-width: 1358px){
	.column-66 .button, .column-66r .button {
	margin-top: 20px;
	font-family: montserrat;
	font-size: 1rem;
	border: none;
	color: #dcccb5;
	padding: 14px 28px;
	cursor: pointer;
	background-color: #203c48;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 4px;
	border-radius: 15px;
	width: 45%;
}
}*/

/*@media screen and (max-width: 1345px){
	
}*/

@media screen and (max-width: 1280px){
		header .navigation .menu-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 45%;
  margin: auto 30px auto 0;
 }

	.column-66{ 
		border: none;
	}

	.column-66 .button {
	margin-top: 20px;
	font-family: montserrat;
	font-size: 1rem;
	border: none;
	color: #b99a6c;
	padding: 14px 28px;
	cursor: pointer;
	background-color: #203c48;
	width: 50%;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 4px;
}
	.column-33 {
		margin-top: 50px;
		float: left;
		width: 50%;
		padding: 0px 20px;
		height: 550px;
		border-left: 1px solid #203c48;
}

}

@media screen and (max-width: 1200px){
		.container .rown {
		width: 75%;
	}
	
		.column-33 {
		margin-top: 55px;
		float: left;
		width: 50%;
		padding: 0px 20px;
		height: 550px;
		border-left: 1px solid #203c48;
}
	
	.column {
  float: left;
  width: 25%;
  padding: 10px;
  height: auto;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}
.column h2{
	font-size: 1.2rem;
}


}

@media screen and (max-width: 1024px){
		header .navigation .menu-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin: auto 30px auto 0;
 }
	.column{
		padding: 30px;
		width: 50%;
		float: left;
		text-align: center;
	}
	
	.containerr  .column-33r img{
		width: 100%;
	}
	
	.containerr .rownr{
		width: 80%;
	}
	
	.column-66 .button, .column-66r .button {
		width: 60%;
}
	.column-33s{
		width: 60%;
	}
	
	.container .rown{
		width: 87%;
	}
	
	.slideshow-container{
		width: 85%;
	}
	
}

@media screen and (max-width: 1000px) {
	header .navigation .menu-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 55%;
  margin: auto 30px auto 0;
 }
	.column{
		padding: 30px;
		width: 50%;
		float: left;
	}
	
	.column-333 img{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
  .column-666, .column-333{
    text-align: left;
  }

.containercolumn {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 100%;
	height: auto;
	padding: 0px;
}
	
	.quote h1{
		padding-top: 50px;
	}
	
}
/* Tablet desktop :768px. */
 
@media screen and (max-width: 820px){
.headertop{
		display: none;
	}
	
	.topnavmob{
		display: block;
	}
	
	.topnavmob {
  overflow: hidden;
  background-color: #fdfcfb;
  position: relative;
}

	.topnavmob #myLinks {
		display: none;
		background-color: #efe8de;
}

.topnavmob a {
  color: #203c48;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1.1rem;
  display: block;
}

.topnavmob a.icon {
  background: #fdfcfb;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
	.topnavmob a.icon:hover{
		background-color: #fdfcfb;
		color: #c3a188;
	}

	.topnavmob .active:hover{
		background-color: #fdfcfb;
	}
.topnavmob a:hover {
	background-color: #dcccb5;
	color: #203c48;
	font-weight: 600;
}

.topnavmob .active {
	font-size: 1.5rem;
	background-color: #fdfcfb;
	color: inherit;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: myFirstFont3;
}	
	.topnavmob span{
		color: #c3a881;
	}
	
	
	.hero-image img{
		display: none;
	}
	
	.hero-image .heroimg{
		width: 100%;
		height: auto;
		display: block;
	}
	
	.hero-image .centered{
		padding: 50px;
		background-color: rgba(253,252,251,0.71);
	}
	.column-33 img{
		display: none;
	}
	.column-33 .columnimg{
		padding-top: 30px;
		display: block;
		width: 100%;
		height: auto;
	}
	.column-33, .column-66, .column-33r, .column-66r{
		width: 100%;
		border: none;
	}
	
	.column-33{
		display: block;
		margin: auto;
		width: 100%;
		height: auto;
	}
	
	.column{
		width: 50%;
		padding: 20px;
	}
	
	.column h2{
		padding-top: 10px;
		padding-bottom: 0px;
	}
	.rownr, .rownr p, .rownr b, .column-66r .button{
		text-align: center;
		display: block;
		margin: auto;
	}
	
	.column-66r .button{
		margin-top: 30px;
	}
	.column-33s img{
		width: 80%;
	}
	
	.column-33r{
		display: block;
		margin: auto;
		width: 70%;
	}
	
	.column-33r{
		display:none;		
	}
	.column-66r p span{
		font-size: 1.1rem;
	}
		.slidingcontainer .text{
	}
	
}

@media screen and (max-width: 810px){
		.column-66a{
			width: 80%;
	}
	
}
@media screen and (max-width: 800px){
.hero-image .centered h1{
	text-transform: uppercase;
	letter-spacing: 8px;
}

.hero-image .centered h6{
	text-transform: capitalize;
}
	  .column {
    width: 50%;
  }
	
	.quotecont{
		height: 250px;
	}
	
	.quote h1{
		padding-top: 10px;
	}
	
.column-66, .column-33, .column-66r, .column-33r, .column-66r p, .column-66 p{
	border-left: none;
	border-right: none;
		width: 100%;
		height: auto;
	text-align: center;
	}

	.column-33r{
		display: none;
		margin-top: 0px;
	}
	
	p.enterbtn{
	width: 20%;
}

	.column-66r{
		padding-top: 0px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .navigation .menu-list {
    width: 60%;
  }

  header .navigation .menu-list li a{
    font-size: 1rem;
  }

}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	header .navigation .menu-list {
    position: absolute;
    top: 12vh;
    min-width: 100%;
    background: rgba(253,252,251,1.00);
    text-align: center;
    display: none;
  }

  header .navigation .menu-list li {
    display: block;
  }

  header .navigation .menu-list li a {
    display: block;
    padding: 20px;
    transition: color 1s ease, padding 1s ease, background-color 1s ease;
	  letter-spacing: 4px;
	  font-weight: normal;
  }

  header .navigation .menu-list li a:hover{
    color: #B99A6C;
    padding-left: 30px;
    background: rgba(253,252,251,1.00);
  }


  header .navigation .humbarger{
    display: block;
  }
	.quotecont{
	height: 220px;
}

	.quote h1{
		padding-top: 0px;
		margin-top: 0px;
	}
	
	.columnn, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }

}



 /* .intro-section .intro-content h1 {
    font-size: 2.8rem;
  }

  .intro-section .intro-content h6 {
    font-size: 1.4rem;
  }

  .intro-section .intro-content .changing {
    font-size: 1.5rem;
  }

  .intro-section .intro-content .header-btn a{
    font-size: 1.25rem;
  }*/


 @media (min-width: 481px) and (max-width: 767px) {
}

@media screen and (max-width: 700px){
		.hero-image .centered{
		padding: 40px;
		background-color: rgba(253,252,251,0.71);
	}
	
	.hero-image .centered h1{
		font-size: 3rem;
	}
	
	.hero-image .centered h6{
		font-size: 1.5rem;
	}
	
	.column{
		width: 100%;
		padding-left: 50px;
		padding-right: 50px;
	}
	.column-66 .button {
	width: 40%;
}
	.column-66a{
		width: 85%;
	}
	
	.column-33s{
		width: 70%;
	}
	
	.quote h1{
		font-size: 2.8rem;
	}
	
	.slidingcontainer .enterbtn{
		margin-top: 30px;
	}
	
	/*.blogcolumn2 ul li {
  border: 1px solid #dcccb5;
  margin-top: -1px;
  background-color: #efe8de;
  padding: 4.5px;
	width: 100%;
	text-align: center;
}*/

}

@media screen and (max-width: 600px) {
	.hero-image .centered h1{
	text-transform: uppercase;
	letter-spacing: 8px;
}

.hero-image .centered h6{
	text-transform: capitalize;
}
	.column-33s{
		width: 75%;
	}
	.quotecont{
	height: 220px;
}

	.quote h1{
		font-size: 2.5rem;
		margin-top: 5px;
	}
	
	.column-66 .button {
		width: 45%;
}
	.column-33 img{
		width: 70%;
	}
	
	p.enterbtn{
	font-size: 1rem;
	width: 25%;
}
	p.enterbtn a{
		text-align: center;
	}
	
	.column-66r h1, .slidingcontainer h1, .xlarge-font, .offer h1{
		font-size: 1.8rem;
	}
	
	.text {
	margin-top: 10px;
	color: #203c48;
	font-family: benedict;
	font-size: 2.8rem;
	font-weight: bold;
	position: absolute;
}
		.slidingcontainer .enterbtn{
		margin-top: 20px;
	}
	
	.offer h1{
		padding-top: 0px;
	}
	
	.containers{
		margin-top: -30px;
	}
	
.slidingcontainer{
	margin-top:-4px;
	margin-bottom: 100px;
	padding-bottom: 40px;
	padding-top: 50px;
	background-color: #fdfcfb;
}

.slidingcontainer h1{
	  color: inherit;
	font-size: 2.125rem;
	text-transform: uppercase;
	letter-spacing: 8px;
	text-align: center;
	padding-bottom: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
	.middleline{
	margin-top: 50px;
	width: 100%;
	height: 30px;
	background-color: #efe8de;
	color: #efe8de;
}

	/*.topnav a, .topnav-right {
    float: none;
    display: block;
  }
  
  .topnav-centered a {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }*/
}

@media screen and (max-width: 500px){
			.hero-image .centered{
		padding: 30px;
		background-color: rgba(253,252,251,0.71);
	}
	
	.hero-image .centered h1{
		font-size: 2.5rem;
	}
	
	.hero-image .centered h6{
		font-size: 1.4rem;
	}
	.columns {
    width: 100%;
  }

	.column-66 .button{
		width: 160px;
	}
	
	.column-66 .large-font{
		font-size: 1.5rem;
	}
	
	/*.column-66 .xlarge-font{
		font-size: 2.125rem;
	}*/
	
	.column-66 img{
		width: 100%;
	}
	.column-66 p span{
		font-size: 1.20rem;
	}
	
	.quote h1{
		font-size: 2.4rem;
		margin-top: -15px;
	}
	
	.slideshow-container{
		width: 90%;
	}
	
		.slidingcontainer .enterbtn{
		margin-top: 0px;
	}
	
		.middleline{
	margin-top: -30px;
	width: 100%;
	height: 30px;
	background-color: #efe8de;
	color: #efe8de;
}
	/*.slidingcontainer h1{
		font-size: 2.125rem;
	}*/
	
	
	.containercc h1{
		font-size:1.5rem;
	}
	
	.column-66 .button {
		font-size: 1rem;
		width: 55%;
	}
	
	.column{
		width: 100%;
	}
	
	.containera, .containers{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.containera h1{
		padding-top: 30px;
	}
	
	.rownr .column-66r h1{
		margin-top: -40px;
		padding-top: 0px;
	}
	
	.rownr{
	padding-top: 0px;
	padding-bottom: 0px;
		margin-bottom: -20px;
}
	
	.column-66r{
		padding: 0px;
		margin-bottom: -40px;
	}
	
	.column-66r .button{
		margin-bottom: 0px;
	}

	.row{
		padding-bottom: 50px;
	}
		.containers h1{
		margin-top: 50px;
	}
}

/* small mobile :320px. */

@media only screen and (max-width: 479px) {
	
	.topnavmob a {
  color: #203c48;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1.1rem;
  display: block;
}
	.hero-image .centered{
		padding: 20px;
	}

	.hero-image .centered h1{
		padding-left: 10px;
	text-transform: uppercase;
	letter-spacing: 8px;
	font-size: 2rem;
}

.hero-image .centered h6{
	font-size: 1.3rem;
	text-transform: capitalize;
}
	
	/*-----------------------------------------*/
		.containera{
			text-align: left;
	}
	
	.containeraa{
		margin-top: -20px;
		width: 45%;
	}
	.containeraa button{
		width: 66%;
		text-align: left;
	}
	
	.containera span{
		font-size:1.2rem;
	}
	
	.containers{
		width: 100%;
		height: 700px;
		background-image: url("../images/home/Interior Designer.png");
		background-position: top;
		background-size: cover;
	}
	
		.column-66r h1, .slidingcontainer h1, .xlarge-font, .offer h1{
		font-size: 1.7rem;
	}
	.hrline{
		display: block;
	}
	
	.hrline hr{
		display: block;
		color: inherit;
	}
	
	.rowns{
		background-color: rgba(253,252,251,0.71);
		padding: 30px;
		margin-top: 150px;
	}
	
	.containers img{
		display: none;
	}
	.container, .column-33, .column-66{
		padding: 0px;
	}
	
	.column-66{
		padding: 20px;
	}
	
	.column-33s{
		width: 80%;
	}
	
	.column-66r p span{
		font-size: 1.2rem;
	}
	
	.container .rown, .column-33{
		width: 100%;
	}
	.container .column-66{
		padding-top: 50px;
	}
	.column-66 .rown{
		width: 100%;
	}
	 .container .large-font{
		font-size: 1.3rem;
	}
	
	.large-font .column-66 .large-font{
		font-size: 1.25rem;
	}
	
	.column-66, .column-66 p{
		text-align: left;
	}
	
	.column-33 img{
		float: left;
		width: 100%;
	}
	
	/*--------------------------*/
	
	.offer{
		padding-bottom: 20px;
	}
	.offer h1{
		font-size: 1.5rem;
		padding-bottom: 0px;
	}
	
	.column{
		padding: 40px;
		padding-bottom: 0px;
	}
	
	.column p{
		
	}
	.slidingcontainer h1{
		font-size: 1.7rem;
	}
	
/*	.dot {
  height: 10px;
  width: 10px;
}*/
	
	.quotecont{
		background-color: #fdfcfb;
	}
	
	
	.containercc h1{
		font-size:1.7rem;
	}
	
	.containerr{
		margin-top: -40px;
	}
	
	.slideshow-container{
		width: 100%;
	}
	.slidingcontainer .enterbtn{
		width: 50%;
	}
		.text {
	margin-top: 10px;
	color: #203c48;
	font-family: benedict;
	font-size: 2.3rem;
	font-weight: bold;
	position: absolute;
	left: 3%;
}

	.quotecont{
		background-color: #efe8de;
	}
	
			.middleline{
	margin-top: 0px;
	width: 100%;
	height: 50px;
	background-color: #efe8de;
	color: #efe8de;
}
	.containers{
		margin-top: 0px;
	}

  /*.intro-inner .intro-content h1 {
    font-size: 2rem;
    letter-spacing: 1px;
  }

  .intro-inner .intro-content p {
    margin-top: 10px;
  }
	.column-66 .button{
		width: 160px;
	}*/

}

@media screen and (max-width:420px){
	.hero-image .centered{
		padding: 20px;
		background-color: rgba(253,252,251,0.71);
	}
	
	.hero-image .centered h1{
		font-size: 2rem;
	}
	
	.hero-image .centered h6{
	}
	.column-66 .button{
		width: 70%;
	}
	
	.column-33{
		margin-top: 30px;
	}
	
	.column-33s{
		width: 80%;
	}
	
	.column-33s .button{
		width: 60%;
	}
		.quote h1{
		margin-top: -18px;
	}
	
		.containeraa{
		margin-top: -20px;
		width: 50%;
	}
	.containeraa button{
		width: 68%;
		text-align: left;
	}
	
	.column-66r h1{
		padding-bottom: 10px;
	}
	.column-66r p span{
		font-size: 1.2rem;
	}
	.column-66r{
		padding: 0px;
		width: 100%;
	}
	.rownr .button{
		width: 60%;
	}
	
	.rownr p{
		padding: 0px;
		width: 100%;
	}
}
@media only screen and (max-width: 375px) {
	
	.hero-image .centered{
		padding: 15px;
		background-color: rgba(253,252,251,0.71);
	}
	
	.hero-image .centered h1{
		font-size: 1.8rem;
	}
	
	.hero-image .centered h6{
		font-size: 1.2rem;
	}
	
	.column{
		padding-left: 20px;
		padding-right: 20px;
	}
		.column-66 .button{
		width: 65%;
	}
	
	.column-33{
		margin-top: 10px;
	}
	
	.column-33 img{
		width: 90%;
	}
	
	.column-33s{
		width: 90%;
	}

  .prev, .next {
	  font-size: 12px;
	}
	
			.text {
	margin-top: 10px;
	color: #203c48;
	font-family: benedict;
	font-size: 2.3rem;
	font-weight: bold;
	position: absolute;
	left: 3%;
	top: 75%;
}
		/*.text{
		margin-top: -20px;
		margin-left: 5px;
	}*/
	
	.quote h1{
		font-size: 2.2rem;
	}
	
	.containeraa{
		margin-top: -20px;
		width: 55%;
	}
	.containeraa button{
		margin-left: 30px;
		width: 69%;
		text-align: left;
	}
}

@media only screen and (max-width: 320px) {

.hero-image .centered{
		padding: 10px;
		background-color: rgba(253,252,251,0.71);
	}
	
	.hero-image .centered h1{
		font-size: 1.8rem;
	}
	
	.hero-image .centered h6{
		font-size: 1.2rem;
	}
	
	.column-66 {
		width: 100%;
	}
	
	.column-66 .button{
		width: 100%;
	}
	
	.column-66 .large-font {
		padding: 0px;
		font-size: 1.5rem;
	}
	
	.rown{
		padding: 0px;
	}
	
	.quote h1{
		margin-top: -30px;
		font-size: 2.1rem;
	}
	
	.quote{
		width: 100%;
		padding: 20px;
	}
	
	.containeraa{
		margin-top: -20px;
		width: 65%;
	}
	.containeraa button{
		margin-left: 24px;
		width: 69%;
		text-align: left;
	}

	.column-66r .button, .containers .button{
		width: 80%;
	}
			.text {
	margin-top: 10px;
	color: #203c48;
	font-family: benedict;
	font-size: 2.3rem;
	font-weight: bold;
	position: absolute;
	left: 3%;
}
	
}
