/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}
/*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{ display:block; padding: 30px; text-align:center;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 10%;}
#gallery {padding: 2% 5%; background: #eff0f1; flex-basis: 100%; max-width: 100%;}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {
    margin: -2% 20px 10px;
}
.hero {max-width: 100%;}
.ctab, .ctab:visited, .ctab:hover {
    background: #b81237;
    text-align: center;
    margin: 20px auto;
    text-decoration: none!important;
    color: #fff;
    padding: 20px;
    font-weight: bold;
    width: 300px;
    display: inline-block;
}
.tq {text-align:center; padding: 10px; margin: 20px auto; font-size: 1.3em; color: #b81237; font-weight:bold; border-bottom: solid 1px; border-top: solid 1px;}

.link, .link:visited, .link:hover {
color: #fff;
    background: #b81237;
    padding: 5px;
    margin: 15px auto;
    text-align: center;
    display: block;
    width: 300px;
}
.soc, .soc:visited, .soc:hover {
   color: #fff;
    background: #b81237;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.3em;
    width: 40px;
}

h1 {text-align:center; font-size: 2rem;}
h2 {text-align:center; font-size: 1.7rem; margin: 20px 0px 40px;}

@media only screen and (max-width: 768px) {
.ctab {
    display: block;

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