/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}
/*Header Box*/
#hero-plus-header {  display:block;
}
/*Hero Box*/
#hero-plus-hero { align-items:start;
width:100%;
max-width:100%;
margin-left:0px;

}
.tq {
    text-align: center;
    font-size: 1.3em;
    padding: 15px;
    margin: 20px auto;
    font-weight: bold;
    border-bottom: solid;
}

.footer-soc{display:none;}

/*Body Box*/
#hero-plus-body { font-size:18px;
}
/*Footer Box*/
#hero-plus-footer{ display:block; text-align:center; 
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}

.right{float: right;
display:block;
    margin-top: 32px;
    font-size: 75%;}

.h5, h5 {
    font-size: .95rem;
}

#txt { padding: 2% 10%;}
#gallery {background: #001b54; padding: 2% 5%;} 
#gallery h2 {display:none;}
.logo {margin: 10px; width:250px;}
.card-text {display:none;}
.hero {max-width: 100%; width:100%;}
.ctab, .ctab:visited, .ctab:hover {
    background: #001b54;
    padding: 30px;
    font-size: 1.3em;
    color: #fff;
    font-weight: bold;
    margin: 0px 20px;
    text-decoration: none !important;
}
.card-title {
    margin-bottom: .75rem;
    text-align: center;
    height: 45px;
}
h1 {text-align:center;}
h2 {text-align:center; margin: 20px 0px 40px; font-size: 1.8rem;}

.soc, .soc:visited, .soc:hover {color: #001b54; padding: 5px; margin: 10px; display: inline-block;}
#hero-plus-footer .logo {
    display: block;
    margin: 15px auto;
width:300px;
}
#gallery .col-lg-3 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}
@media only screen and (max-width: 980px) {
.card-title {
    margin-bottom: .75rem;
    text-align: center;
    height: 45px;
    font-size: smaller !Important;
}
}
@media only screen and (max-width: 769px) {
.footer-soc{display:block;}

.ctab, .ctab:visited, .ctab:hover {
    background: #001b54;
    padding: 5px;
    font-size: 1.3em;
    color: #fff;
    font-weight: bold;
    margin: 10px 0px;
    text-decoration: none !important;
    width: 100%;
    max-width: 100%;
    display: block;
}


.right{float: right;
    margin-top: 32px;
display:none;
    font-size: 75%;}
#gallery .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.logo {
    display: block;
    text-align: center;
    margin: 0px auto;
}
.ctab {
    text-align: center;
    width: 100%;
}
@media (min-width: 576px)
.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
}