/* 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;
}
/*Footer Box*/
#hero-plus-footer{ background: #303844; display:block; padding: 30px; text-align:center;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 10%;}
#gallery {padding: 2% 5%; background: #ECF5FB;    max-width: 100%;
    flex-basis: 100%;}
#gallery h2 {display:none;}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    min-height: 150px;
    max-height: 100%;
}
.card-title {
    margin-bottom: 0.75rem;
    color: #0088ce;
}
.card-text {display:none;}
.logo {margin: 20px ;}
.hero {max-width: 100%;}
.ctab, .ctab:visited, .ctab:hover {
    background: #F1B434;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #001F5F;
    padding: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    border-radius: 4px;
    font-family: 'Helvetica', 'Arial', sans-serif;
}
.tq {
    text-align: center;
    color: #001F5F;
    font-size: 111%;
    padding: 1%;
    border-radius: 5px;
    margin: 20px auto;
    font-weight: bold;
    border: solid 2px #001F5F;
}
blockquote {
    border-left: solid 4px #001f5f;
    margin: 0 0 1rem;
    padding: 0 0 0 15px;
}
.link, .link:visited, .link:hover {
    color: #fff;
    display: block;
    margin: 20px auto;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 8px;
}
.soc, .soc:visited, .soc:hover {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    transition: 0.3s all ease-in-out;
    padding: 0px;
    border-radius: 500px;
    margin: 5px 15px;
}

.ft-logo {width: 300px;}

.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: 1100px) {
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    min-height: 178px;
    max-height: 100%;
}
}
@media only screen and (max-width: 980px) {
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    min-height: 170px;
    max-height: 100%;
}
}
@media only screen and (max-width: 950px) {
.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;
}
}
@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;
}
}