/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
}

img {
    max-width: 100%;
}

.gallery-inline img {
    width: 100%;
    max-width: 100%;
}

.card-columns .mt-5 {
    margin-top: 0px!important;
    margin-bottom: 20px;
}

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

@media (min-width: 767px) {
    .col-lg-3 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

.one {
    width: 125px;
}
/*Header Box*/
#hero-plus-header {  
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body { font-size: 20px;
}
/*Footer Box*/
#hero-plus-footer{ display:block; padding: 30px; text-align:center;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {
    padding: 2% 10%;
    width: 100%;
}
#gallery {padding: 2% 5%; background: #c4bfd6;    max-width: 100%;
    flex-basis: 100%;}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {
    margin: 10px;
    width: 200px;
}
img#image-9aefc6ce-3b16-445b-8688-d0177dea9344-8 {
    width: 100%;
}
.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;
}
.hero {max-width: 100%;}
.ctab, .ctab:visited, .ctab:hover {
    width: 550px;
    display: block;
    text-align: center;
    margin: 20px auto;
    text-decoration: none !important;
    color: #fff;
    padding: 20px;
    font-weight: bold;
    background: #675996;
}
.soc, .soc:visited, .soc:hover {
    color: #675996;
    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) {

.one {
    width: 58px;
margin:6px;
}
.logo{
width:115px;
padding:6px;
margin:5px 0px;}
.ctab {
    display: block;
    width: 100%;
}
.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;
}
}