/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
height:100px;
}
/*Header Box*/
#hero-plus-header { 
}
.right .card-body {display:none;}
.right{ float:right;margin:2%;}
.right img{ width:330px; max-width:330px;}

.logo {width: 160px; height:85px;}

#photoline { float: right; width: 40%; margin-left: 3%; margin-bottom: 1%; }
/*Hero Box*/
#hero-plus-hero {  align-items: start;
}
.tq {
    text-align: center;
    margin: 20px auto;
    font-size: 1.4em;
    font-weight: bold;
    color: #333333;
}

.card-body {display: none;}

/*Body Box*/
#hero-plus-body { font-size:18px;
}
/*Footer Box*/
#hero-plus-footer{ background-color: #008c37; text-align:center; padding: 30px; display:block;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
.ctab, .ctab:visited, .ctab:hover {
    margin: 20px 25px;
    background: #008c37;
    padding: 20px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 110%;
}
h1 {
    text-align: center;
    font-size: 2rem;
    color: #008c37;
}
h2 {text-align:center; margin: 20px 0px 40px; font-size: 1.6rem;}
#txt { padding: 2% 10%; display:block; }
#gallery {padding: 2%; width: 100%; background: #008c37;}
#gallery h2 {display:none;}
.hero {max-width: 100%;}
.logo {margin: 10px;}
.link, .link:visited, .link:hover {
    display: block;
    padding: 5px;
    margin: 10px;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none !important;
}
.soc, soc:visited, .soc:hover {
    display: inline-block;
    padding: 5px;
    margin: 10px;
    color: #fff;
}
#gallery .col-lg-3 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
@media only screen and (max-width: 768px) {
.right{ float:right;margin:0%;}
.right img{ width:100%; max-width:100%;}

#photoline { float: none; width: 100%; margin-left: 0; }
h1 {
    font-size: 30px;
}
h2 { font-size: 25px;}
#gallery .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#hero-plus-header {
    display: block;
}
.logo {
    display: block;
    margin: 4px auto;
}
.ctab {
    display: block;
    text-align: center;
}
}