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



.imgspace{padding:0% 6%; margin-bottom:30px;}

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

h3{font-size:24px; margin-bottom:30px;}
#hero-plus-footer .ftctab {
    display: block;
    margin: 20px auto;
    text-align: center;
}
@media only screen and (max-width: 768px) {
.ctab {
    display: block;

}
.logo {
    margin: 20px auto;
    display: block;
}
#txt .img-inline {
    max-width: 100%;
    flex-basis: 100%;
    text-align: center;
    margin: 10px auto;
}
.ctab {
    width: auto !important;
}
}