/* 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;
    background: url('images/EMBERS1.jpg');
    color: #ffffff;
}

/* Sidebar Stuff */
#txt {
    width: 60%;
}

#sidebar-div {
    width: 25%;
    margin-top: 1em;
    padding-left: 30px;
}

#sidebar-2 h2 {display: none;}

#sidebar-2 {
    box-shadow: rgb(189 189 189) 0px 0px 2px inset;
    background: #00852e;
    background-size: cover;
    background-position: center bottom;
    height: auto !important;
    text-align: center;
    padding: 20px 20px 25px 20px;
    border-radius:5px;
    margin-bottom: 15px;
}

#sidebar-2 .img-inline, #sidebar-2 .vid-inline {
   /* margin: 30px auto 0px 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;
}

/*Footer Box*/
#hero-plus-footer{ display:block; padding: 30px; text-align:center;background: #ffffff;  
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 4%;}
#gallery {padding: 2% 5%; background: #ffb81c;    max-width: 100%;
    flex-basis: 100%;}
#gallery h2 {display:none;}
.card-body {display:none;}
.top-logo {margin: 20px;}
.logo {margin: 20px;}
.hero {max-width: 100%;}
.ctab, .ctab:visited, .ctab:hover {
    background: #00852e;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 20px 30px;
    font-weight: bold;
    border-radius: 30px;
}
.soc, .soc:visited, .soc:hover {
    color: #ffb81c;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.side {float: right !Important; width: 35%; margin: 1%;}
h1 {text-align:center; font-size: 2rem;}
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;
}
}