/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
   background: #f5ebdc;
}
/*Header Box*/
#hero-plus-header {  
display:block;}
/*Hero Box*/
#hero-plus-hero { background: #319ad4; align-items:start;
}
/*Body Box*/
#hero-plus-body {
 color: #502314;
 background: #f5ebdc;
 font-size: 18px;
}
/*Footer Box*/
#hero-plus-footer{ display:block; padding: 30px; text-align:center; background: #f5ebdc;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 10%;}
#gallery {padding: 2% 5%; background: #502314;    max-width: 100%;
    flex-basis: 100%;}

.col-lg-3 {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.lightbox > .img-fluid {
    max-height: 100% !important;
}

#gallery h2 {display:none;}
.card-body {display:none;}
.logo {
    margin: 8px;
    width: 200px;
}
#hero-plus-footer .logo {margin: 20px auto; display:block;}
.hero {max-width: 100%;}
.ctab, .ctab:visited, .ctab:hover {
    background: #d62300;
    text-align: center;
    margin: 10px;
    text-decoration: none !important;
    font-size: 110%;
    color: #fff;
    padding: 11px;
    font-weight: bold;
    width: 320px;
    display: inline-block;
    border-radius: 45px;
    float: right;
margin-top:20px;
}


.tweet {
    margin: 35px auto 20px;
    text-align: center;
    display: block;
}
.tq {
    font-size: 111%;
    font-weight: bold;
}
i.fa.fa-bee {
    display: block;
    margin: 20px auto;
    text-align: center;
    font-size: 2em;
}
i.fa.fa-bee:before {
    content: "\01F41D";
    font-family: 'Font Awesome 6 Free';
}

.soc, .soc:visited, .soc:hover {
    color: #329ad5;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.side {float: right !Important; width: 35%; margin: 1%;}
h1 {
    color: #502314;
    text-align: center;
    font-size: 2rem;
    margin: 20px auto 40px;
}
h2 {text-align:center; font-size: 1.7rem; margin: 20px 0px 40px; color: #502314;}
#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;
}
.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;
}
.flag-icon::before {
    content: ''!important;
}
@media only screen and (max-width: 768px) {
.ctab, .ctab:visited, .ctab:hover {
    display: block;
width: 100%;
max-width:100%;
}

.ctab, .ctab:visited, .ctab:hover {
    background: #d62300;
    text-align: center;
 margin:0px;
    text-decoration: none !important;
    font-size: 110%;
    color: #fff;
   padding:4px;
    font-weight: bold;
  
    display: inline-block;
    border-radius: 45px;
    float: right;
    line-height: 100%;
  margin-top:0px;
}

.col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.logo {
    margin: 8px;
    width: 100px;
}

.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;
}
}