body {
    font-family: 'Poppins', sans-serif;
}
/*colors*/
.btn-primary {
    background-color: #31AFB4;
    border-color: #31AFB4;
}

.btn-primary:hover, .btn-outline-primary:hover {
    background-color: #126669;
    color: white;
    border-color: #31AFB4;
}

.btn-primary:focus, .btn-outline-primary:focus {
    background-color: #126669;
    color: white;
    border-color: #31AFB4;
    box-shadow: none;
}

.btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:active, .btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #126669;
    color: white;
    border-color: #31AFB4;
}

.btn-info {
    background-color: #827216;
    border-color: #827216;
}

.btn-info:hover {
    background-color: #695C17;
    color: white;
    border-color: #827216;
}

.btn-info:focus {
    background-color: #695C17;
    color: white;
    border-color: #827216;
    box-shadow: none;
}

.btn-info:active, .btn-info:not(:disabled):not(.disabled):active {
    background-color: #695C17;
    color: white;
    border-color: #827216;
}

.btn-outline-primary {
    color: #126669;
    border-color: #126669;
}
/*nav*/
#main-nav .nav-link {
    padding-left: 1rem;
    font-size: 1.5rem;
}

@media only screen and (min-width : 992px) {
    /*nav*/
    #main-nav {
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
    }
    #main-nav .nav-link {
        padding-left: 1rem;
        font-size: 1.4rem;
    }
    .navbar-brand {
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
    }
    .navbar-brand img{
        max-width:130px;
    }
}



/*header*/
header {
    color: white;
}

header .display-3 {
    font-size: 2.25rem;
    margin-top: 5px;
}

.bg-image-full {
    max-height: 500px;
    background: no-repeat center center scroll;
    background-size: cover;
    position: relative;
}

.hero-overlay {
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    position: absolute;
    height: 100%;
    width: 100%;
}

header .blockquote {
    font-size: 1rem;
}

header .blockquote-footer {
    color: white;
}

#header-content {
    text-align: center;
}

#header-content img {
    max-width: 50%;
}

.header-buttons {
    text-align: left;
}

.header-link:nth-last-of-type(n+2) {
    margin-bottom: 10px;
}

@media only screen and (min-width : 576px) {
    /*header*/


    header .display-3 {
        font-size: 2.25rem;
        margin-top: 5px;
    }

    .bg-image-full {
        max-height: 500px;
    }

    header .blockquote {
        font-size: 1rem;
    }

    #header-content {
        text-align: left;
    }

    #header-content img {
        max-width: 90%;
    }

    .header-buttons {
        text-align: left;
    }

    .header-link:nth-last-of-type(n+2) {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width : 768px) {
    /*header*/


    header .display-3 {
        font-size: 3rem;
        margin-top: 5px;
    }

    .bg-image-full {
        max-height: 500px;
        min-height: 400px;
    }

    header .blockquote {
        font-size: 1rem;
    }

    #header-content {
        text-align: left;
    }

    #header-content img {
        max-width: 80%;
    }

    .header-buttons {
        text-align: left;
    }

    .header-link:nth-last-of-type(n+2) {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width : 992px) {
    /*header*/
    #header-content img {
        max-width: 60%;
    }
    header .display-3 {
        font-size: 3.5rem;
        margin-top: 0;
    }

    header .display-4 {
        font-size: 4.5rem;
    }

    .bg-image-full {
        height: 400px;
    }

    header .blockquote, header p {
        font-size: 1.25rem;
    }
}


/*mission*/
.mission {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: #f2f2f2;
}

.mission_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.mission_item {
    display: inline-block;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 3rem;
}

.mission_item:last-child {
    margin-bottom: 0;
}

.mission_icon i {
    font-size: 2.25rem;
    color: #31AFB4;
}

.mission_title {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 7px;
}

.mission_text, .mission_link {
    margin-top: 17px;
}

.mission_item:nth-last-of-type(n+2) {
    /*border-right: 1px solid #31AFB4;*/
}

@media only screen and (min-width : 768px) {
    .mission_item {
        width: 50%;
    }

    .mission_item:nth-last-of-type(-n+2) {
        margin-bottom: 0;
    }
}

@media only screen and (min-width : 1200px) {
    /*mission*/
    .mission {
        background: #f2f2f2;
    }

    .mission_background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .mission_item {
        display: inline-block;
        width: 25%;
        padding-left: 70px;
        padding-right: 70px;
        margin-bottom: 0;
    }

    .mission_icon i {
        font-size: 2.25rem;
        color: #31AFB4;
    }

    .mission_title {
        font-size: 1.5rem;
        text-transform: uppercase;
        font-weight: 700;
        margin-top: 7px;
    }

    .mission_text, .mission_link {
        margin-top: 17px;
    }

    .mission_item:nth-last-of-type(n+2) {
        border-right: 1px solid #31AFB4;
    }
}


/*core-content*/
.core-content {
    overflow: auto;
    background: #f2f2f2;
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.core-content a {
    color: #FF9900;
}

.core-content .btn-outline-primary a:hover {
    color: white;
}

.core-content:nth-child(even) {
    background-color: #1F3536;
    color: white;
}

.core-content:nth-child(even) a {
    color: #FF9900;
}

.core-content:nth-child(even) .btn-outline-primary a {
    color: white;
}

.core-content:nth-child(even) .btn-outline-primary {
    color: white;
    border-color: white;
}

.core-content:nth-of-type(2) hr {
    border-top: 1px solid white;
}

.core-content .core-title {
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-family: 'Playfair Display', serif;
}

.core-content h2 {
    font-size: 1.75rem;
}

.core-content h3 {
    font-size: 1.375rem;
    margin-bottom: .5rem;
}
/*.core-content ul{
    list-style:none;
    padding-left:0;
    padding-bottom:1rem;
}*/
.core-content h3 + ul {
    margin-top: -.5rem;
}

.core-content blockquote {
    font-size: .75rem;
}

.core-content .elder {
    margin-bottom: 2rem;
}

.core-content .elder:last-of-type {
    margin-bottom: auto;
}

.img-left {
    margin-right: 15px;
    margin-bottom: 15px;
}

.img-right {
    margin-left: 15px;
    margin-bottom: 15px;
}

@media only screen and (max-width : 576px) {
    .img-left, .img-right {
        float: none !important;
        margin-left: 0;
        margin-right: 0;
        display: block;
    }
}



.core-content h2.section-title {
    text-transform: uppercase;
}



/*bible verse*/
.bible-verse {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.bible-verse .display-3 {
    font-size: 1.5rem;
}

.bible-verse .display-4 {
    font-size: 1rem;
    margin-bottom: 0;
}

@media only screen and (min-width : 768px) {
    .bible-verse .display-3 {
        font-size: 3.5rem;
    }

    .bible-verse .display-4 {
        font-size: 2.5rem;
    }
}

@media only screen and (min-width : 992px) {
    .bible-verse .display-3 {
        font-size: 3.5rem;
    }

    .bible-verse .display-4 {
        font-size: 3.5rem;
    }
}

/*footer*/
#footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #1f1f1f;
    color: white;
}

#footer p {
    font-size: 0.875rem;
}

.social-links a {
    color: white;
    font-size: 1.5rem;
}

@media only screen and (min-width : 768px) {


    #footer p {
        font-size: 1rem;
    }

    .social-links a {
        color: white;
        font-size: 2.5rem;
    }
}


/*map*/
#the-map {
    width: 100%;
    height: 400px;
}


/*sermons*/
.wrapperAudio {
    background-color: white;
    padding: 15px;
    margin-bottom: 20px;
}

.wrapperAudio h3 {
    margin-bottom: 20px;
    margin-top: 0;
}

.talk-description {
    margin-bottom: 20px;
}

audio {
    width: 100%;
}




@media only screen and (min-width : 768px) {
}


@media only screen and (min-width : 992px) {
}


@media only screen and (min-width : 1200px) {
}
