/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}
strong{color:#0090ba;}
#vidline { margin: 3%; width: 40%; float: right; }
/*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: #ae2024;}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}


.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}

.play-overlay {
    position: absolute;
    color: #ffffff;
    background-color: rgba(0,0,0,0.0);
    font-size: 6em;
    top: 50%;
    left: 50%;
    text-decoration: none !important;
    bottom: 0;
    height: 1em;
    transform: translate(-50%, -50%);
}

.col-md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
text-align:center;
}

.gallery-inline{
background:#c32033;
border-top:3px solid #0090ba;
border-bottom: 3px solid #0090ba;
padding-top:30px;
padding-bottom:15px;
    text-align: center!important;
}

.gallery-inline h2{ display:none;}

#txt {padding: 2% 10%;}
#gallery {padding: 2% 5%; background: #e9ecef;}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {margin: 0px; width:150px;}
.hero {max-width: 100%;}
.ctab, .ctab:visited, .ctab:hover {
    background: #ae2024;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 20px;
    font-weight: bold;
}
.side {
    width: 35%;
    float: right !important;
    margin: 2.5%;
}

.side-left {
    width: 35%;
    float: left !important;
    margin: 2.5%;
}

.side-left img{width:100%; max-width:100%;}

.side img{width:100%; max-width:100%;}
.soc, .soc:visited, .soc:hover {
    color: #e9ecef;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.link, .link:visited, .link:hover {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: bold;
    margin: 5px;
    text-decoration: none !important;
}
h1 {text-align:center; font-size: 1.8rem; font-weight: bold; margin-bottom:.9rem; color:#c32033;}
h2 {text-align:center; font-style:italic; font-size: 1.5rem; margin: 20px 0px 40px; color:#0090ba;}

@media only screen and (max-width: 768px) {
#vidline { 
margin: 0;
width: 100%; 
float: none;
}
.ctab {
    display: block;

}

.col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;

}


.ctab, .ctab:visited, .ctab:hover {
    background: #ae2024;
    text-align: center;
    font-size: 90%;
    line-height: 110%;
  margin:0%;
    text-decoration: none!important;
    color: #fff;
    padding: 9px;
    font-weight: bold;
}

#txt {
    padding: 2% 2%;
}

h1{font-size:1.5rem;}
h2{font-size:1.2rem;}

.logo {
    margin: 0px auto;
    display: block;
width:100px;
}
.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;
}
.side {
    width: 100%;
    float: none;
    margin: 20px auto;
}
}