/* 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;
}
/*Body Box*/
#hero-plus-body { font-size: 18px;
}
/*Footer Box*/
#hero-plus-footer{ display:block; padding: 30px; text-align:center; 
    border-top: dashed 5px #26328c; }
/* Control carousel arrow*/
.carousel-gallery-arrow {
}


.tweet {
    padding:0px  25px;
    display: block;
    margin-top: 1.25em;
    margin-bottom: 1.5em;
    text-align: center;
    font-size: 145%;

   color: #d0271d;

}

.play-overlay { font-size: 3em; }
.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;
}

#txt {padding: 2% 10%;}
#gallery {padding: 2% 5%; background: #26328c;    max-width: 100%;
    flex-basis: 100%;}
#resources h2 {display:none;}
.card-body {display:none;}
.logo {margin: 20px ;}
.hero {max-width: 100%;}
.link, .link:hover, .link:visited { background: #f2635d;
    display: block;
    margin: 10px auto;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none !important;}
.ctab, .ctab:visited  {
  background: #26328c;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 15px 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 111%;
}

.ctab:hover {   background: #f2635d;}
.side {
    float: right !Important;
    width: 35%;
    margin: 1%;
margin-left:4%;
    background: #fff;
    text-align: center;
    padding: 2%;
    border-radius: 5px;
    border: dashed 5px #26328c; 
}


.h3, h3 {
    font-size: 1.75rem;
    color: #d0271d;
    margin: 20px auto;
    text-transform: uppercase;
}

.soc, .soc:visited {
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.soc:hover {
    color: #111c4e;}
.side {float: right !Important; width: 35%; margin: 1%; margin-left:4%; background: #fff; }
h1 {text-align:center; font-size: 2rem; color: #d0271d; font-weight: bold;}
h2 {text-align:center; font-size: 1.7rem; margin: 20px 0px 40px; color: #26328c;}
#flags {
    padding: 10px;
    margin: 15px auto;
    text-align: center;
    padding: 10px;
}

.flag-icon {
    font-size: 1.5em;
    margin: 10px;
    vertical-align: middle;
}

#flags a {
    display: block;
    font-size: 0px;
}

.flag-icon::before {
    content: ''!important;
}
@media only screen and (max-width: 768px) {
.ctab {
    display: block;

}
.logo {
    margin: 20px auto;
    display: block;
}
.side {
    float: none;
    width: 100%;
    margin: 20px auto;
}

}