/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
background:#efb20e;
}
a, a:visited, a:hover {
    color: #efb20e;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
body {background: rgb(210,41,38);
background: linear-gradient(27deg, rgba(210,41,38,1) 64%, rgba(239,178,14,1) 94%);
      background: url('images/menu-bg.jpg');no-repeat;
      background-size: cover;
      background-attachment:fixed;
color:#ffffff;}

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

#classic-gallery-asset-1, #classic-gallery-asset-2 {
    width: 50%;
    max-width: 50%;
    flex: 50%;
}
#classic-gallery-asset-3, #classic-gallery-asset-4, #classic-gallery-asset-5 {
    width: 33%;
    max-width: 33%;
    flex: 33%;
}

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

/*Header Box*/
#hero-plus-header {  
display:block;}
/*Hero Box*/
.container-fluid {
    padding: 0;
    overflow-x: hidden;
}
#hero-plus-hero {width: 100%;max-width: 100%;display: inline-block;align-items:start; margin:0; padding:0;}
/*Body Box*/
#hero-plus-body { font-size: 20px;
    background: rgba(0, 0, 0, 0.6);
}
/*Footer Box*/
#hero-plus-footer{ display:block; padding: 30px; text-align:center; background: rgba(0, 0, 0, 0.6);
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 10%;}
#gallery {padding: 2% 5%; max-width: 100%;
    flex-basis: 100%;}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {margin: 7px; margin-left:20px; width:120px;}
.hero {width: 100%; max-width: 100%;}
.ctab, .ctab:visited, .ctab:hover {
    background: #ffffff;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #d22926;
    padding: 20px;
    font-weight: bold;
}
.soc, .soc:visited, .soc:hover {
    color: #ffffff;
    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: 0px 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;
}
    #classic-gallery-asset-1, #classic-gallery-asset-2 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
}

#classic-gallery-asset-3, #classic-gallery-asset-4, #classic-gallery-asset-5 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
}
}