/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: #fff;
}
.col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.no-underline:hover {
    text-decoration: none;
}

.gallery-inline h2 {
    display: none;
}

.play-overlay {
    position: absolute;
    color: #927bed;
background-color: rgba(0,0,0,0.0); 
    font-size: 6em;
    top: 50%;
    left: 50%;
    text-decoration: none !important;
    bottom: 0;
    height: 1em;
    transform: translate(-50%, -50%);
}

.tq {     width: 33%;
    float: right;
    margin: 3%;
    background: #F9EAF0;
    padding: 4em;
    font-weight: bold;
    font-style: italic;
    margin-top: -30%;
    margin-left: 50px; }
.fa-tiktok:before {
    content: "\e07b";
}
.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
body { background: #F9EAF0; font-family: 'Helvetica Now', Helvetica, "Roboto";}
/*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{  padding: 30px; text-align:center;  display: block;
}


#hero-plus-footer .logo {
    display: block;
    margin: 0px auto;
    text-align: center;
}
/* Control carousel arrow*/
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #a153ad;
    text-align: center;
    opacity: .5;
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #a153ad;
}
#txt {padding: 2% 10%;}
#gallery {padding: 2% 25%; background: url('images/ng.jpg') top center no-repeat; background-size:cover;}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {margin: 20px; width: 10%; }
.hero {max-width: 100%;}
.ctab, .ctab:visited, .ctab:hover {
    background: #D5BBD9;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 20px;
    font-weight: bold;
}
.soc, .soc:visited, .soc:hover {
    color: #D5BBD9;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

h1 {text-align:center; font-size: 2rem; font-family: 'Pitch', 'Pitchsans':}
h2 {text-align:center;font-size: 1.7rem;margin: 20px 0px 30px;}

@media only screen and (max-width: 768px) {
.tq { width: 100%: margin: 0; margin-top: 0; padding: 0; margin-left: 0; float: none; }
.ctab {
    display: block;

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