/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}
/*Header Box*/
#hero-plus-header {  
}
/*Hero Box*/
#hero-plus-hero {align-items:start;
}
.hero {max-width: 100%;}
/*Body Box*/
#hero-plus-body { font-size: 18px;
}
/*Footer Box*/
#hero-plus-footer .col-md-6 { float:left;
}
#hero-plus-footer {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #eaeaea;
    color: #303133 !important;
    text-align: center;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
h1 {text-align:center; margin: 20px 0px 40px; font-size: 2rem;}

.ctab, .ctab:visited, .ctab:hover {
      background: #cc6666;
    color: #fff;
    padding: 16px;
    font-size: 126%;
    font-weight: normal;
    display: block;
    text-align: center;
    margin: 40px;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid #cc6666;
}
.tq {float: right;
    font-size: 130%;
    width: 370px;
    max-width: 100%;
    padding: 15px 15px 23px;
    margin: 10px 0 10px 2%;
    line-height: 133%;
    color: #303133;
    background: #eaeaea;
    text-align: center;
    font-weight: bold;}

#txt {padding: 2% 10%;}
#gallery h2 {display:none;}
#gallery {padding: 2% 5%;}
#gallery .col-lg-3 {
    max-width: 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
}

.link, .link:visited, .link:hover {    padding: 30px 10px;
    display: inline;
    font-size: 20px;
    margin: 0;
    color: #303133 !important;
    max-width: 100%;}
.soc, .soc:visited, .soc:hover {padding: 10px;
    margin: 8px 3px;
    width: 56px;
    height: 56px;
    display: inline-block;
    text-align: center;
    color: #303133 !important;}

@media only screen and (max-width: 769px) {
#gallery .col-lg-3 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.tq {
    float: none;
    width: 100%;
    margin: 20px auto;
}
}