/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}
/*Header Box*/
#hero-plus-header {  
}
.logo {
    margin: 20px;
}
h1, h2 {text-align:center; margin: 20px;}
.ctab, .ctab:visited {
    margin: 25px;
    background: #74bc1f;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 120%; text-decoration: none !Important;
}
.ctab:hover {  background:#f4b334; color: #fff;}
#gallery h2 {display:none;}
.card-body {display:none;}
#gallery {    padding: 2% 5%;
    background: #979899;}
.tq {
    float: right;
    width: 40%;
    margin: 2% 1%;
    color: #071f60;
    font-size: 1.3em;
    font-weight: bold;
}
#txt {padding: 2% 10%;}
.hero {max-width: 100%;}

/*Hero Box*/
#hero-plus-hero {
}
/*Body Box*/
#hero-plus-body {
}
/*Footer Box*/
#hero-plus-footer {
    display: block;
    background: #071f60;
    padding: 50px;
    text-align: center;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
.soc, .soc:visited {
    color: #fff;
    padding: 5px;
    margin: 10px;
    display: inline-block;
    vertical-align: middle;
}

.soc:hover { color: #0082cb; }

.link, .link:visited { text-decoration: none !important;
    background: #051746;
    padding: 10px 40px;
    width: 400px;
    margin: 10px auto;
    color: #fff;
    font-weight: bold;
    letter-spacing: 12px;
    font-size: 130%;
}

.link:hover { background: #0082cb;  color: #051746;}

@media only screen and (max-width: 768px) {
.tq {
    float: none;
    text-align: center;
    width: 100%;
    margin: 20px auto;
}
.link { display: block; width: 300px; }
.ctab {
    display: block;
    margin: 0px auto;
    text-align: center;
}
#hero-plus-header {
    display: block;
    margin: 0px auto;
    text-align: center;
}
}