/* general styles */
html, body {
    height: 100%;
    width: 100%;
}

body {
    padding-top: 115px;
    font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0;
}

a:hover {
    color: #3da0f6;
}

/* padded section */
.pad-section {
    padding: 15px 0 65px 0;
}

.pad-section2 {
    padding: 65px 0 65px 0;
}

.pad-section3 {
    padding: 35px 0 35px 0;
}

.pad-section img {
    width: 100%;
}

.yellow-text {
    color: #f7df82 !important;
}

.gallery-container h1 {
    margin-top: 0;
}

/* vertical-centered text */
.text-vcenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 100vh;
    width: 100vw;
}

    .text-vcenter h1 {
        font-size: 4.5em;
        font-weight: 700;
        margin: 0;
        padding: 0 40px;
    }

.text-vleft {
    display: inline-block;
    vertical-align: middle;
    max-width: 800px;
    height: 20%;
}

    .text-vleft h1 {
        font-size: 4.5em;
        font-weight: 700;
        margin: 0;
        padding: 0 40px;
    }

.sfError {
    color: #fb5c5c;
}

.sfSuccess {
    color: #ffffff;
}

.zeContentMode .fixed-top {
    position: relative;
}

.sfWorkflowBtnsShown .sfInlineEditingWorkflowMenu, .sfWorkflowBtnsShown .sfInlineEditingPageMenu, .sfWorkflowBtnsShown .sfInlineEditDlgWrp, .sfWorkflowBtnsShown .sfEditorToolbarWrp {
    z-index: 9999;
}

.sfInlineEditingPageMenu {
    position: fixed !important;
    right: 0 !important;
    top: 137px !important;
    z-index: 9999;
} 

p {
    line-height: 1.5rem;
    letter-spacing: 0;
}

h1 {
    margin-bottom: 40px;
    letter-spacing: -1px;
    font-family: 'Exo', san-serif;
}

h4 {
    letter-spacing: 0;
}

label {
    color: #fff;
    font-weight: bold;
}

#home {
    background: url(../Images/home-bg2.jpg) no-repeat center center fixed;
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    #home h1 {
        color: #121212;
        font-family: 'Exo', san-serif;
    }

    #home h3 {
        color: #121212;
        letter-spacing: 8px;
        padding: 0 40px;
        font-weight: 300;
    }

#about {
    background-color: #542727;
    color: #ffffff;
}

    #about h1 {
        color: #eee;
    }

#gallery {
    background-color: #542727;
    color: #ffffff;
}

    #gallery .glyphicon {
        border: 2px solid #FFFFFF;
        border-radius: 50%;
        display: inline-block;
        font-size: 60px;
        height: 140px;
        line-height: 140px;
        text-align: center;
        vertical-align: middle;
        width: 140px;
    }

    #gallery h3 {
        color: #E3E3E3;
    }

#community {
    background-color: #fff;
    color: #121212;
    padding: 20px 0;
}

    #community h1 {
        text-align: center;
        margin-top: 40px;
        font-weight: bold;
        color: #111;
    }

#charities {
    background-color: #fdf5d9;
    color: #121212;
}

    #charities h3 {
        color: #121212;
    }

#news {
    background: url(../Images/news-bg1.jpg) no-repeat center center fixed;
    display: table;
    height: 800px;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    #news .panel {
        opacity: 0.85;
    }

    #news h1 {
        text-align: left;
        margin-top: 50px;
        font-weight: bold;
        color: #eee;
    }

#contact {
    background: url(../Images/contact-bg1.jpg) center fixed;
}

    #contact h1, #contact h4 {
        color: #eee;
    }

#social {
    background: #feaf1c;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#google_map {
    height: 500px;
}

footer {
    padding: 20px 0;
    color: #fff;
    background-color: #020202;
}

    footer .glyphicon {
        color: #333333;
        font-size: 60px;
    }

        footer .glyphicon:hover {
            color: #306d9f;
        }

.text-vcenter h1 {
    font-size: 2.5em;
}

#return-to-top {
    position: fixed;
    bottom: 30px;
    right: 40px;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 16px;
        top: 13px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-top:hover {
        background: none;
    }

        #return-to-top:hover i {
            color: #fff;
            top: 5px;
        }

.return-color {
    color: #2CBCA3 !important;
}

.engage-icon {
    width: 45px !important;
    position: relative;
    bottom: 12px;
    margin-left: 6px;
}

.no-margin {
    margin: 0;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

@media (max-width: 576px) {
    .text-vcenter h1, .text-vleft h1 {
        font-size: 3em;
    }
}

@media (min-width: 768px) {
    .text-vcenter h1, .text-vleft h1 {
        font-size: 3.5em;
    }
}

@media (min-width: 992px) {
    .text-vcenter h1, .text-vleft h1 {
        font-size: 4.5em;
    }

    .navbar-expand-lg .navbar-nav {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .text-vcenter h1, .text-vleft h1 {
        font-size: 4.5em;
    }
}
