/* sticky header background, in case option is checked */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,900;1,400;1,900&display=swap');

.top-video {
    width: 45%;
    float: right;
    max-width: 100%;
    margin: 0px 0px 40px 40px;
}

.top-video .card-body {
    display: none;
}

.play-overlay {
    background: rgba(0,0,0,0.6);
    text-align: center;
    color: #ffffff;
    transition: 0.3s all ease-in-out;
}

.sticky-top > #hero-plus-header {
    background-color: #fff;
}

/* Gallery Asset Width Percentage (4 Assets Across = 25%, 3 = 33.3333333%, etc.) */
@media (min-width: 768px) {
    .col-lg-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/*Header Box*/
#hero-plus-header {
    font-family: 'Roboto', sans-serif;
}

.card-body {
    display: none;
}

#gallery {
    background: #00778B;
    padding: 2% 10% 3%;
    margin-bottom: 15px;
    padding-top: 30px;
}

.soc, .soc:visited {
    font-size: 120%;
    color: #fff;
    border-radius: 40px;
    width: 30px;
    display: inline-block;
    margin: 10px;
}

.soc:hover {
    font-size: 120%;
    color: #6CACE4;
    border-radius: 40px;
    width: 30px;
    display: inline-block;
    margin: 10px;
}

.link, .link:visited {
    font-size: 24px;
    display: block;
    color: #6CACE4;
    !important; text-transform: none;
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 24px;
    font-weight: 900;
}

.link:hover {
    font-size: 24px;
    display: block;
    color: #fff !important;
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 24px;
    font-weight: 900;
}

.ctab, .ctab:visited {
    background: #00778B;
    color: #ffffff!important;
    padding: 15px;
    font-size: 126%;
    font-weight: 700;
    display: block;
    text-align: center;
    margin: 15px;
    border-radius: 2px;
    text-decoration: none !important;
    line-height: 108%;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.38);
}

.ctab:hover {
    background: #6E6259;
    color: #fff!important;
    padding: 15px;
    font-size: 126%;
    font-weight: 700;
    display: block;
    text-align: center;
    margin: 15px;
    border-radius: 2px;
    text-decoration: none !important;
    line-height: 108%;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.18);
}

.gal-head {
    width: 100%;
    max-width: 100%;
    padding: 10px 0px 20px 0px;
    text-align: center;
}

.logo {
    width: 200px;
    margin: 10px 20px;
}

.logo2 {
    width: 230px;
    margin: 10px 20px;
}

.h1, h1 {
    font-size: 42px;
    text-align: center;
    margin: 20px 0px 20px;
    font-weight: 900;
    color: #00778B;
}

.h2, h2 {
    color: #6E6259;
    font-size: 38px;
    text-align: center;
    margin: 20px 0px 40px;
}

.flex-away {
    padding: 2% 10%;
    width: 100%;
    max-width: 100%;
}

.tweet {
    float: right;
    font-size: 128%;
    width: 369px;
    max-width: 100%;
    padding: 35px 33px;
    margin: 1% 0% 2% 4%;
    line-height: 133%;
    color: #4e4470;
    text-align: center;
    background: #cac8e4;
    font-weight: 900;
}

.lightbox > .img-fluid {
    max-height: 100%!important;
}

#gallery h2 {
    display: none;
}

.icons, .icons:visited, .icons:focus {
    padding: 10px;
    margin: 8px 3px;
    width: 45px;
    height: 50px;
    display: inline-block;
    font-size: 90%;
    text-align: center;
    color: #fff;
}

#gallery h3 {
    color: #fff;
    font-size: 130%;
    padding: 7px 0;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-style: normal;
    font-weight: 900;
    display: inline-block;
}

.hero {
    max-width: 100%;
}

/*Hero Box*/
#hero-plus-hero {
    align-items: start;
}

/*Body B
ox*/
#hero-plus-body {
    color: #6e6259;
    font-family: 'Roboto', sans-serif;
}

/*Footer Box*/
#hero-plus-footer {
    font-family: 'Roboto', sans-serif;
    background: #6E6259;
    color: #fff;
    text-align: center;
}

/* Control carousel arrow*/
.carousel-gallery-arrow {
}

@media only screen and (max-width: 768px) {
    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .top-video {
        width: 100%;
        float: none;
        margin: 0px auto 40px auto;
    }

    .col-md-3, .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0% 3%;
    }

    .h1, h1 {
        font-size: 1.5rem;
    }

    #hero-plus-header {
        padding-bottom: 10px;
        display: block;
    }

    .logo {
        width: 140px;
        margin: 7px auto;
        text-align: center;
        display: inline-block;
    }

    .logo2 {
        width: 165px;
        margin: 7px auto;
        text-align: center;
        display: inline-block;
    }

    .tweet {
        float: none;
        text-align: center;
        margin: 20px auto;
        width: 100%;
        margin: 1% 0% 2% 0%;
    }

    h2 {
        font-size: 24px;
    }
}