@import url('https://fonts.googleapis.com/css2?family=GFS+Didot&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap')

/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: #123c5f;    display: block;
    text-align: center;
    margin: 10px auto;
}

img {
    max-width: 100%;
}

.gallery-inline img {
    width: 100%;
    max-width: 100%;
}

.content-flex-center {
    margin: auto!important;
    width: 100%;
}

.card-columns .mt-5 {
    margin-top: 0px!important;
    margin-bottom: 20px;
}



#hero-plus-hero .card-body {
    display: none;
}

#hero-plus-header {
    display: block;
    background: #123c5f;
    padding-bottom: 5px;    text-align: center;
}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}

#hero-plus-hero .vid-inline, #hero-plus-hero .ext-inline {
    padding: 0px;
}

#hero-plus-hero .card {
    border: 0px;
}

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









/* Structure */

#logo-div {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

#ctab-div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.press-release-body-div {
    padding: 0px 120px;
}

#hero-plus-body {

}

#footer {
    width: 100%;
    color: #dddddd;
    text-align: center;
    border-top: 10px solid #d1a32c;
    padding: 50px 120px 30px 120px;
    margin: 30px auto 0;
}

#hero-plus-footer {
    text-align: center;
    padding-bottom: 10px;
}

#translations-div {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}

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

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

.left .card-body, .right .card-body {
    display: none;
}












/* Design Elements */

body {
    background: #123c5f;
    color: #dddddd;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 20px;
}


h1 {
    font-family: 'Didot';
    font-size: 38px;
    font-weight: bold;
    color: #d1a32c;
    text-align: center;
    margin: 30px auto 30px auto;
}

h2 {
    color: #dddddd;
    font-family: 'Didot';
    font-size: 33px;
    text-align: left;
    font-style: italic;
    text-align: center;
    margin: 20px auto 40px auto;
}

.ctab, .ctab:visited, .ctab:hover {
    background: rgb(100 80 40);
    text-align: center;
    margin: 10px auto;
    text-decoration: none !important;
    color: #fff;
    padding: 20px;
    border: 3px dotted #d1a32c;
    border-radius: 200px;
    font-weight: bold;
    display: block;
    width: 700px;
}
.ctab-mobile, .ctab-mobile:visited {
    display: none;
}
.hero {max-width: 100%;}

.ctab i, .ctab-mobile i {
    display: inline-block;
    padding-left: 10px;
    position: relative;
    top: 1px;
}

.tweet {
    display: block;
    float: right;
    width: 40%;
    background: #332e20;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 133%;
    font-style: italic;
    margin: 0px 0px 20px 40px;
}

.social-icons {
    display: block;
    width: 100%;
    margin: 20px auto 35px auto;
}

.social-link, .social-link:visited {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 34px;
    text-align: center;
    transition: 0.3s all ease-in-out;
    padding: 0px;
    margin: 5px 10px;
}

.social-link:hover {
    color: #dddddd;
    text-decoration: none;
}

.footer-link, .footer-link:visited {
    display: inline-block;
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    transition: 0.2s all ease-in-out;
    margin: 0px auto;
}

.footer-link:hover, .footer-link:active, .footer-link:focus {
    color: #dddddd;
    text-decoration: none;
}

.translation-link, .translation-link:visited {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    transition: 0.3s all ease-in-out;
    margin: 5px;
}

.translation-link:hover, .translation-link:active, .translation-link:focus {
    color: #dddddd;
    text-decoration: none;
}

.gallery-inline {
    display: inline-block;
    clear: both !important;
    /* background: #ff0000; */
    padding-top: 20px;
    padding: 25px 10vw 0px 10vw;
    margin: 15px auto 35px auto;
}

.gallery-inline img {
    box-shadow: 0px 0px 5px -2px #dddddd;
    transition: 0.3s all ease-in-out;
}

.gallery-inline img:hover {
    transform: scale(1.01);
    box-shadow: 0px 0px 8px -2px #dddddd;
}

.gallery-inline h2 {
    display: none;
}





/* Classic Gallery */

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




/* Masonry Gallery */





/* Cards Gallery */

/* Number of Assets per row */
@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        padding-bottom: 10px;
    }
}

.card-columns .card {
    margin-bottom: 25px;
}

.card-text {
    display: none;
}

.card-body {
    padding-bottom: 5px;
    background: #3F51B5;
    color: #ffffff;
}





/* Carousel Gallery */

.carousel {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #111111;
    outline: 4px solid #111111;
}









/* Custom CSS */


#logo-div img {
    margin: 18px 12px;
}


.press-release-body-div .exit-link, .press-release-body-div .exit-link:visited {
    color: #d1a32c;
}

.press-release-body-div .exit-link:hover, .press-release-body-div .exit-link:active, .press-release-body-div .exit-link:focus {
    color: #d1a32c;
}

#press-release-div li {
    margin: 10px auto;
}

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

#footer h3 {
    color: #ffffff;
    font-weight: bold;
}

.footer-link img {
    max-width: 250px;
}




/* Sidebar Stuff */
#press-release-div {
    /*width: 62%*/
}

#sidebar-div {
    width: 35%;
    padding-left: 10px;
}

#sidebar-2 {
    background: #dddddd;
    text-align: center;
    padding: 20px 20px 40px 20px;
}

#sidebar-2 h3 {
    color: #775990;
}

#sidebar-2 .img-inline, #sidebar-2 .vid-inline {
    margin: 30px auto 0px auto;
}

#sidebar-2 .card-body {
    padding: 20px 0px;
}

#sidebar-2 .card-title {
    font-size: 19px;
    margin-bottom: 0px;
}

#sidebar-2 .card-text {
    display: none;
}

.sidebar-link, .sidebar-link:visited {
    display: block;
    font-weight: bold;
    color: #ffffff;
    font-size: 22px;
    transition: 0.3s all ease-in-out;
    margin: 20px auto;
}

.sidebar-link:hover, .sidebar-link:active, .sidebar-link:focus {
    color: #ff0000;
    text-decoration: none;
}








/* Media Queries */
@media only screen and (max-width: 1124px) {
    .ctab-mobile, .ctab-mobile:visited {
   .ctab-mobile:hover
    background: rgb(100 80 40);
    text-align: center;
    margin: 10px;
    text-decoration: none !important;
    color: #ffffff !important;
    padding: 20px;
    border: 3px dotted #d1a32c;
    border-radius: 200px;
    font-weight: bold;
    }
}

@media only screen and (max-width: 991px) {
    #sidebar-div, #press-release-div {
        width: 100%;
    }

    #sidebar-div {
        padding-left: 0px;
    }
}


@media only screen and (max-width: 767px) {
    .press-release-body-div {
        padding: 0px 30px;
    }

    .gallery-inline {
        margin-top: 0px;
        margin-bottom: 60px;
    }

    .social-link, .social-link:visited {
        margin: 10px 15px;
        display: inline-block;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 24px;
    }

    .left, .right {
        width: 100%;
        float: none;
        margin: 0px auto 40px auto;
    }

    .tweet {
        width: 100%;
        max-width: 100%;
        float: none;
        margin: 40px auto 40px auto;
    }

    #logo-div {
        width: 100%;
        display: block;
        text-align: center;
    }

    #logo-div img {
        margin: 10px auto;
    }

a.ctab, .ctab:visited, .ctab:hover {
    width: 100%;
    display: inline-block;
}



    .press-release-body-div {
        padding-bottom: 40px;
    }

    #hero-plus-footer .col-sm-6 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
        text-align: center;
        padding: 0px;
        margin: 30px auto 10px auto;
    }

    #footer {
        padding: 30px 30px 0px 30px;
        margin-top: 30px;
    }

    .play-overlay {
        font-size: 20vw;
    }
}