/* 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;
}
/*Footer Box*/
#hero-plus-footer{ display:block; padding: 30px; text-align:center;
}
.noindent.txt {
    margin-left: 0px;
    margin-bottom: 20px;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 10%;}
#gallery {padding: 2% 5%; background: #eee;}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {margin: 20px ;}
.hero {max-width: 100%;}
.ctab, .ctab:visited, .ctab:hover {
    background: #007aa0;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 20px;
    font-weight: bold;
}
.link, .link:visited, .link:hover {display: block;
    margin: 10px auto;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    color: #999;}
.soc, .soc:visited, .soc:hover {
    color: #999;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.indent li {
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -1.3em;
    padding-left: 1em;
}
.side {float: right !Important; width: 35%; margin: 1%;}
h1 { font-size: 2rem;}
h2 {font-size: 1.7rem; margin: 20px 0px 40px;}
.indent {
    margin-left: 50px;
}
p {text-indent: 50px;}
.noindent {
    margin-left: -50px;
}

@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;
}
}