@charset "utf-8";
/* CSS Document */


*{
  margin: 0;
  padding: 0;
	box-sizing: border-box;
}


html,body{
  min-width: 100%;
  overflow-x: hidden;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
	color: #203c48;
	margin:0;
	background-color: #fdfcfb;
}


.headertop {
  overflow: hidden;
  background-color: #fdfcfb;
  padding: 20px 10px;
}

.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: #fdfcfb;
  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;
}





/*------------------------------------------------------------------*/

.quote{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 350px;
	background-color: #efe8de;
}

.quote h1{
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-family: benedict;
	font-weight: normal;
	font-size: 2.5rem;
	text-align: center;
	padding-top: 120px;
	width: 50%;
}

/*-------------------------------------------------------------------*/


.over{
	width: 100%;
	height:200px;
	background-color: #203c48;
}

/*---------------------------------------------*/

.containergallery{
	padding-bottom: 50px;
	background-color: #dcccb5;
	width: 100%;
}

.ccgallery{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	text-align: center;
}

.ccgallery h2{
	padding-top: 50px;
	font-size: 2rem;
	text-transform:uppercase;
	letter-spacing: 4px;
	font-weight: bold;
	color: inherit;
}

.ccgallery .undertxt{
	color: inherit;
	padding-top: 0px;
	margin-bottom: 50px;
	font-size: 1.5rem;
	padding-bottom: 0px;
	text-transform: capitalize;
	font-family: montserrat;
	font-weight: 100;
	letter-spacing: 0px;
}


div.gallery {
}

div.gallery:hover {
  border: 1px solid #203c48;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
	color: inherit;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 1.1rem;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*-------------------------------------------------------------------------------------*/

.quote2{
	display: block; 
	margin: auto;
	width: 60%;
	height: 350px;
	background-color: #fdfcfb;
}

.quote2 h1{
	padding-top: 100px;
	font-family: benedict;
	font-weight: normal;
	font-size: 2.5rem;
	text-align: center;
}

.quote2 p{
	margin-top: 20px;
	text-align: center;
	font-size: 1.2rem;
}


/*-------------------------------------------------------------------------*/

.container {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 64px;
	background-color:  #efe8de;
}

.rown{
	width: 100%;
}

.rown:after {
  content: "";
  display: table;
  clear: both
}

.column-66 {
  float: left;
  width: 66.66666%;
  padding: 20px;
}

.column-66 h1, .column-66 p{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}

.column-66 .xlarge-font{
	font-family: myFirstFont3, 'Montserrat';
	padding-top: 60px;
}
.column-66 h1{
}

.column-33 {
  float: left;
  width: 33.33333%;
  padding: 20px;
}

.xlarge-font {
	margin-bottom: 20px;
  font-size: 2.125rem;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.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: 30%;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 4px;
}

.column-66 .button a{
	text-decoration: none;
	color: inherit;
}
.column-66 .button:hover{
	background-color: transparent;
	color: inherit;
	font-weight: bold;
	opacity: 1;
}

.column-66 p span{
	font-size: 1.300rem;
}
.column-33 img {
  display: block;
  height: auto;
  width: 60%;
  border: 1px solid #203c48;

}

.container h1{
	padding-top: 20px;
	font-family: benedict;
	letter-spacing: 1px;
	line-height: 40px;
}

.containercolmob{
	display: none;
}


/*-------------------------------------------------------------------------------------*/


/*--------------------------------------------------*/
.containergallery2{
	margin-top: 0px;
	margin-bottom: 100px;
	width: 100%;
}

.ccgallery2{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
}

/*---------------------------------------------------------*/

.rowns{
	display: block;
	margin: auto;
	width: 70%;

}
.column {
  margin-top: 50px;
  float: left;
  width: 20%;
  padding: 10px;
  height: auto; 
}

/* Clear floats after the columns */
.rowns:after {
  content: "";
  display: table;
  clear: both;
}


.container2{
	padding-bottom: 100px;
	padding-top: 50px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #fdfcfb;
	color: #203c48;
}

.container2 h1{
	padding-top: 50px;
	padding-bottom: 0px;
	font-size: 2.125rem;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: bold;
}

.container2 h2{
	font-size: 1.2rem;
	font-weight: bold;
}

i.fa-comments, .fa-ear-listen, .fa-face-smile, .fa-hand-holding-heart, .fa-heart{
	  width: 20%;
  text-align: center;
  padding: 12px 0;
  transition: all 0.3s ease;
  font-size: 2.125rem;
  font-weight: 100;
}

/*----------------------------------------------------------------*/

.row2{
	display: block;
	margin: auto; 
	width: 85%;
}
.column2 {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row2::after {
  content: "";
  clear: both;
  display: table;
}

/*-------------------------------------------------------------------*/

.containerhwt {
  position: relative;
  text-align: center;
}

.hwttxt {
	width: 100%;
	height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	text-transform: uppercase;
	font-size: 2.125rem;
	font-weight: bold;
	letter-spacing: 4px
}

.hwttxt a{
	text-decoration: none; 
	color: inherit;
}

.hwttxt a:hover{
	color: #b99a6c;
}

/*-------------------------------------------------------Bottom footer nav-------*/
.topnav {
  margin-top: 0px;
  position: relative;
  overflow: hidden;
  background-color: #efe8de;
}

.topnav a {
  float: left;
  color: #203c48;
  text-align: center;
  padding: 14px 16px;
  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;
}


/*ICONS*/
.footericons{	
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 250px;
	display: block;
	color: #b99a6c;

}
 .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: #b99a6c;
      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: #b99a6c;
      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: #b99a6c;
    }

.footernav .instagram:hover,
.footernav .instagram:hover .tooltip,
.footernav .instagram:hover .tooltip::before {
      background-color: inherit;
	color: #b99a6c;
    }

.footernav .youtube:hover,
.footernav .youtube:hover .tooltip,
.footernav .youtube:hover .tooltip::before {
      background-color: inherit;
	color: #b99a6c;
    }

/*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*/
@media screen and (max-width: 1536px){
	.column-66 h1, .column-66 p{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}

.column-66 .xlarge-font{
	font-family: myFirstFont3, 'Montserrat';
	padding-top: 40px;
}
.column-66 h1{
}
	
	.column-33 img{
		width: 70%;
	}
	
	.quote2{
	display: block; 
	margin: auto;
	width: 60%;
	height: 350px;
	background-color: #fdfcfb;
}

.quote2 h1{
	padding-top: 100px;
	font-family: benedict;
	font-weight: normal;
	font-size: 2.5rem;
	text-align: center;
}

.quote2 p{
	margin-top: 20px;
	text-align: center;
	font-size: 1.2rem;
}

}
@media screen and (max-width: 1366px){
	.column-66 .xlarge-font{
	font-family: myFirstFont3, 'Montserrat';
	padding-top: 50px;
}
	.column-33 img{
		width: 90%;
	}
	
	.column-66 h1, .column-66 p{
		width: 85%;
		padding-right: 50px;
	}
	
	.quote2{
	display: block; 
	margin: auto;
	width: 65%;
	height: 350px;
	background-color: #fdfcfb;
}

	.quote2 h1{
	padding-top: 100px;
	font-family: benedict;
	font-weight: normal;
	font-size: 2.5rem;
	text-align: center;
}

.quote2 p{
	margin-top: 20px;
	text-align: center;
	font-size: 1.2rem;
}
}

@media screen and (max-width: 1280px){
	
		.column-66 .xlarge-font{
			font-family: myFirstFont3, 'Montserrat';
			padding-top: 30px;
	}
		.column-66 h1, .column-66 p{
		width: 90%;
		padding-right: 50px;
	}
	
		.column-33 img{
		width: 90%;
	}
	
	.quote2{
	display: block; 
	margin: auto;
	width: 65%;
	height: 350px;
	background-color: #fdfcfb;
}

	.quote2 h1{
	padding-top: 110px;
	font-family: benedict;
	font-weight: normal;
	font-size: 2.5rem;
	text-align: center;
}

.quote2 p{
	margin-top: 20px;
	text-align: center;
	font-size: 1.2rem;
}
	/*---------------------------------------------------------*/

.rowns{
	display: block;
	margin: auto;
	width: 90%;

}
.column {
  margin-top: 50px;
  float: left;
  width: 20%;
  padding: 10px;
  height: auto; 
}

/* Clear floats after the columns */
.rowns:after {
  content: "";
  display: table;
  clear: both;
}


.container2{
	padding-bottom: 100px;
	padding-top: 50px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #fdfcfb;
	color: #203c48;
}

.container2 h1{
	padding-top: 40px;
	padding-bottom: 0px;
	font-size: 2.125rem;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: bold;
}

.container2 h2{
	font-size: 1.2rem;
	font-weight: bold;
}
	
	.ccgallery h2{
		padding-top: 70px;
	}

i.fa-comments, .fa-ear-listen, .fa-face-smile, .fa-hand-holding-heart, .fa-heart{
	  width: 20%;
  text-align: center;
  padding: 12px 0;
  transition: all 0.3s ease;
  font-size: 2.125rem;
  font-weight: 100;
}

/*----------------------------------------------------------------*/
}

@media screen and (max-width: 1200px){
	/*.column {
  float: left;
  width: 25%;
  padding: 10px;
  height: auto;
  background-color: #203c48;
}*/

	.column-66 .xlarge-font{
		font-family: myFirstFont3, 'Montserrat';
		padding-top: 20px;
	}
	.column-66 h1, .column-66 p{
		width: 95%;
		padding-right: 50px;
	}
	
	.column-33 img{
		width: 95%;
	}

.row:after {
  content: "";
  display: table;
  clear: both;
}
.column h2{
	font-size: 1.2rem;
	padding-bottom: 20px;
}
	.container2{
		margin-top: 0px;
	}



.ccgallery h2{
	padding-top: 70px;
	font-size: 2rem;
	text-transform:uppercase;
	letter-spacing: 5px;
	font-weight: bold;
}
		.quote2{
	display: block; 
	margin: auto;
	width: 70%;
	height: 350px;
	background-color: #fdfcfb;
}

	.quote2 h1{
	padding-top: 110px;
	font-family: benedict;
	font-weight: normal;
	font-size: 2.5rem;
	text-align: center;
}

.quote2 p{
	margin-top: 20px;
	text-align: center;
	font-size: 1.2rem;
	}
}
	@media screen and (max-width: 1024px){
		.quote2{
	display: block; 
	margin: auto;
	width: 70%;
	height: 420px;
	background-color: #fdfcfb;
}

	.quote2 h1{
	padding-top: 110px;
	font-family: benedict;
	font-weight: normal;
	font-size: 2.5rem;
	text-align: center;
}

.quote2 p{
	margin-top: 20px;
	text-align: center;
	font-size: 1.2rem;
}
		
	}

@media screen and (max-width: 1000px) {
	
  .column-66,
  .column-33 {
    width: 100%;
    text-align: center;
	  padding-top: 20px;
  }
		.column-66 .xlarge-font{
		font-family: myFirstFont3, 'Montserrat';
		padding-top: 0px;
			padding-bottom: 0px;
	}
	
	.column-66 h1, .column-66 p{
		display: block;
		padding-right: 10px;
		padding-left: 10px;
	}

	.column-66 p, .column-66 h1{
		width: 80%;
	}
	
  .column-33 img, .column-66 img {
	  width: 50%;
	  margin: auto;
	  display: none;
  }
	
	.containergallery{
		margin-top: -50px;
	}
	
	.rowns{
	display: block;
	margin: auto;
	width: 90%;

}
.column {
  margin-top: 50px;
  float: left;
  width: 20%;
  padding: 10px;
  height: auto; 
}

/* Clear floats after the columns */
.rowns:after {
  content: "";
  display: table;
  clear: both;
}


.container2{
	padding-bottom: 100px;
	padding-top: 50px;
	margin-bottom: 30px;
	text-align: center;
	background-color: #fdfcfb;
	color: #203c48;
}

.container2 h1{
	padding-top: 50px;
	padding-bottom: 0px;
	font-size: 2.125rem;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: bold;
}

.container2 h2{
	font-size: 1.2rem;
	font-weight: bold;
}


i.fa-comments, .fa-ear-listen, .fa-face-smile, .fa-hand-holding-heart, .fa-heart{
	  width: 20%;
  text-align: center;
  padding: 12px 0;
  transition: all 0.3s ease;
  font-size: 2.125rem;
  font-weight: 100;
}


	/*---------------------------------------*/
	
.ccgallery .undertxt{
	padding-top: 0px;
	margin-bottom: 50px;
	font-size: 1.5rem;
	padding-bottom: 0px;
	text-transform: capitalize;
	font-family: montserrat;
	font-weight: 100;
	letter-spacing: 0px;
}

div.gallery:hover {
  border: 0px solid #b99a6c;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 49.99999%;
}
	

	.quote2{
	display: block; 
	margin: auto;
	width: 70%;
	height: 350px;
	background-color: #fdfcfb;
}

	.quote2 h1{
	padding-top: 80px;
	font-family: benedict;
	font-weight: normal;
	font-size: 2.5rem;
	text-align: center;
}

.quote2 p{
	margin-top: 20px;
	text-align: center;
	font-size: 1.2rem;
}

}

@media screen and (max-width: 820px){
		.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);
	}
	
	.hero-image .centered h1{
		font-size: 3rem;
	}
	
	.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;
	}
	
	
	.column-66,
  .column-33 {
    width: 100%;
    text-align: center;
	  padding-top: 20px;
  }
		.column-66 .xlarge-font{
		font-family: myFirstFont3, 'Montserrat';
		padding-top: 0px;
			padding-bottom: 0px;
	}
	
	.column-66 h1, .column-66 p{
		display: block;
		padding-right: 10px;
		padding-left: 10px;
	}

	.column-66 p, .column-66 h1{
		width: 100%;
	}
	
	.containergallery{
		margin-top: -50px;
	}
	
	.ccgallery .undertxt{
	padding-top: 0px;
	margin-bottom: 50px;
	font-size: 1.4rem;
	padding-bottom: 0px;
	text-transform: capitalize;
	font-family: montserrat;
	font-weight: 100;
	letter-spacing: 0px;
}
	
		.rowns{
	display: block;
	margin: auto;
	width: 100%;

}
.column {
  margin-top: 0px;
  float: left;
  width: 33%;
  padding: 20px;
  height: auto; 
}

/* Clear floats after the columns */
.rowns:after {
  content: "";
  display: table;
  clear: both;
}


.container2{
	padding-bottom: 100px;
	padding-top: 50px;
	margin-bottom: 30px;
	text-align: center;
	background-color: #fdfcfb;
	color: #203c48;
}

.container2 h1{
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 2.125rem;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: bold;
}

.container2 h2{
	font-size: 1.2rem;
	font-weight: bold;
}


i.fa-comments, .fa-ear-listen, .fa-face-smile, .fa-hand-holding-heart, .fa-heart{
	  width: 20%;
  text-align: center;
  padding: 12px 0;
  transition: all 0.3s ease;
  font-size: 2.125rem;
  font-weight: 100;
}

	.quote2{
	display: block; 
	margin: auto;
	width: 80%;
	height: 350px;
	background-color: #fdfcfb;
}

	.quote2 h1{
	padding-top: 80px;
	font-family: benedict;
	font-weight: normal;
	font-size: 2.3rem;
	text-align: center;
}

.quote2 p{
	margin-top: 20px;
	text-align: center;
	font-size: 1.2rem;
}

}

@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: 33%;
  }
	
	.quote h1{
		padding-top: 80px;
	}
	
	.column-66 .button {
	width: 35%;
}
	.ccgallery{
		width: 90%;
	}

}

@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(15, 20, 35, 0.99);
    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;
  }

  header .navigation .menu-list li a:hover{
    color: #b1d4e0;
    padding-left: 30px;
    background: rgba(177, 212, 224, 0.2);
  }


  header .navigation .humbarger{
    display: block;
  }
	
}*/

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
		.column-66 .button {
	width: 40%;
}
	
}

/* Tablet desktop :768px. */

@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;
  }

		.column-66,
  .column-33 {
    width: 100%;
    text-align: center;
	  padding-top: 20px;
  }
		.column-66 .xlarge-font{
		font-family: myFirstFont3, 'Montserrat';
		padding-top: 0px;
			padding-bottom: 0px;
	}
	
	.column-66 h1, .column-66 p{
		display: block;
		padding-right: 15px;
		padding-left: 15px;
	}

	.column-66 p, .column-66 h1{
		width: 100%;
	}
	
	.containergallery{
		margin-top: -50px;
	}

	.row2{
	display: block;
	margin: auto; 
	width: 100%;
}
	
	.quote{
		padding-top: 0px;
	}
  /*.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 screen and (max-width: 600px) {
	.hero-image .centered h1{
	text-transform: uppercase;
	letter-spacing: 8px;
}
	
	.quotecont{
	background-color: #b99a6c;
	height: 220px;
}

	.quote h1{
		padding-top: 20px;
		font-size: 2.5rem;
	}
	
	.container{
		padding-left: 20px;
		padding-right: 20px;
	}
	.column-66{
		width: 100%;
	}
		.column-66 .xlarge-font{
			font-size: 1.8rem;
		font-family: myFirstFont3, 'Montserrat';
		padding-top: 0px;
			padding-bottom: 0px;
	}
	
	.column-66 h1, .column-66 p{
		display: block;
		padding-right: 20px;
		padding-left: 20px;		
		width: 100%;
	}

	.column-66 h1{
		font-size: 1.8rem;
	}
	
	.column-66 .button {
		width: 45%;
}
	.column-33 img{
		width: 60%;
	}
	
	
	.quote{
		padding-top: 30px;
		width: 90%;
		height: 250px;
	}
	
	.container2 h1{
		padding-top: 10px;
	}
	
	.ccgallery .undertxt{
	padding-top: 0px;
	margin-bottom: 50px;
	font-size: 1.4rem;
	padding-bottom: 0px;
	text-transform: capitalize;
	font-family: montserrat;
	font-weight: 100;
	letter-spacing: 0px;
}
	
	.ccgallery h2{
		padding-top: 70px;
		font-size: 1.8rem;
	}
	
	.rowns{
	display: block;
	margin: auto;
	width: 100%;

}
.column {
  margin-top: 50px;
  float: left;
  width: 33%;
  padding: 0px 20px;
  height: auto; 
}

/* Clear floats after the columns */
.rowns:after {
  content: "";
  display: table;
  clear: both;
}


.container2{
	padding-bottom: 100px;
	padding-top: 0px;
	margin-bottom: 30px;
	text-align: center;
	background-color: #fdfcfb;
	color: #203c48;
}

.container2 h1{
	padding-top: 70px;
	padding-bottom: 0px;
	font-size: 1.8rem;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: bold;
}

.container2 h2{
	font-size: 1.1rem;
	font-weight: bold;
}


i.fa-comments, .fa-ear-listen, .fa-face-smile, .fa-hand-holding-heart, .fa-heart{
	  width: 20%;
  text-align: center;
  padding: 12px 0;
  transition: all 0.3s ease;
  font-size: 1.8rem;
  font-weight: 100;
}

	
		.quote2{
	display: block; 
	margin: auto;
	width: 80%;
	height: 300px;
	background-color: #fdfcfb;
}

	.quote2 h1{
	padding-top: 60px;
	font-family: benedict;
	font-weight: normal;
	font-size: 2rem;
	text-align: center;
}

.quote2 p{
	margin-top: 20px;
	text-align: center;
	font-size: 1rem;
}
	 .topnav a, .topnav-right {
    float: none;
    display: block;
  }
  
  .topnav-centered a {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
	
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
	
  .column {
    width: 100%;
  }
	
	.column2 {
    width: 100%;
  }
	
.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-33 img{
		width: 80%;
	}
	
	.column-66 {
  float: left;
  width: 100%;
  padding: 20px 0px;
}
	
	.column-66 .xlarge-font{
		font-size: 1.8rem;
	}
	
	
	.column-66 h1, .column-66 p{
		display: block;
		padding-right: 15px;
		padding-left: 15px;		
		width: 100%;
	}

	.column-66 h1{
		font-size: 1.8rem;
	}
	.column-66 p span{
		font-size: 1.20rem;
	}
	
	.quote{
		width: 91%;
	}
	.quote h1{
		padding-top:20px;
	}
	
		.rowns{
	display: block;
	margin: auto;
	width: 100%;

}
.column {
  margin-top: 0px;
  float: left;
  width: 100%;
  padding: 15px;
  height: auto; 
}

/* Clear floats after the columns */
.rowns:after {
  content: "";
  display: table;
  clear: both;
}


.container2{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	padding-bottom: 100px;
	padding-top: 0px;
	margin-bottom: 30px;
	text-align: center;
	background-color: #fdfcfb;
	color: #203c48;
}

.container2 h1{
	padding-bottom: 50px;
	font-size: 1.8rem;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: bold;
}

.container2 h2{
	font-size: 1.1rem;
	font-weight: bold;
}


i.fa-comments, .fa-ear-listen, .fa-face-smile, .fa-hand-holding-heart, .fa-heart{
	  width: 20%;
  text-align: center;
  padding: 12px 0;
  transition: all 0.3s ease;
  font-size: 1.8rem;
  font-weight: 100;
}

		.quote2{
	display: block; 
	margin: auto;
	width: 80%;
	height: 325px;
	background-color: #fdfcfb;
}

	.quote2 h1{
	padding-top: 50px;
	font-family: benedict;
	font-weight: normal;
	font-size: 2rem;
	text-align: center;
}

.quote2 p{
	margin-top: 20px;
	text-align: center;
	font-size: 1rem;
}
	
	.text{
		font-size: 1.25rem;
	}
	
	.containercc h1{
		font-size:1.5rem;
	}
	
	.column-66 .button {
		font-size: 1rem;
		width: 55%;
	}
	
	.column{
		width: 100%;
	}
	
	.rowns .column p{
		text-decoration: underline;
	}
	
	
	.ccgallery{
		width: 90%;
	}
	

}

@media only screen and (max-width: 479px) {
	.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;
}
	
	.container{
		padding: 30px;
	}
	
	.container{
		display: none;
	}
	
	.containercolmob{
		display: block;
		background-color: #efe8de;
	}
	.column-66mob{
		display: block;
		margin: auto;
		text-align: center;
		background-color: #efe8de;
		width: 75%;
	}
	
	.column-66mob .xlarge-font {
		padding-top: 70px;
		padding-bottom: 20px;
		font-family: myFirstFont3, 'Montserrat';
	}
	.column-66mob span{
		font-family: benedict;
		font-size: 1.8rem;
	}
	
	.column-66mob hr{
		margin-top: 10px;
		color: #203c48;
	}
	
	.column-33mob{
		padding: 20px;
	}
	
	.column-33mob p{
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.xlarge-font {
		font-size: 1.8rem;
	}
	
		.column-66 .button {
		width: 60%;
	}
	
	.quote h1{
		font-size: 2.1rem;
		margin-top: 0px;
	}
	
		.rowns{
	display: block;
	margin: auto;
	width: 100%;

}
.column {
  margin-top: 0px;
  float: left;
  width: 100%;
  padding: 15px;
  height: auto; 
}

/* Clear floats after the columns */
.rowns:after {
  content: "";
  display: table;
  clear: both;
}


.container2{
	padding-bottom: 40px;
	padding-top: 0px;
	margin-bottom: 30px;
	text-align: center;
	background-color: #fdfcfb;
	color: #203c48;
}

.container2 h1{
	padding-top: 70px;
	padding-bottom: 50px;
	font-size: 1.8rem;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: bold;
}

.container2 h2{
	font-size: 1.1rem;
	font-weight: bold;
}
	
	.ccgallery h2{
		padding-top: 50px;
	}


i.fa-comments, .fa-ear-listen, .fa-face-smile, .fa-hand-holding-heart, .fa-heart{
	  width: 20%;
  text-align: center;
  padding: 12px 0;
  transition: all 0.3s ease;
  font-size: 1.8rem;
  font-weight: 100;
}
	
	.containergallery{
		margin-top: 0px;
	}
	
	.containergallery h2{
		font-size: 1.5rem;
	}
	
	.containergallery .undertxt{
		font-size: 1.2rem;
	}
	
	.containergallery .desc{
		font-weight: bold;
		font-size: 1rem;
	}
	
		.quote2{
	display: block; 
	margin: auto;
	width: 80%;
	height: 325px;
	background-color: #fdfcfb;
}

	.quote2 h1{
	padding-top: 50px;
	font-family: benedict;
	font-weight: normal;
	font-size: 2rem;
	text-align: center;
}

.quote2 p{
	margin-top: 15px;
	text-align: center;
	font-size: 1rem;
}
	
	.hwttxt {
	font-size: 1.5rem;
}
	
	
}

@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;
	}
	
	
		.column-66mob{
		display: block;
		margin: auto;
		text-align: center;
		background-color: #efe8de;
		width: 80%;
	}
	
	.column-66mob .xlarge-font {
		padding-top: 70px;
		padding-bottom: 20px;
		font-family: myFirstFont3, 'Montserrat';
	}
	.column-66mob span{
		width: 100%;
		font-family: benedict;
		font-size: 1.8rem;
	}
	
	.column-66mob hr{
		margin-top: 10px;
		color: #203c48;
	}
	.column-66{
	}
	
	.column-66 .button{
		width: 70%;
	}
	
	.column-33{
		margin-top: 30px;
	}
	.column-33 img{
		width: 80%;
	}
	
.quote2{
	display: block; 
	margin: auto;
	width: 85%;
	height: 320px;
	background-color: #fdfcfb;
}

	.quote2 h1{
	padding-top: 60px;
	font-family: benedict;
	font-weight: normal;
	font-size: 1.9rem;
	text-align: center;
}

.quote2 p{
	margin-top: 15px;
	text-align: center;
	font-size: 1rem;
}
}
@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-66mob{
		display: block;
		margin: auto;
		text-align: center;
		background-color: #efe8de;
		width: 80%;
	}
	
	.column-66mob .xlarge-font {
		padding-top: 70px;
		padding-bottom: 20px;
		font-family: myFirstFont3, 'Montserrat';
	}
	.column-66mob span{
		width: 100%;
		font-family: benedict;
		font-size: 1.8rem;
	}
	
	.column-66mob hr{
		margin-top: 10px;
		color: #203c48;
	}
	
	.column-33mob p{
		padding:0px;
	}
		.column-66 .button{
		width: 65%;
	}
	
	.column-33{
		margin-top: 10px;
	}
	
	.column-33 img{
		width: 90%;
	}
	
	.quote{
		width: 100%;
		height: 200px;
	}
		.quote h1{
		font-size: 2rem;
		margin-top: -15px;

	}
	
	.quote2{
	display: block; 
	margin: auto;
	width: 85%;
	height: 360px;
	background-color: #fdfcfb;
}

	.quote2 h1{
	padding-top: 60px;
	font-family: benedict;
	font-weight: normal;
	font-size: 1.9rem;
	text-align: center;
}

.quote2 p{
	margin-top: 15px;
	text-align: center;
	font-size: 1rem;
}
	
	.containergallery h2{
		font-size: 1.5rem;
	}
	
	.rowns{
	display: block;
	margin: auto;
	width: 100%;

	}
	
	.column {
  margin-top: 0px;
  float: left;
  width: 100%;
  padding: 15px;
  height: auto; 
}

/* Clear floats after the columns */
.rowns:after {
  content: "";
  display: table;
  clear: both;
}




.container2 h1{
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 1.5rem;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: bold;
}

.container2 h2{
	font-size: 1.1rem;
	font-weight: bold;
}
	
	.ccgallery h2{
		font-size: 1.5rem;
	}


i.fa-comments, .fa-ear-listen, .fa-face-smile, .fa-hand-holding-heart, .fa-heart{
	  width: 20%;
  text-align: center;
  padding: 12px 0;
  transition: all 0.3s ease;
  font-size: 1.8rem;
  font-weight: 100;
}
	
	.containergallery .undertxt{
	}
	
	.containergallery .desc{
		font-weight: bold;
		font-size: 1rem;
	}
	
	
}

@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{
		margin-top: 40px;
		margin-bottom: 40px;
		width: 100%;
		height: 240px;
	}
		.quote h1{
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 0px;
		font-size: 2rem;
		margin-top: -20px;

	}
	
	.rowns{
	display: block;
	margin: auto;
	width: 100%;

}
.column {
  margin-top: 0px;
  float: left;
  width: 100%;
  padding: 15px;
  height: auto; 
}

/* Clear floats after the columns */
.rowns:after {
  content: "";
  display: table;
  clear: both;
}




.container2 h1{
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 1.8rem;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: bold;
}

.container2 h2{
	font-size: 1.1rem;
	font-weight: bold;
}


i.fa-comments, .fa-ear-listen, .fa-face-smile, .fa-hand-holding-heart, .fa-heart{
	  width: 20%;
  text-align: center;
  padding: 12px 0;
  transition: all 0.3s ease;
  font-size: 1.8rem;
  font-weight: 100;
}
	

	.containergallery h2{
		font-size: 1.5rem;
	}
	
	.containergallery .undertxt{
	}
	
	.containergallery .desc{
		font-weight: bold;
		font-size: 1rem;
	}
	
		.quote2{
	display: block; 
	margin: auto;
	width: 90%;
	height: 400px;
	background-color: #fdfcfb;
}

	.quote2 h1{
	padding-top: 80px;
	font-family: benedict;
	font-weight: normal;
	font-size: 1.9rem;
	text-align: center;
}

.quote2 p{
	margin-top: 15px;
	text-align: center;
	font-size: 1rem;
}
	
	
	.hwttxt{
		width: 80%;
	}

}
