/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
background: #fff;
}


.logo2{width:190px;}

.vid-inline {
    float: right;
    width: 35%;
    margin: 2%;
}
/*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{  background: url('images/bg.jpg') top center no-repeat; background-size:cover; display:block; padding: 30px; text-align:center;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 10%; font-size:17px;}
#gallery {width: 100%;max-width:100%;padding: 5% 25%; background: url('images/bg.jpg') top center no-repeat; background-size:cover;}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {margin: 5px 10px;}
.hero {max-width: 100%;}
.ctab, .ctab:visited, .ctab:hover {
    background: #d22030;
    text-align: center;
    margin: 0px 5px 0px 5px;
    text-decoration: none!important;
    color: #fff;
    padding: 20px;
    font-weight: bold;
    display: inline-block;
}
.soc, .soc:visited, .soc:hover {
    color: #d22030;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

h1 {text-align:center; font-size: 2rem;}
h2 {text-align:center; font-style: italic; font-size: 1.7rem; margin: 20px 0px 40px;}
.tq {
    text-align: center;
    padding: 15px;
    margin: 20px auto;
    border-top: solid #d22030;
    border-bottom: solid #d22030;
}
.link, .link:visited, .link:hover {
    color: #fff;
    background: #d22030;
    padding: 10px;
    margin: 20px auto;
    display: block;
    text-align: center;
    width: 225px;
    text-decoration: none !important;
}
@media only screen and (max-width: 768px) {
.ctab {
    display: block;

}
.vid-inline {float: none;margin: 20px auto; width: 100%;}
.logo {
    margin: 0px auto;
    text-align: center;
    display: block;
}
}