/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}

.pink {width:100%; max-width:100%; padding-top:20px;}

.col-6-md{display:block;}


.


a {
    color: #018726;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.tq {
    text-align: center;
    padding: 15px;
 font-style:italic;
    color: #da1111;
    font-size: 1.3em;
    font-weight: 500;
}

/*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; background: #da1111;
}
#gallery .col-lg-3 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 10%;}
#gallery {padding: 2% 5%; background: url('images/bg.jpg') top left repeat;}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {margin: 20px ;}
.hero {max-width: 100%; width:100%;}
.ctab, .ctab:visited, .ctab:hover {
    background-color:#da1111;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 20px;
    font-weight: bold;
}
.link, .link:visited, .link:hover {
    display: block;
    padding: 10px;
    margin: 10px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 1.5em;
}
.soc, .soc:visited, .soc:hover {
    color: #fff;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

strong{color:#da1111;}



h1 {text-align:center; font-size: 2rem; color:#da1111; font-weight:700;}
h2 {text-align:center; font-size: 1.6rem; margin: 20px 0px 40px;}

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

}
.logo {
    margin: 20px auto;
    display: block;
}
#gallery .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}