/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: #840537;
}
.col-lg-3 {
    -ms-flex: 0 0 33.3333333%;
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
}

/*Header Box*/
#hero-plus-header {
    display: block;
    text-align: right;
}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
h2 { font-style: italic; }
/*Body Box*/
#hero-plus-body { font-size: 18px;
}
/*Footer Box*/
#hero-plus-footer{ background: #840537; display:block; padding: 30px; text-align:center;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 10%;}
#gallery {padding: 2% 10%; background: #F8F3EB;    max-width: 100%; border-bottom: 2px solid #ED1C24; border-top: 2px solid #ED1C24;
    flex-basis: 100%;}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {margin: 20px;}
.hero {max-width: 100%;}
.ctab:hover { background: #F99C1E; }
.ctab, .ctab:visited {
    background: #F47530;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 20px;
    font-weight: bold;
}
.soc, .soc:visited, .soc:hover {
   background: #F99C1E;
    padding: 10px 8px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    border-radius: 100px;
    font-size: 10px;
    height: 40px;
    width: 40px;
}
#tweet i.fab.fa-twitter {
    text-align: center;
    margin: 0px auto;
    padding-bottom: 10px;
    display: block;
    font-size: 2em;
    color: #1d9bf0;
}
.tq {
    text-align: center;
    font-size: 111%;
    border-top: solid;  border-bottom: solid;
    padding: 20px 0px;
}
.side {float: right !Important; width: 35%; margin: 1%;}
h1 {text-align:center; font-size: 2rem; color: #B41F28}
h2 {text-align:center; font-size: 1.7rem; margin: 20px 0px 40px;}
#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;
}
.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;
}
}