/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
    background-color: white;
}
table td { font-size: 90%; }
.img-right {
    float: right;
    width: 40%;
    max-width: 100%;
    margin: 0px 0px 20px 40px;
}

#txt a, #txt a:visited {
    color: #ffe100;
}

#txt table {
    width: 100%;
    max-width: 100%;
    margin: 20px auto;
}

#txt td {
    padding: 10px;
}

#txt tr:nth-child(odd) {
    background: #b50029;
}

body { background: #cc2647; color: #fff; } 
.logo {
    margin: 8px 20px;
}

/*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 {
    background: #e2272f;
    display: block;
    padding: 30px;
    text-align: center;
}

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

#txt {
    padding: 2% 10%;
}

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

#gallery {
    padding: 2% 5%;
    width: 100%;
    background: #B50029; /* url('images/banner-bg.png') center no-repeat;
    background-size: cover; */
    border-top: 3px solid #cc2647; 
    border-bottom: 3px solid #cc2647; 

}

#gallery h2 {
    display: none;
}

.card-body {
    display: none;
}

.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}

.hero {
    max-width: 100%;
}

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

.link, .link:visited, .link:hover {
    color: #fff;
    font-weight: bold;
    display: block;
    font-size: 150%;
    margin: 10px;
}

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

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

h1 {
    text-align: center;
    font-size: 2rem;
    color: #fff; /* #e2272f; */
    font-weight: bold;
}

h2 { 
    color: #fff;
    text-align: center;
    font-size: 1.7rem;
    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) {

table td { white-space: normal; }
    .ctab {
        display: block;
    }

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

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

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