/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
    background-color: white;
}

/*Header Box*/
#hero-plus-header {
    display: block;
}

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

/*Body Box*/
#hero-plus-body {
    font-size: 18px;
}

/*Footer Box*/
#hero-plus-footer {
    display: block;
    padding: 30px;
    text-align: center;
}

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

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

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

#txt {
    padding: 2% 10%;
}

#gallery {
    padding: 4% 5% 2%;
    background: #d11438;
    max-width: 100%;
    flex-basis: 100%;
}

#gallery h2 {
    display: none;
}

.card-body {
    display: none;
}

.logo {
    margin: 20px;
    width: 250px;
}

.hero {
    max-width: 100%;
}

.ctab, .ctab:visited, .ctab:hover {
    background: #71767a;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 20px;
    font-weight: bold;
}

.soc, .soc:visited, .soc:hover {
    color: #d11438;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

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

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

.side {
    float: right !Important;
    width: 35%;
    margin: 1%;
}

.side-left {
    float: left !Important;
    width: 35%;
    margin: 1%;
}

h1 {
    text-align: center;
    font-size: 2rem;
}

h2 {
    text-align: center;
    font-size: 1.25rem;
    margin: 20px 0px 40px;
}

#flags {
    padding: 10px;
    margin: 15px auto;
    text-align: center;
    padding: 10px;
}

.flag-icon {
    font-size: 1.5em;
    margin: 10px;
    vertical-align: middle;
}

#flags a {
    display: block;
    font-size: 0px;
}

.flag-icon::before {
    content: ''!important;
}

@media only screen and (max-width: 768px) {
    .ctab {
        display: block;
    }

    .logo {
        margin: 20px auto;
        display: block;
    }

    .side {
        float: none;
        width: 100%;
        margin: 20px auto;
    }

    .side-left {
        float: none;
        width: 100%;
        margin: 20px auto;
    }

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

    .col-lg-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-link, .footer-link:visited {
        display: block;
    }
}