.site-logo{
    /*background-color: rgba(52, 27, 43, 0.7);*/
    /*padding: 25px 25px;*/
}

.h1-near-logo,
.text-near-logo{
    color: rgba(52, 27, 43, 1) !important;
    background-color: rgba(255, 255, 255, 0.7) !important;
    padding: 15px 25px;
}

.h1-near-logo a{
    color: rgba(52, 27, 43, 1) !important;
}

.text-near-logo{
    max-width: 95%;
    margin: 0px auto 0 auto !important;
    font-weight: 800;
}

.image-on-video img{
    max-width: 960px;
    margin: 0 auto;
}

.image-video{
    padding-top: 25px !important;
}

#features .row article p{
    text-align: center;
}
#features .row article{
    text-align: center;
}

#features header h2,
.image-video h2{
    text-align: center;
    font-weight: 600;
    padding: 40px 20px 40px 20px;
    color: rgba(52, 27, 43, 1);
}

#footer {
    padding: 3em 0 6em 0;
}

#footer .copyright a,
#footer .copyright{
    color: rgba(255, 255, 255, 1);
}

#footer .three-logos h3{
    text-align: center;
    font-weight: 600;
    padding: 40px 20px 40px 20px;
    color: rgba(255, 255, 255, 1);
    font-size: 2.85em;
}

.volunteer #contact-contactform h2{
    text-align: center;
    font-weight: 600;
    padding: 0px 20px 40px 20px;
    font-size: 2.85em;
}

.wrapper.contact form textarea,
.wrapper.contact form input{
    background: rgba(255, 255, 255, 1);
}
.wrapper.contact{
    background-color: #f0f4f4;
    margin: 0 !important;
}

@media  all and (max-width: 768px) {
    #footer .three-logos h3{
        font-size: 25px;
    }

    .volunteer #contact-contactform h2{
        font-size: 25px;
    }
}

@media  all and (min-width: 768px) {
    .wrapper.contact{
        /*padding: 25px;*/
    }
}

.three-logos{
    background: transparent;
    margin-bottom: 35px !important;
}

.three-logos .row .span4{
    text-align: center;
}

.social-links .row div.one-s-link{
    text-align: center;
}

.social-links .row div.one-s-link i.fa{
    font-size: 45px;
}

.social-links{
    background: #f3f6fa;
}

.wrapper{
    margin: 0;
}

.valid{border:1px solid #70A41B!important; overflow:hidden;} /*#70A41B*/
.error{overflow:hidden; border:1px solid red!important;}


#nav {
    background-color: rgba(255, 255, 255, 0.9) !important;
    padding: 0;
}

#nav ul li,
#nav > ul > li{
    padding: 0;
    border: none;
    border-radius: 0;
    margin: 0px -2px;
    -moz-transition: color 0.75s ease-in-out, border-color 0.75s ease-in-out;
    -webkit-transition: color 0.75s ease-in-out, border-color 0.75s ease-in-out;
    -ms-transition: color 0.75s ease-in-out, border-color 0.75s ease-in-out;
    transition: color 0.75s ease-in-out, border-color 0.75s ease-in-out;

    -moz-transition: background-color 0.30s ease-in-out, border-color 0.30s ease-in-out;
    -webkit-transition: background-color 0.30s ease-in-out, border-color 0.30s ease-in-out;
    -ms-transition: background-color 0.30s ease-in-out, border-color 0.30s ease-in-out;
    transition: background-color 0.30s ease-in-out, border-color 0.30s ease-in-out;
}
#nav > ul{
    border: none;
    height: 100%;
}


#nav ul li a{
    font-weight: 600;
    padding: 40px 20px 40px 20px;
    color: rgba(52, 27, 43, 1);
}

#nav ul li:hover a,
#nav ul li.current-item a{
    color: rgba(255, 255, 255, 1) !important;
}
#nav ul li.current-item,
#nav ul li:hover{
    color: rgba(255, 255, 255, 1) !important;
    background-color: rgba(52, 27, 43, 0.9)!important
}

#nav > ul:before, #nav > ul:after{
    display: none;
}

#header{
    padding: 4.5em 0 2em 0;
}

#header>.inner{
    text-align: center !important;
}

#header header{
    width: 100%;
}

#logo-image img{
    max-width: 100%;
}

#commentForm-front-page>.row,
#commentForm-contact-page>.row{
    margin-bottom: 25px;
}

#send-from-front,
#send-from-contact-page{
    width: 100%;
}

hr.hr{
    border-bottom-color: rgba(192, 192, 192, 0.35);
    border-top-color: rgba(192, 192, 192, 0.35);
    position: relative;
    display: block;
    top: 4.5em;
    margin-bottom: 9em;
    height: 3px;
    padding: 1px 1px;
    max-width: 75%;
}

.section-social-icons{
    text-align: center;
}

section, article {
    margin-bottom: 15px;
}

.section-social-icons.container:before{
    display: none;
}

body.homepage #header {
    height: 60vh;
}

@media all and (min-width: 1024px){
    #header .inner {
        top: 100px;
    }
}