/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
    background-color: #000;
}
.tiktok { vertical-align: bottom; }
.vidright { float: right; margin: 2%; width: 45%; }

h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
    padding: 2% 2% 2% 2%;
    font-weight: normal;
    font-style: italic;
    text-align: center;
}
.side {
    float: right !Important;
    margin: 1%;
    width: 40%;
}

.gallery-inline {
    padding-top: 15px;
}

.gallery-inline h2 {
    display: none;
}

.card-body {
    display: none;
}

#txt {
    padding: 2% 10%;
    font-size: 18px;
    line-height: 175%;
}

h1 {
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
    font-family: "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
}

.card-title {
    margin-bottom: .15rem;
    text-align: center;
    font-size: 1em;
}

.tq {
    background: #7029EC;
    width: 100%;
    text-align: center;
    font-style: italic;
    padding: 30px;
    margin: 20px auto;
    color: #fff;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
    border: 3px solid #FC4FB7; 
}

/*Header Box*/
#hero-plus-header {
    align-items: start;
    font-family: "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
}

/*Hero Box*/
#hero-plus-hero {
}

/*Body Box*/
#hero-plus-body a, #hero-plus-body a:active, #hero-plus-body a:link { color: #fff; font-weight: bold; }
#hero-plus-body a:hover { color: #fff; text-decoration: underline; }
#hero-plus-body {
    background: #B0BCFF; 
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
}

/*Footer Box*/
.soc:hover { color: #2A8738; }
.soc, .soc:visited {
    color: #fff;
    padding: 5px;
    margin: 10px;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
}

.link, .link:visited, .link:hover {
    color: #fff;
    display: block;
    margin: 5px auto;
    padding: 5px;
    font-size: 150%;
}

#hero-plus-footer {
    background: #000;
    text-align: center;
    padding: 20px 0;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
}

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

.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

#galry {
    padding: 10px 10%;
}

#galry h2 {
    display: none;
}

.logo {
    margin: 15px;
}

.hero {
    max-width: 100%;
}

.ctab {
    background: #7029EC;
    color: #fff!important;
    padding: 20px;
    font-size: 140%;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 230px;
    max-width: 100%;
    border-radius: 3px;
    margin: 25px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
}

.ctab:hover {
    background: #5B3DB2;
    color: #fff !important;
    text-decoration: none !important;
}

#gallery {
    padding: 2% 15%;
    background: #B0BCFF;
    border-top: 3px solid #00A69A; 
    border-bottom: 3px solid #00A69A; 
}

.card-container {
border: 3px solid #FF5B6F; 
}

@media only screen and (max-width: 768px) {
 .vidright { float: none; width: 100%; margin: 0; }
    #hero-plus-header {
        align-items: start;
        display: block;
    }

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

    .ctab {
        width: 100%;
        text-align: center;
        margin: 20px auto;
    }

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

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