/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}
/*Header Box*/
#hero-plus-header {  
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body { font-size: 18px;
}
.icons, .icons:visited, .icons:focus {
    padding: 9px;
    margin: 8px 3px;
    width: 48px;
    height: 48px;
    display: inline-block;
    background: #ffdc00;
    color: rgba(29,29,27,.75)!important;
    box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.2), 0 2px 5px 0 rgba(0,0,0,.25);
    text-align: center;
}
/*Footer Box*/
#hero-plus-footer{ display:block;     background-color: rgb(54, 54, 54);
    text-align: center;
    padding: 1em 1em 2.5em;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
h3 {color: #fff;}
.link,.link:visited, .link:hover {
    display: block;
    color: #ffdc00;
    width: 200px;
    margin: 20px auto;
    padding: 10px;
    font-size: 20PX;
    font-weight: bold;
}
#txt {padding: 2% 10%;}
#gallery {padding: 2% 5%;     background: #eee;}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {
    margin: 20px;
    width: 125px;
}
.hero {max-width: 100%;}
.ctab, .ctab:visited, .ctab:hover {
    background: #ffdc00;
    color: rgba(29,29,27,.75)!important;
    box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.2), 0 2px 5px 0 rgba(0,0,0,.25);
    padding: 13px;
    font-size: 118%;
    font-weight: normal;
    text-align: center;
    margin: 15px;
    text-decoration: none;
    line-height: 108%;
}
.soc, .soc:visited, .soc:hover {
    color: #007aa0;
    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-size: 1.7rem; margin: 20px 0px 40px;}

@media only screen and (max-width: 768px) {
.ctab {
    display: block;

}
.logo {
    margin: 20px auto;
    display: block;
}
}