@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;
	}

/*------------------------------------------------------------------*/

.quote{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	height: 350px;
	background-color: #fdfcfb;
}

.quote h1{
	font-family: benedict;
	font-weight: normal;
	font-size: 3rem;
	text-align: center;
	padding-top: 140px;
}

/*.hero-image{
	width: 100%;
	height: auto;
	position: relative;
    text-align: center;
}
.hero-image img{
	opacity: 0.7;
	display: block;
	width: 100%;
	height: auto;
}*/

.headersection{
	width: 100%;
	height: 300px;
	position: relative;
    text-align: center;
}

.centered {
	/*background-color: rgba(253,252,251,0.30);*/
	width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centered h1{
	font-family: benedict;
	letter-spacing: 4px;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 5rem;
}

/*.centered hr{
	display: block;
	margin: auto;
	width: 2000px;
}*/
/*-------------------------------------------------------------------------------------*/

.blogcontent{
	display: block;
	margin: auto;
	width: 80%;
	margin-top: 100px;
}

.blogcontent2{
	display: block;
	margin: auto;
	width: 80%;
	margin-top: 0px;
}

.hrline{
	margin-top: 0px;
	margin-bottom: 100px;
	padding:0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

.hrline hr{
	margin-top: -80px;
}

h1, .sec2{
	padding: 30px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 2.125rem;
	letter-spacing: 5px;
	text-transform: uppercase;
}

.sec2{
	padding-top: 50px;
}

div.gallery, .responsive1 .gallery, .responsive2 .gallery {
  background-color: #dcccb5;
  height: 260px;
  padding: 10px;
}

div.gallery:hover, .responsive1 .gallery:hover, .responsive2 .gallery:hover {
  border: none;
}

div.gallery img, .responsive1 .gallery img, .responsive2 .gallery img{
  width: 100%;
  height: 190px;
}

div.desc, .responsive1 .desc, .responsive2 .desc  {
	font-size: 1rem;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #203c48;
	padding: 10px;
	text-align: center;
}

.desc:hover{
	color: #c3a881;
	font-weight: bold;
	cursor: pointer;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

.responsive1{
	margin-top: 10px;
	padding: 10px 6px;
  float: left;
  width: 24.99999%;
}

.responsive2{
	margin-top: 10px;
	padding: 0px 6px;
	padding-bottom: 70px;
  float: left;
  width: 24.99999%;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.hrlinee{
	margin-top: 100px;
	padding:0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

.persblog{
	background-color: #efe8de;
}


/*------------------------------------------------*/

.quote{
	position: relative;
	width: 100%;
	height: 400px;
	background-color: #fdfcfb;
}

.quote h1{
	width: 60%;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: benedict;
	font-weight: normal;
	font-size: 3rem;
	text-align: center;
	padding-top: 0px;
	text-transform:capitalize;
	letter-spacing: 0px;
}
/*-----------------------------------------------*/
.container1{
	margin-top: 0px;
	padding-top: 0px;
	background-color: #dcccb5;
	height: auto;
}

.container1 h2{
	font-size: 2.125rem;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #203c48;
}

.column p{
	width: 70%;
		color: #203c48;
}

.row{
	margin-top: 0px;
	margin-bottom: 100px;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
  height: auto; 
}

.column img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
}

.column h2{
	margin-top: 150px;
	padding: 20px 0px 10px;
	text-align: left;
	font-size: 2.125rem;
}

.column h3{
	padding-bottom: 20px;
	color: #203c48;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.8rem;
	font-weight: normal;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/*START OF FOOTER*/

/*-------------------------------------------------------Bottom footer nav-------*/
.topnav {
  margin-top: 100px;
  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;
}

/*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: 1620px){
	.quote{
	position: relative;
	width: 100%;
	height: 400px;
	background-color: #fdfcfb;
}

.quote h1{
	width: 70%;
}
	.container1{
	margin-top: -100px;
	padding-top: 0px;
	background-color: #dcccb5;
	height: auto;
}

.container1 h2{
	font-size: 2.125rem;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #203c48;
}

.column p{
	width: 70%;
		color: #203c48;
}

.row{
	margin-top: 100px;
	margin-bottom: 100px;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
  height: auto; 
}

.column img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
}

.column h2{
	margin-top: 100px;
	padding: 20px 0px 10px;
	text-align: left;
	font-size: 2.125rem;
}

.column h3{
	padding-bottom: 20px;
	color: #203c48;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 1.8rem;
	font-weight: normal;
}
}

@media screen and (max-width: 1536px){
		.quote{
	position: relative;
	width: 100%;
	height: 400px;
	background-color: #fdfcfb;
}

.quote h1{
	width: 40%;
}
	.hrline{
	margin-top: 0px;
	margin-bottom: 100px;
	padding:0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

.hrline hr{
	margin-top: -80px;
}

.container1 h2{
}

.column p{
	width: 70%;
	color: #203c48;
}

.row{
	margin-top: 100px;
	margin-bottom: 100px;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
  height: auto; 
}

.column img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
}

.column h2{
	margin-top: 100px;
	padding: 20px 0px 10px;
	text-align: left;
	font-size: 1.875rem;
}

.column h3{
	padding-bottom: 20px;
	color: #203c48;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 1.5rem;
	font-weight: normal;
}
}
@media screen and (max-width: 1366px){
		.hrline{
	margin-top: 0px;
	margin-bottom: 100px;
	padding:0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}
	div.gallery, .responsive1 .gallery, .responsive2 .gallery {
	height: 230px;
	padding: 10px;
}


div.gallery img, .responsive1 .gallery img, .responsive2 .gallery img{
  width: 100%;
  height: 170px;
}

			.quote{
	position: relative;
	width: 100%;
	height: 400px;
	background-color: #fdfcfb;
}

.quote h1{
}

.column p{
	width: 70%;
	color: #203c48;
}

.row{

}
/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
  height: auto; 
}

.column img{

}

.column h2{
	margin-top: 50px;
	padding: 20px 0px 10px;
	text-align: left;
	font-size: 2.125rem;
}

.column h3{
	width: 80%;
	padding-bottom: 20px;
	color: #203c48;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 1.8rem;
	font-weight: normal;
}
}

@media screen and (max-width: 1280px){
	
	.hrline, .hrlinee{
		width: 600px;
	}
	
	div.gallery, .responsive1 .gallery, .responsive2 .gallery {
			height: 240px;
			padding: 10px;
}


div.gallery img, .responsive1 .gallery img,
	.responsive2 .gallery img{
		width: 100%;
		height: 160px;
}

	.quote{
	position: relative;
	width: 100%;
	height: 400px;
	background-color: #fdfcfb;
}

.quote h1{
	width: 45%;
}
	.column p{
	width: 70%;
	color: #203c48;
}

.row{

}
/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
  height: auto; 
}

.column img{
	width: 60%;
}

.column h2{
	margin-top: 35px;
	padding: 20px 0px 10px;
	text-align: left;
	font-size: 2.125rem;
}

.column h3{
	padding-bottom: 20px;
	color: #203c48;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 1.8rem;
	font-weight: normal;
}
}

@media screen and (max-width: 1200px){
	.container1{
		margin-top: -100px;
	}
		.quote{
	position: relative;
	width: 100%;
	height: 400px;
	background-color: #fdfcfb;
}

.quote h1{
}
	.column p{
	width: 75%;
	color: #203c48;
}

.row{

}
/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
  height: auto; 
}

.column img{
	width: 60%;
}

.column h2{
	margin-top: 20px;
	padding: 20px 0px 10px;
	text-align: left;
	font-size: 2.125rem;
}

.column h3{
	padding-bottom: 20px;
	color: #203c48;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 1.8rem;
	font-weight: normal;
}
}

@media screen and (max-width: 1024px){	
	.hrline{
	margin-top: 0px;
	margin-bottom: 100px;
	padding:0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 540px;
}
		.quote{
	position: relative;
	width: 100%;
	height: 400px;
	background-color: #fdfcfb;
}

.quote h1{
	width: 60%;
}
		.column p{
	width: 90%;
	color: #203c48;
}

.row{

}
/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
  height: auto; 
}

.column img{
	width: 80%;
}

.column h2{
	margin-top: 40px;
	padding: 20px 0px 10px;
	text-align: left;
	font-size: 2.125rem;
}

.column h3{
	padding-bottom: 20px;
	color: #203c48;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 1.8rem;
	font-weight: normal;
}
}


@media screen and (max-width: 1000px) {
	
	.blogcontent{
		width: 90%;
	}
	
	.blogcontent2{
		display: block;
		margin: auto;
		width: 90%;
	}
		.container1{
			margin-top:-100px;
	}
	.container1 img{
		width: 80%;
	}
	
	.container1 .column h2{
		margin-top:40px;
	}
	
	.quote{
	}
	.responsive1 {
		height: 300px;
	}
	
}

@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;
	}
	
	.responsive {
		margin-top: 10px;
  padding: 0 6px;
  float: left;
  width: 49.99999%;
}

.responsive1{
	margin-top: 10px;
	padding: 0px 6px;
  float: left;
  width: 49.99999%;
}

.responsive2{
	margin-top: 10px;
	padding: 0px 6px;
  float: left;
  width: 49.99999%;
}
		div.gallery, .responsive1 .gallery, .responsive2 .gallery {
	height: 240px;
	padding: 10px;
}

div.gallery img, .responsive1 .gallery img, .responsive2 .gallery img{
  width: 100%;
  height: 180px;
}
	.persblog{
		padding-bottom: 70px;
	}
	
			.quote{
	position: relative;
	width: 100%;
	height: 400px;
	background-color: #fdfcfb;
}

.quote h1{
	width: 70%;
	font-size: 2.8rem;
}
	
	
	/*----------------------------------------*/
	
	.container1{
		height: 215px;
	}
	.column{
		width:100%;
	}
	
	.column img{
		width:40%;
		margin-bottom: -70px;
	}
	
	.column h2{
		font-size: 1.8rem;
		padding-top: 0px;
		margin-top: 0px;
	}
	
	.column h3{
		font-size: 1.3rem;
	}
	.column h2, .column h3, .column p{
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
	.column p{
		width: 60%;
	}
}

@media screen and (max-width: 800px){
.centered h1{
}
	  .column {
    width: 50%;
  }
		.hrline, .hrlinee{
		width: 450px;
	}
	
	/*----------------------------------------*/
	
	.container1{
		height: 215px;
	}
	.column{
		width:100%;
	}
	
	.column img{
		width:40%;
		margin-bottom: -70px;
	}
	
	.column h2{
		font-size: 1.8rem;
		padding-top: 0px;
		margin-top: 0px;
	}
	
	.column h3{
		font-size: 1.3rem;
	}
	.column h2, .column h3, .column p{
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
	.column p{
		width: 60%;
	}

}



/* 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;
  }
	
	
	
/*----------------------------------------*/
	
	.container1{
		height: 215px;
	}
	.column{
		width:100%;
	}
	
	.column img{
		width:42%;
		margin-bottom: -70px;
	}
	
	.column h2{
		font-size: 1.8rem;
		padding-top: 0px;
		margin-top: 0px;
	}
	
	.column h3{
		font-size: 1.3rem;
	}
	.column h2, .column h3, .column p{
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
	.column p{
		width: 60%;
	}
	
	
  /*.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;
  }*/
	
	.blogcontent, .blogcontent2{
		width: 95%;
	}

}

@media only screen and (max-width: 700px) {
  .responsive, .responsive1, .responsive2 {
    width: 49.99999%;
    margin: 6px 0;
  }

	.persblog{
		padding-bottom: 50px;
	}
	
	.blogcontent, .blogcontent2{
		width: 80%;
	}
	
	.persblog{
		margin-top: -20px;
	}
	
	
	.hrline, .hrlinee{
		width: 400px;
	}
	
			.quote{
	position: relative;
	width: 100%;
	height: 400px;
	background-color: #fdfcfb;
}

.quote h1{
	width: 75%;
}
	/*----------------------------------------*/
	
	.container1{
		height: 215px;
	}
	.column{
		width:100%;
	}
	
	.column img{
		width:45%;
		margin-bottom: -70px;
	}
	
	.column h2{
		font-size: 1.8rem;
		padding-top: 0px;
		margin-top: 0px;
	}
	
	.column h3{
		font-size: 1.3rem;
	}
	.column h2, .column h3, .column p{
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
	.column p{
		width: 60%;
	}
	
}

@media screen and (max-width: 600px) {
	.persblog{
	}
	
  .column {
    width: 100%;
  }
	.centered h1{
		font-size:4.5rem;
}	
		.hrline, .hrlinee{
		width: 350px;
	}

	div.gallery, .responsive1 .gallery, .responsive2 .gallery {
		height: 240px;
		padding: 10px;
}
	
	div.gallery img, .responsive1 .gallery img, .responsive2 .gallery img{
  width: 100%;
  height: 165px;
}
	
	
		.quote{
	position: relative;
	width: 100%;
	height: 300px;
	background-color: #fdfcfb;
}

.quote h1{
	width: 80%;
	font-size: 2.5rem;
}

.quote h1{
	position: absolute;
	top: 55%;
}
	
	.container1{
		height:250px;
	}
	.container1 img{
		margin-top: 50px;
		width: 60%;
	}
	
	.container1 .column h2{
		margin-top: -100px;
		color: #203c48;
	}
	
	.container1 .column h3, .container1 .column p{
		color: inherit;
	}
	
	/*----------------------------------------*/
	
	.container1{
		height: 200px;
	}
	.column{
		width:100%;
	}
	
	.column img{
		width:50%;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.column h2{
		font-size: 1.6rem;
		padding-top: 70px;
		margin-top: 0px;
	}
	
	.column h3{
		font-size: 1.3rem;
	}
	.column h2, .column h3, .column p{
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
	.column p{
		width: 60%;
	}
	
	.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) {
	
	.headersection{
	}
	
	.headersection{
	width: 100%;
	height: 250px;
	position: relative;
    text-align: center;
}
	.centered {
	/*background-color: rgba(253,252,251,0.30);*/
	width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

	.centered h1{
		font-size:4rem;
}
			.hrline, .hrlinee{
		width: 300px;
	}
	.responsive, .responsive1, .responsive2 {
    width: 100%;
  }
	.blogcontent, .blogcontent2{
		width: 80%;
	}
	
	.blogcontent h1, .blogcontent .sec2{
		font-size: 1.5rem;
	}
	
	div.gallery, .responsive1 .gallery, .responsive2 .gallery {
		height: 240px;
		padding: 10px;
}
	div.gallery img, .responsive1 .gallery img, .responsive2 .gallery img{
		width: 100%;
		height: 185px;
}
	.quote{
		width: 100%;
	}
	.quote h1{
		margin-top:-10px;
		padding:0px;
	}
	
	/*----------------------------------------*/
	
	.container1{
		height: 170px;
	}
	.column{
		width:100%;
	}
	
	.column img{
		width:50%;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.column h2{
		font-size: 1.6rem;
		padding-top: 70px;
		margin-top: 0px;
	}
	
	.column h3{
		font-size: 1.3rem;
	}
	.column h2, .column h3, .column p{
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
	.column p{
		width: 70%;
	}
	
	
}

@media only screen and (max-width: 479px) {
		.topnavmob a {
  color: #203c48;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1.1rem;
  display: block;
}
		.persblog{
		margin-top: 20px;
	}
.centered h1{
	font-size: 3.5rem;
}
	.blogcontent h1, .blogcontent .sec2{
		font-size: 1.5rem;
	}
	
	.blogcontent{
		margin-bottom: -50px;
	}
	
	.blogcontent .sec2{
		margin-top: 30px;
	}
	
	.quote{
		height: 250px;
	}
	.quote h1{
		width: 75%;
		font-size: 2.2rem;
	} 
	
	/*----------------------------------------*/
	
	.container1{
		height: 170px;
	}
	.column{
		width:100%;
	}
	
	.column img{
		width:52%;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.column h2{
		font-size: 1.6rem;
		padding-top: 70px;
		margin-top: 0px;
	}
	
	.column h3{
		font-size: 1.2rem;
	}
	.column h2, .column h3, .column p{
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
	.column p{
		width: 85%;
	}
	
}

@media screen and (max-width:420px){
	
	.hrline, .hrlinee{
		width: 260px;
	}
	
	.column-66{
	}
	
	.column-66 .button{
		width: 70%;
	}
	
	.column-33{
		margin-top: 30px;
	}
	.column-33 img{
		width: 80%;
	}
	
	.quote{
	}
	
	.quote h1{
		width: 85%;
	}
	
		.blogcontent, .blogcontent2{
		width: 80%;
	}
	
	/*----------------------------------------*/
	
	.container1{
		height: 160px;
	}
	.column{
		width:100%;
	}
	
	.column img{
		width:55%;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.column h2{
		font-size: 1.6rem;
		padding-top: 70px;
		margin-top: 0px;
	}
	
	.column h3{
		font-size: 1.2rem;
	}
	.column h2, .column h3, .column p{
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
	.column p{
		width: 85%;
	}
}

@media only screen and (max-width: 375px) {
	.centered h1{
		font-size: 3.5rem;
}
	.hrline, .hrlinee{
		width: 230px;
	}
	
	.blogcontent .sec2{
		padding-top:30px;
	}
	
	.quote{
	position: relative;
	width: 100%;
	background-color: #fdfcfb;
}

.quote h1{
	width: 75%;
}
	.headersection{
	}
	
	/*----------------------------------------*/
	
	.container1{
		height: 160px;
	}
	.column{
		width:100%;
	}
	
	.column img{
		width:60%;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.column h2{
		font-size: 1.6rem;
		padding-top: 70px;
		margin-top: 0px;
	}
	
	.column h3{
		font-size: 1.2rem;
	}
	.column h2, .column h3, .column p{
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
	.column p{
		width: 85%;
	}
}

@media only screen and (max-width: 320px) {
	.centered h1{
	font-size: 3.5rem;
}
		.hrline, .hrlinee{
		width: 190px;
	}
	.blogcontent h1{
		padding: 0px;
		padding-bottom: 20px;
	}
	
	.blogcontent, .blogcontent2{
		width: 80%;
	}
	
	.blogcontent h1, .blogcontent .sec2{
		font-size: 1.5rem;
	}
	
	div.gallery, .responsive1 .gallery, .responsive2 .gallery {
		height: 240px;
		padding: 10px;
}


	div.gallery img, .responsive1 .gallery img, .responsive2 .gallery img{
		width: 100%;
		height: 160px;
}
	
			.quote{
	position: relative;
	width: 100%;
	background-color: #fdfcfb;
}

.quote h1{
	width: 90%;
}

	/*----------------------------------------*/
	
	.container1{
		height: 150px;
	}
	.column{
		width:100%;
	}
	
	.column img{
		width:70%;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.column h2{
		font-size: 1.6rem;
		padding-top: 70px;
		margin-top: 0px;
	}
	
	.column h3{
		font-size: 1.2rem;
	}
	.column h2, .column h3, .column p{
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
	.column p{
		width: 85%;
	}

}
