/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}
/*Header Box*/
#hero-plus-header {  
}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body {
font-size: 18px; }
/*Footer Box*/
#hero-plus-footer{ display:block; padding: 20px; text-align:center; background: #000;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
.logo {
    margin: 25px 0px 0px 20px;
}
#footer-hero-plus .logo {margin: 20px auto; display:block; }
.hero {max-width: 100%;}
#txt {padding: 2% 10%;}
.side {float: right !Important; width: 35%; margin: 1%;}
.soc, .soc:visited, .soc:hover {color: #eec52b; padding: 10px; margin: 10px; display:inline-block;}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    display: none;
}
.tq { text-align:center; font-weight:bold; margin: 20px auto;
    font-size: 1.3em;
    padding: 10px 0px;
}
.h1, h1 { text-align:center;
    font-size: 2.2rem;
}
h2 {text-align:center; margin: 20px 0px 40px;}
.ctab, .ctab:visited, .ctab:hover {
    background: #eec52b;
    margin: 30px;
    padding: 30px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {

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

#hero-plus-header {
    display: block;
}
.logo {
    margin: 0px auto;
    display: block;
}

.ctab {
    max-width: 100%;
    display: block;
    text-align: center;
}
.h1, h1 {
    font-size: 35px;
}

.h2, h2 {
    font-size: 30px;
}
}