/* 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;
}
/*Body Box*/
#hero-plus-body { font-size: 18px;
}
/*Footer Box*/
#hero-plus-footer{ display:block; text-align:center; padding: 20px;     background: red;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 10%;}
.hero {max-width: 100%;}
.ctab,ctab:visited, .ctab:hover {
    background: #ffc107;
    color: #000;
    font-weight: bold;
    font-size: 1.6em;
    padding: 45px;
}
.card-body {
    display: none;
}
.link, .link:visited, .link:hover {
    background: #ffc107;
    display: block;
    margin: 20px auto;
    padding: 10px;
    width: 222px;
    text-decoration: none !important;
    color: #000;
    font-weight: bold;
    font-size: 120%;
}
.soc, .soc:visited, .soc:hover {    color: #000; padding: 5px; margin: 5px;}
.side {float: right !Important; width: 40%; margin: 1%;}
.h1, h1 {
    font-size: 2rem;
    text-align: center;
    margin: 20px 0px 40px;
}
@media only screen and (max-width: 769px) {
.ctab, .ctab:visited, .ctab:hover {
    display: block;
    margin: 0px auto;
    width: 100%;
    text-align: center;
    padding: 10px;
}
.logo {
    text-align: center;
    margin: 0px auto;
}
.side {    float: none !important;
    margin: 20px auto;
    width: 100%; }
}