/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}
h2 { padding: 2% 2% 2% 2%; font-weight: normal; font-style: italic; text-align: center; }
#vidline, .twfeed { float: right; margin-left: 2%; margin-bottom: 2%; width: 40%; }
.card-text {display:none;}
#txt { padding: 2% 10%; font-size:18px;}
h1 {text-align:center; font-weight:bold;   font-size: 2.5rem;}
.card-title {
    margin-bottom: .75rem;
    text-align: center;
    font-size: smaller;
}
.tq {
    background: #122344;
    text-align: center;
    font-style: italic;
    padding: 30px;
    margin: 20px auto;
    color: #fff;
    font-weight: 600;
}
/*Header Box*/
#hero-plus-header {  align-items:start;
}
/*Hero Box*/
#hero-plus-hero {
}
/*Body Box*/
#hero-plus-body {
}
/*Footer Box*/
.soc, .soc:visited, .soc:hover {
    color: #fff;
    padding: 5px;
    margin: 10px;
    display: inline-block;
}
.link, .link:visited, .link:hover {
    color: #fff;
    display: block;
    margin: 5px auto;
    padding: 5px;
    font-size: 150%;
}
#hero-plus-footer{ text-align:center;
background: #122343;
    text-align: center;
    padding: 20px 0;  display: block;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
.galry { padding: 2% 2% 2% 2%; }
#gallery h2 {display:none;}
.logo {margin: 20px; width: 60%; }
.hero {max-width: 100%;}

.ctab {
    background: #122344;
    color: #fff!important;
    padding: 20px;
    font-size: 140%;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 300px;
    max-width: 100%;
    border-radius: 3px;
    border-bottom: 3px solid #1F344C;
    margin: 30px;
    font-weight: bold;
}
.ctab:hover {
    background: #1F344C;
    color: #fff !important;
    text-decoration: none !important;
}

#gallery { background: #fafafa; padding: 2% 5%;}

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

#vidline, .twfeed { float: none; margin-left: 0; margin-bottom: 0; width: 100%; }
#hero-plus-header {
    align-items: start;
    display: block;
}
.logo {
    margin: 20px auto;
    display: block;
}
.ctab {
    width: 300px;
    text-align: center;
    margin: 20px auto;
}
}