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

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

.txt-und {
    border-bottom: 1px solid #000;
}

.card {
    width: 40%;
    float: right;
    margin: 10px;
}

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

td {
    padding: 5px;
}

table {
    margin-bottom: 1rem;
}

img {
    vertical-align: top;
}

.share-floating-bar-pinterest {
    display: none !important;
}

.rightvid {
    float: right;
    width: 45%;
    margin: 3%;
}

.txt-logo {
    text-align: center;
    margin: 0px auto 10px;
}

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

.logo {
    width: 200px;
    margin: 10px;
}

.logo1 {
    display: block;
    width: 200px;
    margin: 10px auto;
}

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

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

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

.tq {
    float: right;
    color: #000;
    background: #d1d3d4;
    border-bottom: 4px solid #fdbc19;
    width: 40%;
    max-width: 100%;
    text-align: center;
    margin: 10px;
    padding: 2em;
    font-weight: bold;
    font-size: 125%;
}

strong {
    color: #000;
}

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

#hero-plus-footer .link {
    color: #553e94 !important;
    font-weight: bold;
    font-size: 28px;
}

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

#txt {
    padding: 2% 10%;
}

#gallery {
    padding: 4% 5%;
    background-color: #cfecf8;
    margin-bottom: 40px;
    width: 100%;
}

#gallery h2 {
    display: none;
}

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

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

.card-text {
    display: none;
}

.logo {
    margin: 10px 20px;
}

.hero {
    max-width: 100%;
}

.ctab, .ctab:visited {
    width: 300px;
    font-family: 'Open Sans', sans-serif;
    background: #de0298;
    text-align: center;
    margin: 25px;
    text-decoration: none!important;
    color: #fff;
    padding: 15px;
    font-weight: normal;
    font-size: 115%;
    display: inline-block;
    line-height: 120%;
    border-radius: 5px;
}

.ctab:hover {
    opacity: 0.8;
    color: #fff;
    text-decoration: none!important;
}

.soc, .soc:visited, .soc:hover {
    color: #553e94;
    padding: 10px;
    margin: 15px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.soc:hover {
    color: #553e94;
}

.soc1, .soc1:visited, .soc1:hover {
    color: #553e94;
    padding: 0px;
    margin: 15px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.tt {
    width: 35px;
}

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

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

h2 {
    text-align: left;
    font-weight: normal;
    font-size: 1.25rem;
    font-style: italic;
    margin: 20px 0px 40px;
    color: #000;
}

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

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

    .ctab {
        display: block;
    }

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

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

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