/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}
#tweet {
    text-align: center;
    margin: 20px auto;
    color: #976e40;
    font-size: 1.3em;
}
#tweet .fas {
    margin: 15px auto;
}
a { word-wrap: break-word; }

/*Header Box*/
#hero-plus-header {  
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body { background: #fffdfb; font-size: 18px;
}
/*Footer Box*/
#hero-plus-footer{border-top: solid 2px #976e40;  background: #fffdfb; padding: 30px; text-align:center;
}
#hero-plus-footer .col-md-6 { float:left;}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 10%;}
#gallery { border-top: solid 2px #976e40; border-bottom: solid 2px #976e40; padding: 2% 5%; background: #fffdfb;}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {
    margin: 20px;
    width: 175px;
}
.hero {max-width: 100%;}
.ctab, .ctab:visited, .ctab:hover {
    background: #976e40;
    text-align: center;
    margin: 20px auto;
    text-decoration: none!important;
    color: #fff;
    padding: 20px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    width: 255px;
    box-shadow: #918e8e 2px 2px;
}
.link, .link:visited, .link:hover {
    background: #976e40;
    text-decoration: none !Important;
    padding: 5px;
    margin: 25px auto;
    display: block;
    width: 50%;
    color: #fff;

    font-weight: bold;
}
.soc, .soc:visited, .soc:hover {
    color: #976e40;
    padding: 15px;
    margin: 20px 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.a, .a:hover, .a:visited {color:#976e40;}
.side {float: right !Important; width: 35%; margin: 1%;}
h1 {text-align:center; font-size: 2rem; color:#162c39;}
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;
}
}