a{

    color: #009245 !important;

}

.mobile-menu .button_container span {
    background: #009245;
}
.mobile-menu, .mobile-container {

    z-index: 13;

}

.dropmenu ul li a:hover, .dropmenu ul li a:focus, .dropmenu ul li a.active {



    color: #009245 !important;

}

.dropmenu ul li a {



    color: #5f2813!important;

}

#header{

    background: #ebe7df;
    height: 7rem;
    border-bottom: none;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
}

#header .logo svg, #header .logo img {

    height: 6rem;

}

body {
    background: #ebe7df;
}
body.header-fixed.header-animated #header.scrolled {

    height: 4rem;

}

body.header-fixed.header-animated #header.scrolled .navbar-section {

    height: 4rem;

}

body.header-fixed.header-animated #header.scrolled .logo svg, body.header-fixed.header-animated #header.scrolled .logo img {

    height: 3.5rem;

}

#header .navbar-section {

    height: 7rem;

}

.header-fixed #body-wrapper {

    padding-top: 7rem;

}

.header-fixed #header {

    z-index: 11;

}

/* .header-fixed #page-wrapper {

    padding-top: 7rem;

} */
.hero{
    background-size: contain;
    background-repeat: no-repeat;
}
#_header .hero {
    background-size: cover;
}
.hero h1, .hero h2 {
    font-size: 2rem;
}
.hero.hero-large {
    min-height: 500px;
    top: 6rem;
}
.btn, .button {

    background: #009245;

    border: 0.05rem solid #009245;

    color: white !important;

}

.btn:focus, .button:focus, .btn:hover, .button:hover {

    background: #5f2813;

    border-color: #5f2813;

    text-decoration: none;

    color: white !important;

}

a:focus, a:hover, a:active, a.active, a.visited {

    color: #5f2813 !important;

    text-decoration: none;

}

ul li, ol li {

    margin-top: 7rem;

}

.center{

    text-align: center;

}

#modular-text .p{

    line-height: 2;

}
.shadow {
    box-shadow: 0 1px 0px 0 rgba(0,0,0,.2), 0 3px 10px 0 rgba(0,0,0,.19);
}



.featherlight .featherlight-content {

    background: rgba(0,0,0,.25) !important;

    }

/* styling Gallery Images */

.gallery-img {

    display: inline-block;

    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);

    margin-left: 20px;

    margin-top: 20px;

    line-height: 11px;

}

/* styling Lightbox */

.featherlight .featherlight-content {

    background: rgba(0,0,0,.25) !important;

    }

/* styling CardBox */

.card-body h1, h2, h3, h4, h5 {

    margin-top: 0px;

}
/* styling login */
#grav-login .button-wrapper {
    text-align: center;
}

/* styling form */
.form-group:not(:last-child) {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
textarea.form-input{
    min-height: 10rem;
}
.button-wrapper {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.w100{
    max-width: 100px;
}
.w200{
    max-width: 200px;
}
.w300{
    max-width: 300px;
}
.modular-features .feature-content {
    color: #5f2813;
}

.pad{
    padding: 1rem;
}

.page-header {
    position: relative;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}
.centertxt {
    position: absolute;
    left: 5%;
    top: 25%;
    width: 100%;
    text-align: left;
}
.centertxt h1 {
	margin: 0px;
	font-weight: initial;
}

.feature-content p{
    text-align: justify;
}