/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
 /*  background-color: white; */
    background: -webkit-linear-gradient( 
90deg
 , rgb(0, 83, 38), rgb(0, 58, 17));
    background: linear-gradient( 
90deg
 , rgb(0, 83, 38), rgb(0, 58, 17));
}

.col-lg-3 {
flex: 0 0 33.3333%;
max-width: 100%;
}
.lightbox > .img-fluid {
    max-height: 100%;
}

/*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: 6% 5% 5%;
    width: 100%;
    background: -webkit-linear-gradient(
90deg
, rgb(0, 83, 38), rgb(0, 58, 17));
    background: linear-gradient(
90deg
, rgb(0, 83, 38), rgb(0, 58, 17));
}
.tq {
    text-align: center;
    margin: 5px auto;
    padding: 15px;
    font-size: 1.3em;
    color: green;
    font-weight: bold;
}
#hero-plus-footer .logo {display:block; margin: 20px auto;}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {margin: 20px ;}
.hero {max-width: 100%;}
.ctab, .ctab:visited, .ctab:hover {
background: -webkit-linear-gradient(5deg, rgb(255, 242, 0), rgb(255, 194, 14));
background: linear-gradient(5deg, rgb(255, 242, 0), rgb(255, 194, 14));
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #005326;
    padding: 20px;
    font-weight: bold; font-size: 120%;
}
.soc, .soc:visited, .soc:hover {
    color: #005326;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
#side {float: right !Important; width: 35%; margin: 1%;}
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;
}
#side {
    float: none;
    width: 100%;
    margin: 20px auto;
}
.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
}