/* 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;
    background: #022c6b;
    width: 100%;
    max-width: 100%;
    flex: 100%;
    display: inline-block;
    text-align: center;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.container-fluid:nth-child(2) {
    background: #022c6b;
}

.gallery-inline {
    background: none!important;
}

/*Body Box*/
#hero-plus-body { font-size: 18px;
}
/*Footer Box*/
#hero-plus-footer{ display:block; padding: 30px; text-align:center;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {
    padding: 2% 10%;
    display: flex;
}
#gallery {padding: 2% 5%; background: #de651e;    max-width: 100%;
    flex-basis: 100%;}
.col-md-4 .exit-link, .col-md-4 .exit-link:visited, .col-md-4 .exit-link:hover  {
    display: block;
    font-size: 17px;
    background: #00B6DE;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 8px 5px;
    margin: 12px auto;
    transition: 0.3s all ease-in-out;
    text-align: center;
}

.link, .link:visited, .link:hover  {
    display: block;
    font-size: 17px;
    background: #00B6DE;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 8px 5px;
    margin: 12px auto;
    transition: 0.3s all ease-in-out;
    text-align: center;
}


.col-md-4 h2 {display:none;}
.col-md-4 {   color:#ffffff; text-align: center; background: #002c6b; padding: 2%;}
#gallery h2 {display:none;}
.card-text{display:none;}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: .5rem;
    background: #f16333;
    color: #ffffff;
}

.card-title {
    font-size: 16px;
    margin-bottom: 0;
}
.logo {margin: 20px ;}
.hero {width: 32%;max-width: 100%;text-align: center;}
.ctab, .ctab:visited, .ctab:hover {
    background: #007aa0;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 20px;
    font-weight: bold;
}
.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;
}
.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.4rem; font-style: italic; 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;

}
#txt {
    display: flex;
    flex-wrap: wrap;
}
.logo {
    margin: 20px auto;
    display: block;
}
.side {
    float: none;
    width: 100%;
    margin: 20px auto;
}

}