@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,900;1,400;1,900&display=swap');
.logocenter { text-align: right; }
#audline { float: right; width: 300px; margin-left: 2%; }
#audline .card-body { display: none; }
#toggle { padding: 10px; }
.langlink { font-size: 1.3em; }
html, body {  overflow-x:hidden; }
#footbar .fab, .fas { margin: 10px; }
#footbar { margin: auto; }
.top-video {
    width: 45%;
    float: right;
    max-width: 100%;
    margin: 0px 0px 40px 40px;
}
#footbar .foot-links a { color: green; font-size: 1.3em; text-align: center; margin: auto; }

/* .adtw { margin-top: -8px; } */
.cd-md-6 {
    display: inline-block;
    width: 50%;
}

b, strong {
    font-weight: bolder;
    color: #0d2354;
}

.right {
    width: 35%;
    float: right;
    margin: 2.5%;
}

#gallery-title-uuid {
    display: none;
}

.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    padding: 3%;
}

.card-title {
    font-size: 15px;
    text-align: left;
    margin-bottom: 0px;
}

.card-body {
    padding: .5rem .75rem;
    height: 90px;
    line-height: 110%;
}

.card-text {
    display: none;
}

#maingal h2 {
    display: none;
}

#maingal {
    background: #eee;
    auto; width: 100%;
    padding: 30px 10%;
}

#invid {
    width: 35%;
    float: right;
    margin-left: 2%;
    margin-bottom: 2%;
}

p {
    font-family: 'Lato', sans-serif;
    font-size: 19px;
}

li {
    font-size: 19px;
}

a {
    color: #87417C;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.logo {
    margin: 10px;
    width: 75px;
}
.femalogo { margin-top: 15px; }

.col-md-4 { float: left; }

.logo2 {
    margin: 10px;
    width: 180px;
}

.hero {
    max-width: 100%;
}


/*Header Box*/
#hero-plus-header {
    display: block;
    position: fixed;
    z-index: 1;
    width: 100%;
    background: #fff;
    webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}

/*Hero Box*/
#hero-plus-hero {
    align-items: start;
    display: block!important;
    flex: none;
}


#hero-plus-hero img {
    width: 100%;
    max-width: 100%;
    margin-top: -20px;
}

/*Body Box*/
#hero-plus-body {
    font-family: 'Lato', sans-serif;
}

.click-tweet {
    color: #fff;
    width: 74%;
    margin-left: 13%;
    margin-top: -40px;
    border-radius: 10px;
    letter-spacing: 1.25px;
    float: right !important;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    padding: 30px;
    text-align: center;
    font-size: 1.75em;
    background: #0064ff;
}

#footbar .link {
    color: #0064ff;
    font-weight: 900;
    font-size: 200%;
    letter-spacing: 1px;
    display: block;
    line-height: 115%;
}

.gallery-inline {
    background: #0d2354;
    padding-bottom: 30px;
}
  .txt {
        padding: 2% 10%;
    }

.link:hover {
    color: #fff;
    text-transform: none;
}

.socbar { text-align: center; margin: auto; padding: 5px; }

#footbar .icons {
    padding: 5px;
    margin: 10px;
    height: 40px;
    width: 40px;
    color: #fff!important;
    display: inline-block;
}

.soc:hover {
    color: #0056b3;
}

h1, h2, h3, h4, h5, h6 {
    text-align: center;
    font-family: 'Lato', sans-serif;
    color: #0d2354;
}

h1 {
    font-weight: 900;
}

h2 {
    font-size: 1.5rem;
    font-style: italic;
    padding: 20px 0px 5px;
    font-weight: 900;
    color: #0056b3;
}

#gal { 
background: #549434; 
padding: 20px;
border-top: #005288; 
border-bottom: #005288; 
}

#gallery {
    background: #549434;
    padding: 20px 5%;
}

#toggle { text-align: center; margin: auto; }
.ctab, .ctab:visited {
    float: right;
    text-decoration: none !important;
    font-size: 140%;
    font-weight: 900;
    display: block;
    margin: 20px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    color: #0d2354;
    background: #549534;
    border-radius: 3rem;
    padding: 15px 23px;
}

.ctab:hover {
    background: #333;
    color: #eee;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
    color: #fff;
    background: #0d2354;
    border-color: #c4d600;
}

.ctab-mobile, .ctab-mobile:visited {
    display: none;
    max-width: 100%!important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}

/*Footer Box*/
#hero-plus-footer {
    background: #0d2354;
    padding: 50px;
    text-align: center;

}

@media only screen and (max-width: 980px) {
    #gallery .col-md-4 {
        max-width: 50%;
        flex-basis: 50%;
    }
}

@media only screen and (max-width: 768px) {
.logocenter { text-align: left; }
    .top-video {
        width: 100%;
        float: none;
        margin: 0px auto 40px auto;
    }

    .card-title {
        font-size: 17px;
        text-align: left;
        margin-bottom: 0px;
    }

    .card-body {
        padding: .5rem .75rem;
        height: 50px;
        line-height: 110%;
    }

    .container-fluid {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .cd-md-6 {
        display: block;
        width: 100%;
    }

    h1 {
        font-size: 160%;
        text-align: center;
        font-family: 'Lato', sans-serif;
        color: #0d2354;
        font-weight: 900;
    }

    #gallery .col-md-4 {
        max-width: 100%;
        flex-basis: 100%;
    }

    #hero-plus-header {
        display: block;
        margin: 0px auto;
    }

    .logo {
        margin: 10px auto;
        display: inline-block;
        width: 70px;
        margin-left: 10px;
    }

    logo2 {
        margin-left: 20px;
        width: 150px;
    }

  
    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        padding: 4%;
    }

    h2 {
        font-size: 1.25rem;
        padding: 20px 0px 40px;
        color: #0056b3;
    }

    .right {
        width: 35%;
        float: right;
        margin: 2.5%;
    }

    .click-tweet {
        color: #fff;
        width: 100%;
        margin-left: 0%;
        margin-top: 0px;
        border-radius: 10px;
        letter-spacing: 1px;
        float: right !important;
        font-family: 'Lato', sans-serif;
        font-weight: 900;
        padding: 25px;
        text-align: center;
        font-size: 1.15em;
        background: #0064ff;
    }

    .ctab {
        display: none;
        margin: 0px auto;
        font-size: 110%;
        padding: 8px;
        width: 100%;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 5px;
    }

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

.font-size-100 {
    font-weight: bolder;
    color: #0d2354;
}