html, body{
	padding: 0;
	margin: 0;
}

body{
	background-color: #e0e0e0;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

h1, h2{
	font-family: 'Chakra Petch', sans-serif!important;
}

.nav-green{
	background-color: rgba(120, 180, 123, 0.9);
	font-weight: bolder;
	color:#fff;
	border-radius: 0px 30px!important;
}

.top-green{
	background-color: #83dd69;
	color:#fff;
	padding: 05px;
	font-weight: bold;
}

.nav-green a{
	color:#fff;
}

.nav-green a:hover{
	text-decoration: none;
	color:#fff;
}

.brand-logo{
	width: 300px;
}

.nav-link{
	margin: 0px 24px!important;
	font-size: 1.0rem;
}


.mast{
	background-image: url('../img/slider.jpg')!important;
	height:700px;
	width:100%;
	background-size:cover;
	position:relative;
	z-index:-1;
	background-attachment: fixed;
}

#backshape .wrapper {
  display:block;
  float:left;
  margin:10px auto 200px;
  width:100%;
  padding:0 5%;
  transform:skew(0deg,-5deg);
	-ms-transform:skew(0deg,-10deg);
	-webkit-transform:skew(0deg,-5deg);
}

#backshape {
  z-index:1;
  display:block;
  float:left;
  margin-top:-100px;
  width:100%;
  background:#fff;
  transform:skew(0deg,10deg);
	-ms-transform:skew(0deg,10deg); /* IE 9 */
	-webkit-transform:skew(0deg,5deg); /* Safari and Chrome */
}

.main-content{
	position:absolute;
	z-index:2;
	margin-top: -50px;
	width: 100%;
}

.mast-section{
	background-size:cover;
	background-attachment: fixed;
}

.welcome{
	margin-top: 19rem;
	background-color: rgba(120, 180, 123, 0.9);
	padding: 5px 10px;
	color:#fff;
	font-weight: bold;
}

.legend{
	background-image: url("../img/leaf.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: auto;
	padding: 7em 0;
}


.treatpot{
	background-image: url("../img/dr-1.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 100px;
	padding: 1em 0;
}

.mast-divider{
	background-image: url("../img/herb.jpg");
	background-position: center;
	background-size: cover;
	height: 20rem;
	margin: 20px 0px;
}

.dr-hr{
	border: 0;
	height: 2px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(95, 200, 221, 0.94), rgba(0, 0, 0, 0));
}

.herb-btn{
	background-color: #5fc8dd;
	color:#fff;
	padding: 10px;
	font-family: 'Chakra Petch', sans-serif!important;
	font-size: 1.3rem;
	margin: 10px;
	text-decoration: none;
}

.herb-btn:hover{
	text-decoration: none;
	color:#fff;
	font-weight: bold;
}

.leaf-btn{
	/*background-color: rgba(255, 255, 255, 0.88);*/
	border: 4px solid #fff;
	color:#fff;
	padding: 10px 25px;
	font-family: 'Chakra Petch', sans-serif!important;
	font-size: 2.1rem;
	margin: 10px;
	text-decoration: none;
	font-weight: bold;
	-webkit-box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.75);
}


.leaf-btn:hover{
	text-decoration: none;
	color:#000;
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.70);
}

.treat-btn{
	background-color: #5fc8dd;
	color:#fff;
	padding: 5px;
	font-family: 'Chakra Petch', sans-serif!important;
	font-size: 1.1rem;
	margin: 5px;
	text-decoration: none;
}

.treat-btn:hover{
	text-decoration: none;
	color:#fff;
	font-weight: bold;
}


.fade-box{
    -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 4s; /* Firefox < 16 */
        -ms-animation: fadein 4s; /* Internet Explorer */
         -o-animation: fadein 4s; /* Opera < 12.1 */
            animation: fadein 4s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


@media screen and (max-width: 698px){
	.nav-link{
		margin-top: 0px!important;
	}

	.foot-gap{
		margin-bottom: 130rem!important;
	}

	.foot-gap2{
		margin-bottom: 120rem!important;
	}

	.legend{
		display: none;
	}
}

@media only screen and (max-width: 954px){
	.nav-link{
		margin-top: 10px!important;
	}
}

@media only screen and (max-width: 767px){
	.intro-text{
		display: none!important;
	}
}

@media only screen and (max-width: 768px){
	.intro-text{
		font-size: 0.7rem;
	}
}

.mobile-logo{
	margin: 3px auto;
}

@media only screen and (min-width: 576px){
	.mobile-logo{
		display: none!important;
	}
}
@media only screen and (max-width: 576px){
	.logo{
		display: none!important;
	}
}

.foot-gap{
	margin-bottom: 45rem;
}
.foot-gap2{
	margin-bottom: 70rem;
}

.mast-induct{
	background-image: url('../img/bowl.jpg');
	background-position: center;
	background-size: cover;
	height: 17rem;
}

.drk-overlay{
	height: 100%;
	background: rgba(31,31,31,1);
	background: -moz-linear-gradient(-45deg, rgba(31,31,31,1) 0%, rgba(0,0,0,0.22) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(31,31,31,1)), color-stop(100%, rgba(0,0,0,0.22)));
	background: -webkit-linear-gradient(-45deg, rgba(31,31,31,1) 0%, rgba(0,0,0,0.22) 100%);
	background: -o-linear-gradient(-45deg, rgba(31,31,31,1) 0%, rgba(0,0,0,0.22) 100%);
	background: -ms-linear-gradient(-45deg, rgba(31,31,31,1) 0%, rgba(0,0,0,0.22) 100%);
	background: linear-gradient(135deg, rgba(31,31,31,1) 0%, rgba(0,0,0,0.22) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#000000', GradientType=1 );
}

@media screen and (max-width: 768px){
	.foot-gap{
		margin-bottom: 130rem;
	}

	.foot-gap2{
		margin-bottom: 120rem;
	}

	.legend{
		display: none;
	}

	.main-info{
		background-image: url("../img/dr-2.png");
		background-position: bottom left!important;
		background-repeat: no-repeat;
		background-size: 200px!important;
	}
}

@media screen and (max-width: 425px){
	.main-info{
		background-image: none!important;
	}

	.foot-gap{
		margin-bottom: 80rem!important;
	}

	.foot-gap2{
		margin-bottom: 135rem!important;
	}
}

@media only screen and (max-width: 1024px){
	.legend{
		background-size: 5px;
	}

	.main-info{
		background-image: url("../img/dr-2.png");
		background-position: bottom left;
		background-repeat: no-repeat;
		background-size: 200px!important;
	}
}

.main-info{
	background-image: url("../img/dr-2.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: auto;
}


@media only screen and (max-width: 698px){
	.foot-gap{
		margin-bottom: 130rem;
	}

	.foot-gap2{
		margin-bottom: 120rem;
	}

	.leaf-btn{
		/*background-color: rgba(255, 255, 255, 0.88);*/
		border: 4px solid #fff;
		color:#fff;
		padding: 5px 10px;
		font-family: 'Chakra Petch', sans-serif!important;
		font-size: 1.4rem;
		margin: 10px;
	}

	.treatpot{
		background-image: url("../img/dr-1.png");
		background-position: bottom right;
		background-repeat: no-repeat;
		background-size: 75px;
		padding: 1em 0;
	}

	.treat-btn{
		background-color: #5fc8dd;
		color:#fff;
		padding: 5px;
		font-family: 'Chakra Petch', sans-serif!important;
		font-size: 0.8rem;
		margin: 5px;
		text-decoration: none;
	}

}

footer{
	background-color: #7bfa0a;
}


.circle{
	border-radius: 50%!important;
	width: 50px!important;
	height: 50px!important;
}

.fab {
  padding: 20px!important;
  width: 30px!important;
  text-align: center!important;
  text-decoration: none!important;
  margin: 5px 2px!important;
  border-radius: 50%!important;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook-f {
  background: #3B5998;
  color: white;
}
.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #8a3ab9;
  color: white;
}

.foot{
	background-color: #58b902;
	border-top: 2px solid #fff;
	color:#fff!important;
	font-family: 'Chakra Petch', sans-serif!important;
}

.white-hr{
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.94), rgba(0, 0, 0, 0));
}

.foot-nav{
	color:#fff;
	font-size: 1.2rem;
}

.foot-nav:hover{
	color:#ffff;
	text-decoration: none;
}

.iron-mast{
	background-image: url('../img/herbal.jpg');
	background-position: center;
	background-size: cover;
	height: 35rem;
}

.book-mast{
	background-image: url('../img/remedies.jpg');
	background-position: center;
	background-size: cover;
	height: 35rem;
}

.table th{
	vertical-align: middle!important;
	font-family: 'Chakra Petch', sans-serif!important;
	width: 8rem;
}

.fill-group{
	width: 70%;
	text-align: left;
	margin: 25px auto;
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem;
	font-family: 'Chakra Petch', sans-serif!important;
}

.fill-group .required{
	color:#ff0000;
}

.fill-group .book-label{
	width: 100%!important;
}

.fill-group .book-input{
	width: 100%;
	padding: 0.2rem;
	text-align: center;
	border: 1px solid #363636;
}

/* Style the list */
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: transparent;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 12px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 2px;
    color: #333;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #696969;
    text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #696969;
    text-decoration: underline;
}
