/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background: url('images/bluewood.jpg') center left repeat;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75); ;
}
/*Header Box*/
#hero-plus-header {  
}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body {
}
/*Footer Box*/
#hero-plus-footer{    text-align: center;
    padding: 20px;
    background: #1d68a2;
    color: #fff; display:block;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 10%;}
#gallery {padding: 2% 5%;     background: url('images/bg.jpg') top center no-repeat;
    background-size: cover;
}
#gallery h2 {display:none;}
.hero {max-width: 100%;}
.card-body { display:none;}
.ctab, .ctab:visited, .ctab:hover {
    background: #e40d2e;
    border-radius: 3px;
    color: #fff;
    text-decoration: none !important;
    padding: 15px;
    font-weight: bold;
    font-size: 120%;
    margin: 25px;
    text-align: center;
}
.logo {
    margin: 10px;
}
.h1, h1 {
    font-size: 2.5rem;
    text-align: center;
    margin: 20px 0px 30px;
}
.tq {padding: 15px;
    border-bottom: 1px #eee solid;
    border-top: 1px #eee solid;
    display: block;
    margin-top: 1.25em;
    margin-bottom: 1.5em;
    text-align: center;
    font-size: 130%;
    color: #000000;
    font-style: italic;
}
.soc, .soc:visited, .soc:visited, .soc:hover {
    padding: 5px;
    margin: 10px;
    height: 50px;
    width: 50px;
    color: #fff;
    display: inline-block;
}

@media only screen and (max-width: 768px) {
#hero-plus-header {
    display: block;
}
.logo {
    margin: 0px auto;
    display: block;
}
.ctab {
    display: block;
}

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

}