@import url('https://fonts.googleapis.com/css2?family=Alike&family=Oswald:wght@400;700&display=swap');

/* Template Base */

#lang {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0px auto 40px 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 {
    display: block!important;
    flex: none;
}

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

.powered-container {
    position: fixed;
}

#hero-plus-header {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    z-index: 500;
    margin: auto;
}

#hero-plus-hero .img-inline {
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
}

#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 {
    display: inline-block;
    vertical-align: middle;
}

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

.press-release-body-div {
    padding: 3% 5%;
background-color: rgba(255, 255, 255, 0.75);}

#hero-plus-body {
    z-index: 2;
    position: relative;
}

#footer {
    width: 100%;
    background: #a3343a;
    color: #fff;
    text-align: center;
    padding: 50px 120px 30px 120px;
    margin: 60px 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: 20%;
    float: right;
    max-width: 100%;
    margin: 0px 0px 40px 40px;
}

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












/* Design Elements */

body {
    background: url('images/DonJulio-Background.jpg')no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Alike', serif;
    font-size: 20px;
    color: #000000;
}

.sticky-top {
    background: #a3343a;
    z-index: 500;
    -moz-box-shadow: 0 0 6px -1px;
    -webkit-box-shadow: 0 0 6px -1px;
    box-shadow: 0 0 6px -1px;
}

h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 34px;
    font-weight: bold;
    color: #a3343a;
    text-align: center;
    margin: 30px auto 30px auto;
}

strong{
 color: #a3343a;}

h2 {
    color: #000000;
    font-size: 26px;
    text-align: left;
    font-style: italic;
    text-align: center;
    margin: 20px auto 40px auto;
}

.ctab, .ctab:visited {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background: #000000;
    background-clip: padding-box;
    color: #ffffff;
    padding: 15px 5px;
    font-size: 115%;
    font-weight: bold;
    display: block;
    text-align: center;
    text-decoration: none;
    max-width: 100%;
    transition: 0.3s all ease-in-out;
    margin: 20px 0px 20px auto;
}

.ctab-mobile, .ctab-mobile:visited {
    display: none;
    background: #000000;
    color: #ffffff;
    max-width: 100%;
}

.ctab:hover, .ctab-mobile:hover .ctab:active, .ctab-mobile:active .ctab:focus, .ctab-mobile:focus {
    color: #ffffff;
    background: #000;
    text-decoration: none;
}

.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: #a3343a;
    padding-top: 20px;
    padding: 25px 5vw 0px 5vw;
    /* margin: 35px auto 35px auto; */
}

.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 {
  
}

.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 {
    width: 150px;
    margin: 15px 12px;
}
a {text-decoration:underline;}

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

.press-release-body-div .exit-link:hover, .press-release-body-div .exit-link:active, .press-release-body-div .exit-link:focus {
}



.play-overlay {
    background: rgba(0,0,0,0.2);
    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 {
margin:2% 11%;
}

#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-div, .ctab, .ctab:visited {
        display: none;
    }

    .ctab-mobile, .ctab-mobile:visited {
        display: inline-block;
        margin: 0px auto 40px auto;
        max-width: 100%;
        width: 100%;
    }
}

@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 {
        display: block;
        width: 70%;
        float: none;
        text-align: center;
        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;
    }

    .ctab, .ctab:visited {
        display: none;
    }

    .ctab-mobile, .ctab-mobile:visited {
        display: inline-block;
        margin: 0px auto 40px auto;
        max-width: 100%;
        width: 100%;
    }

    .press-release-body-div {
        padding-top: 40px;
        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 70px 30px;
        margin-top: 30px;
    }

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









/* End Gallery Asset Width Percentage */
/* Adjustments for the Share Bar in Mobile View */
@media (max-width: 767px) {
    #share-floating-bar {
        width: 100%;
        text-align: center;
        background: #1d1f22;
        padding: 10px 0px 0px 0px;
        margin-bottom: -3px;
        bottom: 0;
        right: 0;
    }

#press-release-div {
    margin: 2% 1%;
}
}