﻿/* General Stylesheet*/
* {
   outline: 0px solid red !important;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
} 
*
{
	font-family: 'Roboto', sans-serif;
	color: #414538;
	font-size: 20px;
	/*font-family: 'Roboto', sans-serif;
	font-family: 'Bai Jamjuree', sans-serif;
	font-family: 'Lato', sans-serif;
	font-family: 'Rambla', sans-serif;
	font-family: 'Orbitron', sans-serif;
	font-family: 'Play', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
	font-family: 'Dosis', sans-serif;*/
}
body{
	padding-top:154px;
	background-repeat: no-repeat;
    background-image: url("../images/flower_life_bg.jpg");
    background-position: right top;
    background-attachment:fixed;

}
.jumbotron .container {
    border-radius: 0 !important;
}
/*Header Section Stylesheet*/
.top-bar{
	height: 7px;
	background-color: #ffd100;
}
.logo-bar{
	height: 147px;
	background-color: #ffffff;
	background-repeat: repeat-x;
    background-image: url("../images/header_bg.jpg");
    background-position: cemter center;
    box-shadow: 1px 2px 4px #616559;
}
.logo-holder{
    width:125px;
}
.social-media{
	height:45px;
	padding-right:30px;
}
.w-10{
	width: 10%!important;
}
.w-90{
	width: 90%!important;
}
button.navbar-toggler2 {
    padding: 7px 14px;
    font-size: 20px;
    line-height: 20px;
    background-color: white;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    cursor:pointer;
    color:#d5d5d5;
}
button.navbar-toggler2:hover{
	padding: 7px 14px;
    font-size: 20px;
    line-height: 20px;
    background-color: white;
    border: 1px solid #ffd100;
    border-radius: 5px;
    cursor:pointer;
    color:#6e6c69;
}
.toggler-font{
		color:#6e6c69;
}
div.navbar-collapse{
	margin-top:25px;
}
ul.navbar-nav{
		float:right;
		border-top:solid 1px #d5d5d5;
}
ul.navbar-nav li.nav-item{
	text-align:right;
}
ul.navbar-nav li.nav-item a.nav-link{
	color: #6e6c69;	
	font-size: 0.7em;
	text-align:right;
	display:inline-block;
	background-color: #ffffff;
	border-bottom:solid 1px #d5d5d5;
	border-right:solid 1px #d5d5d5;
	border-left:solid 1px #d5d5d5;
	opacity: 0.9;
	width: 150px;
	padding-right:20px;
}
ul.navbar-nav li.nav-item a.nav-link:hover{
	color: #ffd100;	
	font-size: 0.7em;
	text-align:right;
	display:inline-block;
	border-bottom:solid 1px #d5d5d5;
	border-right:solid 1px #d5d5d5;
	border-left:solid 1px #d5d5d5;
	background-color: #ffffff;
	opacity:1;
	width: 150px;
	padding-right:20px;
}
nav.nav-bar{
	margin-top:33px;;
}
li.nav-item{
	text-align:center;
}
li.nav-item.active-item{
	color: #6e6c69;	
	font-size: 14px;
	text-align:center;
	border:solid 1px #ffd100;
	padding:10px 20px;
	letter-spacing:1px;
}
ul.nav li.nav-item a.nav-link{
	color: #6e6c69;	
	font-size: 14px;
	text-align:center;
	border:solid 1px #ffffff;
	letter-spacing:1px;
	transition: .5s ease-In-Out;
	-webkit-transition: .5s ease-In-Out;
    -moz-transition: .5s ease-In-Out;
    -o-transition: .5s ease-In-Out;

}
ul.nav li.nav-item a.nav-link:hover{
	color: #6e6c69;	
	font-size: 14px;
	text-align:center;
	border:solid 1px #ffd100;
	letter-spacing:1px;
	transition: .5s ease-In-Out;
	-webkit-transition: .5s ease-In-Out;
    -moz-transition: .5s ease-In-Out;
    -o-transition: .5s ease-In-Out;
}
nav ul li#home{
	display:none;
}
nav ul li#contact{
	display:none;
}
a.social i.fa{
    color: #6e6c69;
    margin: 0px 10px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    transition: .5s ease-In-Out;
	-webkit-transition: .5s ease-In-Out;
    -moz-transition: .5s ease-In-Out;
    -o-transition: .5s ease-In-Out;

} 
a.social:hover i.fa{
    color: #ffd100;
    margin: 0px 10px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    transition: .5s ease-In-Out;
	-webkit-transition: .5s ease-In-Out;
    -moz-transition: .5s ease-In-Out;
    -o-transition: .5s ease-In-Out;
} 
a.social i.active-item{
    color: #ffd100;
    margin: 0px 10px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
} 
a.social:hover{
	text-decoration:none;
}
a.social#home{
	display:none;
}
a.social#contact{
	display:none;
}

/*Hero/Jumbotron/PageHeader Stylesheet*/
.hero-header{
	/*color: #FFEB01;*/
	color: #9C7C3B;
	font-size: 2.3em;
	/*text-shadow:  0 0 3px #8D4538, 0 0 15px #9C7C3B;*/
	text-shadow:  0 0 3px #ffffff, 0 0 15px #ffffff;
}
.hero-text{
	color: #1d1e19;
	font-weight:300;
}
.hero-text2{
	display:none;
}

a.hero-button:hover{
	background-color:#ffd100;
	border: solid 1px white;
	box-shadow: 1px 1px 3px #a2a403;
    color:#ffffff;
    border-radius: 0px;
    font-size: 0.7em;
}
a.hero-button{
	background-color:#ffd100;
	border: solid 1px white;
    color: #ffffff;
    border-radius: 0px;
    font-size: 0.7em;
}
.mission-bg{
	background-color: #ffffff;
	background-repeat: repeat-x;
    background-image: url("../images/mission_bg.jpg");
    background-position: left top;
    border-top:solid 1px #bdbdbd;
}

/* Main/Services/Icon Section Stylesheet */
.text-quote{
	color: #414538;
	font-weight:300;
	font-size: 1em;
	line-height: 1.5em;
}
.services-header{
	padding-top:25px;
	color: #414538;
	font-size: 1.5em;
	font-weight:300;
}
hr{
	color:#c7c6c5;
}
hr.yellow{
	color:#ffd100;
	border: solid 3px #ffd100;;
	width: 150px;
	
}
img.body{
	border: solid 1px #ffffff;
	height:auto;
	width:100%;
    box-shadow: 0px 0px 8px #414538;
    max-width:336px;
}
img.mind{
	border: solid 1px #ffffff;
	height:auto;
	width:100%;
    box-shadow: 0px 0px 8px #414538;
    max-width:336px;
}
img.spirit{
	border: solid 1px #ffffff;
	height:auto;
	width:100%;
    box-shadow: 0px 0px 8px #414538;
    max-width:336px;
}
/* Blog Section Stylesheet */
article.post{
	color: #414538;
	font-weight:300;
	border: solid 1px #e6e6e6;
	background-color: white;
}
header.post-header{
	border-bottom: solid 1px #e6e6e6;
	padding:20px 20px 0px 20px;;
}
div.post-content{
	font-weight:300;
	padding:20px;
	display: inline-block;
}
footer.post-footer{
	background-color: #f7f7f7;
	font-weight:300;
	padding:20px;
	color: #707070;
	
}
span.post-footer{
	font-weight:300;
	color: #707070;
	font-size: 0.7em;
	display:inline-block;
}
a.post-footer{
	font-weight:300;
	color: #707070;
	font-size: 1.0em;
	text-decoration:none;
	transition: .5s ease-In-Out;
	-webkit-transition: .5s ease-In-Out;
    -moz-transition: .5s ease-In-Out;
    -o-transition: .5s ease-In-Out;

}
a.post-footer:hover{
	font-weight:300;
	color: #ffd100;
	font-size: 1.0em;
	text-decoration:none;
	transition: .5s ease-In-Out;
	-webkit-transition: .5s ease-In-Out;
    -moz-transition: .5s ease-In-Out;
    -o-transition: .5s ease-In-Out;

}

i.fa{
	font-weight:300;
	color: #707070;
	font-size: 1.0em;
	vertical-align: baseline;
}
img.products{
	width:50%; 
	margin-right:15px;
	margin-bottom:10px; 
	max-width:500px; 
	min-width: 200px;
	border :solid 1px #e6e6e6;
}
.bg_productheader{
	background-color: #f7f7f7;
}
/* Footer Section Stylesheet */
.bottom-bar{
	border-top: solid 7px #ffd100;
	padding-bottom:30px;
	background-color:white;

}
li.nav-item2{
	text-align:center;
}
li.nav-item2.active-item2{
	color: #ffd100;	
	font-size: 16px;
	text-align:center;
	padding:5px 20px;
	letter-spacing:1px;
	text-decoration:none;
}
ul.nav li.nav-item2 a.nav-link2{
	color: #6e6c69;	
	font-size: 14px;
	text-align:center;
	padding:10px 20px;
	letter-spacing:1px;
	text-decoration:none;
	transition: .5s ease-In-Out;
	-webkit-transition: .5s ease-In-Out;
    -moz-transition: .5s ease-In-Out;
    -o-transition: .5s ease-In-Out;
}
ul.nav li.nav-item2 a.nav-link2:hover{
	color: #ffd100;	
	font-size: 14px;
	text-align:center;
	padding:10px 20px;
	letter-spacing:1px;
	text-decoration:none;
	transition: .5s ease-In-Out;
	-webkit-transition: .5s ease-In-Out;
    -moz-transition: .5s ease-In-Out;
    -o-transition: .5s ease-In-Out;
}
.footer-bar{
	border-top: solid 1px #bdbdbd;
	background-color:white;
}
.copyright_txt {
    color: #6e6c69;
    font-size: 0.6em;
    padding-top: 15px;
    letter-spacing: 1px;
}
.managed_txt {
    color: #6e6c69;
    padding-top: 15px;
    letter-spacing: 1px;
    text-decoration:none;
    font-size: 0.6em;
    transition: .5s ease-In-Out;
	-webkit-transition: .5s ease-In-Out;
    -moz-transition: .5s ease-In-Out;
    -o-transition: .5s ease-In-Out;
}
.managed_txt:hover {
    color: #ffd100;
    padding-top: 15px;
    letter-spacing: 1px;
    text-decoration:none;
    font-size: 0.6em;
    transition: .5s ease-In-Out;
	-webkit-transition: .5s ease-In-Out;
    -moz-transition: .5s ease-In-Out;
    -o-transition: .5s ease-In-Out;
}

/* Contact Form Section Stylesheet */
.alert-success {
    color: #ffffff;
    background-color: #ffd100;
    border-color: #ffffff;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #ffd100;
    background-image: none;
    color: rgb(0, 0, 0);
}
.text-yellow{
	color: #ffd100;
}
ul.list-unstyled li{
	font-size: 0.7em;
	color: #ffd100;
}
p.text-muted{
	font-size: 0.7em;
	color: #ffd100!important;
}

a.text-lblue{
	text-decoration:none;
	font-size: 0.7em;
}
a.text-lblue:hover{
	color: #ffd100;
	text-decoration:none;
	font-size: 0.7em;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #ffd100;
    border-color: #ffd100;
}
.btn-primary:hover {
    color: #fff;
    background-color: #ffd100;
    border-color: #ffd100;
}
.form-control{
	font-size:0.8em;
}
/* Page Header Section Stylesheet */
.page-header{
	color: #ffffff;
	font-size: 2.3em;
}
.page-header-bg{
	background-color: #4c5203;
	background-repeat: no-repeat;
    background-image: url("../images/pageheader_bg.jpg");
    background-position: right center;
    border-bottom: solid 7px #c7c6c5;
    min-height: 100px;
}

/* Gallery Slideshow Section Stylesheet */
.app-img{
	width: 100%;
}
.app-img-logo{
	max-width: 333px;
	text-align:center;
}
.row > .column {
  padding: 8px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column {
  float: left;
  width: 33%;
}
.modal {/* The Modal (background) */
  display: none;
  position: fixed;
  z-index: 9991;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}
.modal-content {/* Modal Content */
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 780px;
  display: block;
}
.close {/* The Close Button */
  color: gray;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  z-index: 10000;
}
.close:hover,
.close:focus {
  color: #00000;
  text-decoration: none;
  cursor: pointer;
}
.mySlidesCert {
  display: none;
}
.mySlidesFarm {
  display: none;
}
.mySlidesQigong {
  display: none;
}
.mySlidesRetail {
  display: none;
  text-align: center;
  margin-bottom: 4px;
}
.cursor {
  cursor: pointer;
}
.prev,
.next {/* Next & previous buttons */
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.next {/* Position the "next button" to the right */
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {/* On hover, add a black background color with a little bit see-through */
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
.numbertext {/* Number text (1/3 etc) */
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
img.lb {
  margin-bottom: -4px;
}
.caption-container {
  text-align: center;
  background-color: black;
  padding: 16px 16px;
  color: white;
}
p#captionCert{
	color:silver;
}
p#captionFarm{
	color:silver;
}
p#captionQigong{
	color:silver;
}
p#captionRetail{
	color:silver;
}
.demoCert {
  opacity: 0.6;
}
.demoFarm {
  opacity: 0.6;
}
.demoQigong {
  opacity: 0.6;
}
.demoRetail {
  opacity: 0.6;
}
.active,
.demoCert:hover {
  opacity: 1;
}
.active,
.demoFarm:hover {
  opacity: 1;
}
.active,
.demoQigong:hover {
  opacity: 1;
}
.active,
.demoRetail:hover {
  opacity: 1;
}
img.hover-shadow {
  transition: 0.3s;
}
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* Gallery Filter Section Stylesheet */
.column1 {
	 display: none; /* Hide all elements by default */
}
.show {
    display: block;/* The "show" class is added to the filtered elements */
}
.btn1 {/* Style the buttons */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fffff6), color-stop(1, #fef6d3));
    background-image: -webkit-linear-gradient(top, #fffff6, #fef6d3);
    background-image: -moz-linear-gradient(top, #fffff6, #fef6d3);
    background-image: -ms-linear-gradient(top, #fffff6, #fef6d3);
    background-image: -o-linear-gradient(top, #fffff6, #fef6d3);
    background-image: linear, top, bottom, #fffff6, #fef6d3;
    border: solid 1px white;
    box-shadow: 1px 1px 3px #828282;
    color: #5f5f5f;
	padding: 6px 8px;
	margin: 5px 5px;
	cursor: pointer;
}
.btn1:hover {
  	background-color: #1ea4fc;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffe139), color-stop(1, #ffd100));
    background-image: -webkit-linear-gradient(top, #ffe139, #ffd100);
    background-image: -moz-linear-gradient(top, #ffe139, #ffd100);
    background-image: -ms-linear-gradient(top, #ffe139, #ffd100);
    background-image: -o-linear-gradient(top, #ffe139, #ffd100);
    background-image: linear, top, bottom, #ffe139, #ffd100;
    border: solid 1px #eac700;
    box-shadow: 1px 1px 3px #5a5a5a;
    color: white;
    padding: 6px 8px;
	margin: 5px 5px;
}
.btn1.proactive {
  	background-color: #1ea4fc;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffe139), color-stop(1, #ffd100));
    background-image: -webkit-linear-gradient(top, #ffe139, #ffd100);
    background-image: -moz-linear-gradient(top, #ffe139, #ffd100);
    background-image: -ms-linear-gradient(top, #ffe139, #ffd100);
    background-image: -o-linear-gradient(top, #ffe139, #ffd100);
    background-image: linear, top, bottom, #ffe139, #ffd100;
    border: solid 1px #eac700;
    box-shadow: 1px 1px 3px #5a5a5a;
    color: white;
    padding: 6px 8px;
	margin: 5px 5px;
}
/* Media Query Stylesheet */
@media (min-width: 320px) and (max-width:374px){
.hero-bg{
	background-color: #faf4d8;
	background-repeat: no-repeat;
    background-image: url("../images/hero_bg.jpg");
    background-position: left bottom;
    border-bottom: solid 7px #c7c6c5;
    height: 416px;
}
.hero-holder{
	padding-top: 30px;
}
.hero-header{
	font-size: 1.1em;
	line-height: 2.3em;
}
.hero-text2{
	display:inherit;
	font-size:0.7em;
	line-height: 1.5em;
}
.hero-bold{
	font-size:1em;
}
.hero-text{
	display:none;
}
.social-media{
	padding-right:0px;
}
.col-12{
	padding-right:0px;
}
.text-quote{
	color: #414538;
	font-weight:300;
	font-size: 0.7em;
	line-height: 1.5em;
}
.services-header{
	padding-top:25px;
	color: #414538;
	font-size: 1.1em;
	font-weight:300;
}
.w-10{
	width: 30%!important;
}
.w-90{
	width: 70%!important;
}
.text-left{
	text-align:center!important;
}
.text-right{
	text-align:center!important;
}
div.post-content>p{
	font-weight:300;
	font-size:0.7em;
}

}
@media (min-width: 375px) and (max-width:424px){
.hero-bg{
	background-color: #faf4d8;
	background-repeat: no-repeat;
    background-image: url("../images/hero_bg.jpg");
    background-position: left center;
    border-bottom: solid 7px #c7c6c5;
    min-height: 250px;
}
.hero-holder{
	padding-top: 40px;
}
.hero-header{
	font-size: 1.1em;
	line-height: 2.3em;
}
.hero-text2{
	display:inherit;
	font-size:0.7em;
	line-height: 1.5em;
}
.hero-bold{
	font-size:1em;
}
.hero-text{
	display:none;
}
.text-quote{
	color: #414538;
	font-weight:300;
	font-size: 0.7em;
	line-height: 1.5em;
}
.services-header{
	padding-top:25px;
	color: #414538;
	font-size: 1.1em;
	font-weight:300;
}
.social-media{
	padding-right:0px;
}
.col-12{
	padding-right:0px;
}
.w-10{
	width: 35%!important;
}
.w-90{
	width: 65%!important;
}
.text-left{
	text-align:center!important;
}
.text-right{
	text-align:center!important;
}
div.post-content>p{
	font-weight:300;
	font-size:0.7em;
}

}
@media (min-width: 425px) and (max-width: 540px){
.hero-bg{
	background-color: #faf4d8;
	background-repeat: no-repeat;
    background-image: url("../images/hero_bg.jpg");
    background-position: left bottom;
    border-bottom: solid 7px #c7c6c5;
    height: 410px;
    padding-bottom:40px;
}
.hero-holder{
	padding-top: 10px;
	
}
.hero-header{
	font-size: 1.7em;
}
.hero-text2{
	display:inherit;
	font-size:0.7em;
	line-height: 1.5em;
}
.hero-bold{
	font-size:1em;
}
.hero-text{
	display:none;
}
.text-quote{
	color: #414538;
	font-weight:300;
	font-size: 0.7em;
	line-height: 1.5em;
}
.services-header{
	padding-top:25px;
	color: #414538;
	font-size: 1.1em;
	font-weight:300;
}
.w-10{
	width: 40%!important;
}
.w-90{
	width: 60%!important;
}
.text-left{
	text-align:center!important;
}
.text-right{
	text-align:center!important;
}
div.post-content>p{
	font-weight:300;
	font-size:0.7em;
}

}
@media (min-width: 541px) {
.hero-bg{
	background-color: #faf4d8;
	background-repeat: no-repeat;
    background-image: url("../images/hero_bg.jpg");
    background-position: center center;
    background-size: cover;
    border-bottom: solid 7px #c7c6c5;
    min-height: 501px;
}
.hero-holder{
	padding-top: 120px;
	
}
.hero-header{
	font-size: 1.7em;
}
.hero-text{
	font-size:0.6em;
	line-height: 1.5em;
}
.hero-bold{
	font-size:1em;
}
.text-quote{
	color: #414538;
	font-weight:300;
	font-size: 0.8em;
	line-height: 1.5em;
}
.services-header{
	padding-top:25px;
	color: #414538;
	font-size: 1.2em;
	font-weight:300;
}
.w-10{
	width: 40%!important;
}
.w-90{
	width: 60%!important;
}
.text-left{
	text-align:center!important;
}
.text-right{
	text-align:center!important;
}
div.post-content>p{
	font-weight:300;
	font-size:0.7em;
}

}
@media (min-width: 576px){
.hero-holder{
	padding-top: 120px;
	
}
.hero-header{
	font-size: 1.8em;
}
.hero-text{
	font-size:0.7em;
	line-height: 1.5em;
}
.text-quote{
	color: #414538;
	font-weight:300;
	font-size: 0.8em;
	line-height: 1.5em;
}
.services-header{
	padding-top:25px;
	color: #414538;
	font-size: 1.2em;
	font-weight:300;
}
.w-10{
	width: 40%!important;
}
.w-90{
	width: 60%!important;
}
.text-left{
	text-align:left!important;
}
.text-right{
	text-align:right!important;
}
div.post-content>p{
	font-weight:300;
	font-size:0.7em;
}
}
@media (max-width: 767px) {
nav.nav-bar#lg{
	display:none;
}
img.products{
	width:100%; 
	margin-right:15px;
	margin-bottom:10px; 
	max-width:500px; 
	min-width: 200px;
	border :solid 1px #e6e6e6;
}

}
@media (min-width: 768px){
nav.navbar#smr{
	display:none;
}
a.social#home{
	display:inline;
}
a.social#contact{
	display:inline;
}
.hero-holder{
	padding-top: 115px;
	
}
.hero-header{
	font-size: 2em;
}
.hero-text{
	font-size:0.8em;
}
.text-quote{
	color: #414538;
	font-weight:300;
	font-size: 0.9em;
	line-height: 1.5em;
}
.services-header{
	padding-top:25px;
	color: #414538;
	font-size: 1.3em;
	font-weight:300;
}
.w-10{
	width: 10%!important;
}
.w-90{
	width: 90%!important;
}
div.post-content>p{
	font-weight:300;
	font-size:0.8em;
}
}
@media (min-width: 992px){
a.social#home{
	display:none;
}
a.social#contact{
	display:none;
}
nav ul li#home{
	display:inline;
}
nav ul li#contact{
	display:inline;
}
.hero-holder{
	padding-top: 110px;
	
}
.hero-header{
	font-size: 2.3em;
}
.hero-text{
	font-size:1em;
}
.text-quote{
	color: #414538;
	font-weight:300;
	line-height: 1.5em;
	font-size:1em;
}
.services-header{
	padding-top:25px;
	color: #414538;
	font-size: 1.5em;
	font-weight:300;
}
div.post-content>p{
	font-weight:300;
	font-size:1.0em;
}
}
@media (min-width: 1200px){
.hero-holder{
	padding-top: 100px;
	
}
.hero-header{
	font-size: 2.3em;
}
.hero-text{
	font-size:1em;
}
.text-quote{
	color: #414538;
	font-weight:300;
	line-height: 1.5em;
	font-size:1em;
}
.services-header{
	padding-top:25px;
	color: #414538;
	font-size: 1.5em;
	font-weight:300;
}
}
@media (min-width: 1400px) {
html{
	font-size:120%;
}
body{
	padding-top:154px;
}
.hero-holder{
	padding-top: 95px;	
}
.hero-header{
	font-size: 2.3em;
}
.hero-text{
	font-size:1em;
}
}
@media (min-width: 1600px) {
html{
	font-size:135%;
}
body{
	padding-top:154px;
}
.container{
	width:80%;
}
.hero-holder{
	padding-top: 80px;	
}

}
@media (min-width: 1800px) {
html{
	font-size:150%;
}
body{
	padding-top:154px;
}
.container{
	width:80%;
}
.hero-holder{
	padding-top: 70px;	
}
}
@media (min-width: 2000px) {
html{
	font-size:170%;
}
body{
	padding-top:154px;
}
.container{
	width:80%;
}
.hero-holder{
	padding-top: 60px;	
}

}
@media (min-width: 2200px) {
html{
	font-size:190%;
}
body{
	padding-top:154px;
}
.container{
	width:80%;
}
.hero-holder{
	padding-top: 40px;	
}

}
@media (min-width: 2400px) {
html{
	font-size:190%;
}
body{
	padding-top:154px;
}
.container{
	width:80%;
}
.hero-holder{
	padding-top: 20px;	
}

}
