@import url('https://fonts.googleapis.com/css2?family=Anton&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');


/* 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;
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: red!important;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.0);
    border-radius: 0.25rem;
}


/*Body Box*/
#hero-plus-body { font-size: 18px; font-family: 'PT Serif', serif; font-smooth: auto;
}
/*Footer Box*/
#hero-plus-footer{ display:block; padding: 30px; text-align:center; font-family: 'PT Serif', serif;  font-smooth: auto;   border-top: 5px solid #0090ba;
    border-bottom: 5px solid #0090ba;
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:5px solid #0090ba;
border-bottom: 5px solid #0090ba;
padding: 50px 12% 70px;
    text-align: center!important;
}

.gallery-inline h2{ display:none;}


a {
    color: #0090ba;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#txt {padding: 2% 14%;}
#gallery {padding: 2% 5%; background: #e9ecef;}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {margin: 0px; width:150px; margin-left:20px; margin-right:20px;}
.hero {max-width: 100%;}
.ctab, .ctab:visited{
    font-family: 'Anton', sans-serif;
font-smooth: auto;
    background: #ae2024;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 14px;
    letter-spacing: 1px;
    font-size: 135%;
 transition: color .35s;
}


.ctab:hover {
    font-family: 'Anton', sans-serif;
font-smooth: auto;
    background: #0090ba;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
transition-timing-function: ease-out;
   transition: color .35s;
}

.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 {
    color: #fff;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
 transition: color .35s;
}
 .soc:hover {
transition-timing-function: ease-out;
    color:  #0090ba;
    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: 2.5rem;
    letter-spacing: 1px;
    text-transform: .9rem;
    color: #c32033;
    font-family: 'Anton', sans-serif;
font-smooth: auto;
    text-transform: uppercase;
}
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;
}
}