@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&display=swap');

/* sticky header background, in case option is checked */

.sticky-top > #hero-plus-header {
    background-color: white;
}

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

li {
    padding-top: 0px;
}

#logoblock .showblack {
    display: block;
}

#logoblock:hover .showyellow {
    display : block;
}

h3 {
    color: #fff;
    font-size: 169%;
    padding: 11px 0;
    letter-spacing: -1px;
    font-weight: bold;
}

.gallery {
    padding: 2% 6%;
    background-color: #00b0b9;
}

#logoblock:hover .showblack {
    display : none;
}

.smallref {
    font-size: 85%;
}

.lang {
    margin: auto;
    text-align: center;
    font-size: 1.2em;
    margin-top: 1em;
    margin-bottom: 1em;
}

ol li {
    margin-left: -5px;
}

img {
    vertical-align: top;
}

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

li {
    padding-top: 0px;
}

.logo {
    margin: 10px 15px;
    width: 270px;
}

.logo1 {
    width: 225px;
    margin: 10px;
}

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

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

/*Body Box*/
#hero-plus-body {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.tq {
    float: right;
    color: #fff;
    background: #8c0014;
    border-radius: 4px;
    width: 40%;
    max-width: 100%;
    text-align: left;
    margin: 10px;
    padding: 2em;
    font-size: 120%;
}

strong {
    color: #000;
}

/*Footer Box*/
#hero-plus-footer {
    display: block;
    padding: 30px;
    text-align: center;
    background-color: #8c0014;
    font-family: 'Open Sans', sans-serif;
}

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

#txt {
    padding: 2% 10%;
}

#gallery {
    padding: 4% 5%;
    background: #f4f4f4;
    margin-bottom: 40px;
}

#gallery h2 {
    display: none;
}

.card-body {
    background: #fdbc19;
    color: #000;
    display: none;
}

.soc2 {
    padding: 10px;
    margin: 8px 7px;
    color: #8c0014!important;
    display: inline-block;
    background: #fff;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    font-size: 117%;
}

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

.card-title {
    margin-bottom: 0rem;
    font-size: 1rem;
}

.card-text {
    display: none;
}

.hero {
    max-width: 100%;
}

.ctab, .ctab:visited, .ctab:focus {
    clear: both;
    padding: 15px 5px 14px;
    font-size: 120%;
    display: inline-block;
    text-align: center;
    margin: 15px auto;
    background-color: #8c0014;
    color: #ffffff;
    border-radius: 1px;
    max-width: 100%;
    text-decoration: none;
    line-height: 108%;
    box-shadow: 0 1px 33px -13px #333;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    margin-bottom: 25px;
    font-weight: 300;
    width: 300px;
    text-transform: none;
}

.ctab:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: 0 1px 33px -5px #333;
}

.link, .link:visited {
    font-family: 'Open Sans', sans-serif;
    background: none;
    text-align: center;
    margin: 10px auto;
    text-decoration: none!important;
    color: #fff;
    padding: 12px;
    font-weight: 300;
    font-size: 200%;
    display: block;
    line-height: 120%;
    width: 300px;
}

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

.link:hover {
    box-shadow: 0 0 0 transparent;
    color: #000;
}

.soc:hover {
    background: #00b0b9;
    color: #fff;
}

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

h1 {
    text-align: center;
    font-size: 1.7rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 1em;
    color: #8c0014;
    margin-bottom: 1em;
}

h2 {
    text-align: center;
    font-size: 1.25rem;
    color: #4A555C;
    margin: 20px 0px 40px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .col-lg-3 {
        -ms-flex: 0 0 33%!important;
        flex: 0 0 33%!important;
        max-width: 33%!important;
    }
}

@media only screen and (max-width: 768px) {
    .rightvid {
        float: none;
        width: 100%;
        margin: 0;
    }

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

    .ctab {
        margin: auto;
        width: 90%;
        display: block;
    }

    .logo {
        margin: 0px auto;
        display: block;
        width: 190px;
    }

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

    h1 {
        text-align: center;
        font-size: 1.4rem;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        margin-bottom: 1em;
        color: margin-bottom:1em;
    }

    .tq {
        float: right;
        color: #fff;
        background: #165c7d;
        border-radius: 4px;
        width: 100%;
        max-width: 100%;
        text-align: left;
        margin: 0px;
        padding: 1em;
        font-size: 110%;
    }
}