/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}
/*Header Box*/
#hero-plus-header {  
}
.card-text {display:none;}
#gallery h2 {display:none;}
#gallery {background: #ebebeb ;}
#txt, #gallery {padding: 2% 10%}
.logo {margin: 20px;}
.hero {max-width: 100%;}
/*Hero Box*/
#hero-plus-hero {align-items: start;
}
/*Body Box*/
#hero-plus-body { font-size:18px;
}
/*Footer Box*/
#hero-plus-footer {
    text-align: center;
    padding: 50px;
    display: block;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
.ctab, .ctab:visited, .ctab:hover {
    padding: 25px;
    margin: 36px;
    background: red;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    text-decoration: none !important;
}
h1, h2 {text-align:center;}
h1 {font-size: 2rem; margin: 20px 0px}
h2 {font-size: 1.8rem; margin: 20px 0px 40px;}
.h5, h5 {
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    background: #80be41;
}
.sfeed {
    float: right !important;
    width: 40%;
    margin: 1%;
}
.soc, .soc:visited, .soc:hover {
    display: inline;
    color: #00703c;
    padding: 10px;
    margin: 20px;
}

.tq {
    text-align: center;
    font-size: 1.3em;
    background-color: green;
    color: #ffffff;
    font-weight: bold;
    padding: 15px;
    margin: 20px auto;
}

@media only screen and (max-width: 768px) {
.sfeed {
    float: none;
    width: 100%;
    margin: 20px auto;
}
.foot {
    display: block;
    margin: 20px auto;
}
}