@font-face {
    font-family: 'MerriweatherRegular';
    src: url('fonts/merriweather-regular-webfont.eot');
    src: url('fonts/merriweather-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/merriweather-regular-webfont.woff') format('woff'),
        url('fonts/merriweather-regular-webfont.ttf') format('truetype'),
        url('fonts/merriweather-regular-webfont.svg#MerriweatherRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MerriweatherBold';
    src: url('fonts/merriweather-bold-webfont.eot');
    src: url('fonts/merriweather-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/merriweather-bold-webfont.woff') format('woff'),
        url('fonts/merriweather-bold-webfont.ttf') format('truetype'),
        url('fonts/merriweather-bold-webfont.svg#MerriweatherBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
    background-image: url(images/bg.png);
}
h1,h2,h3,h4,h5,h6{
    font-family: "MerriweatherBold",serif;
}
/* links */
a:link, a:visited {
    color: #285935;
    text-decoration: none;
    outline: 0;
}
img{
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.responsive-image{
    height:auto;
    width:50%;
}

.white-text,#logo{
    color: #fff!important;
}
#logo{
    font-size: 28px;
    font-family: "MerriweatherBold",serif;
}
.green-text{
    color: #006415;
}
p.intro{
    font-size: 18px;
}
p{
    font-family: 'MerriweatherRegular';
    font-size: 16px;
    text-shadow: 1px 1px 0px #FFF!important;
}
.text-shadow,.footer-menu a{
    text-shadow: 1px 1px 0px #FFF!important;
}
a{
    font-family: 'MerriweatherBold';
}
.navigation-container{
    background-color: #000;
    border-top: 3px solid #047319;
}
.relative{
    position: relative;
}
.navbar-default{
    background-color: transparent;
    border: none;
    border-radius: 0px;
    margin-bottom: 5px;
}
.navbar-default a{
    background-color: transparent!important;
    color: #C5C4C4!important;
}
.navbar-default a:hover{
    color: #17A231!important;
}
#slider img{
    margin-left: auto;
    margin-right: auto;
    border: 20px solid white;
}
.mg-top-20{
    margin-top: 20px;
}
.mg-top-15{
    margin-top: 15px;
}
.mg-top-50{
    margin-top: 50px;
}
.mg-top-100{
    margin-top: 100px;
}

/* Clearing and Alignment Classes */
.align-left {
    float: left;
}
.align-right {
    float: right;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.ie7 .clearfix { zoom: 1; } /* IE7 */
/* Clearing and Alignment Classes END */


.content-wrap section .back-to-top {
    display: block;
    position: absolute;
    bottom: -65px;
    right: 10px;
    height: 43px;
    width: 43px;
    background: url(../images/back-to-top.png);
    text-indent: -9999px;
    z-index: 9999;
}
.ie7 .content-wrap section .back-to-top {
    bottom: -70px;
}


.footer-menu{
    padding-left: 0px;
}
.footer-menu li{
    display: inline-block;
}
.footer-menu li:not(:last-child){
    margin-right: 10px;
}
.footer-menu a{
    color: #3B3B3B;
    text-decoration: none!important;
}
.footer-menu a:hover{
    color: #285935;
}
p.small{
    font-size: 12px;
}
.footer{
    padding-top: 15px;
    background: transparent url("images/section-sep.png") repeat-x scroll top left 25px;
}
@media screen and (max-width:767px){
    .text-center-xs{
        text-align: center;
    }
}