/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

 @media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}

.article-addendum {
    color: red;
    margin-bottom: 0px !important;
    margin-top: 10px !important;
    text-transform: uppercase;
    display: block;
}

.page.article-addendum {
    margin-bottom: 15px !important;
}


/* End Navbar */

.click-video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.home-tagline {
    font-size: 18px !important;
}

#home-temple-a:hover {
    color: white !important;
}

/* Donate page */
.donate-img-header{
    margin-bottom: 25px;
    float: left;
}

.donate-img-header img{
    max-width: 100% !important;
    /*width: 100% !important;*/
}
.donate-img-header div{
    padding: 0;
}

.g-recaptcha {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.m-0 {
    margin: 0px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.b-0 {
    border: none !important;
}

.lh-15 {
    line-height: 15px !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}
