/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}
.card-text { display: none; }
/*Header Box*/
#hero-plus-header {  
}
.img-line { width: 100%; max-width: 100%; }
.imgline { float: right; width: 40%; margin-left: 3%; margin-bottom: 2%; }
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body {font-size: 18px;
}
#hero-plus-body .col-lg-3 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}
/*Footer Box*/
#hero-plus-footer {
    padding: 20px;
    text-align: center;
    display: block;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
.logo {margin: 10px 0px;}
.hero {max-width: 100%;}
#txt {padding: 2% 10%;}
#gallery {padding: 3% 5% 4%;
    background: #000;
    margin: 1% auto;}
#gallery h2 {display:none;}
.ctab, .ctab:visited, .ctab:hover {
    margin: 20px;
    font-size: 110%;
    font-weight: bold;
    background: blue;
    padding: 10px 20px;
    color: #fff; text-decoration: none !Important;
}
ul {
    font-size: 1.3rem;
    margin: 20px 0px 40px;
}
.tq {
    background: #ffdb0a;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
    margin-top: -7%;
}
.soc, .soc:visited, .soc:hover {
    background: #ffdb0a;
    color: #000;
    padding: 9px;
    margin: 5px;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    font-size: 15px;
    display: inline-block;
}
.link, .link:visited, .link:hover {font-style: italic;
    display: inline-block;
    padding: 5px;
    color: #000;
    margin: 10px;
    font-size: 1.3em;
    font-weight: bold;}

@media only screen and (max-width: 980px) {

}

@media only screen and (max-width: 768px) {
.imgline { float: none; width: 100%; margin-left: 0; margin-bottom: 2%; }
.link {
    display: block;
    margin: 20px auto;
}
#hero-plus-body .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}