@import url('https://fonts.googleapis.com/css2?family=Arimo&family=Oxygen&display=swap');

/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}
.link, .link:hover, .link:visited {
    background: #00adb8; text-decoration: none !Important;
    padding: 10px;
    font-size: 1.5em;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
}
.tq {
    color: #07a7b5;
    font-weight: bold;
    font-size: 111%;
    text-align: center;
    border-bottom: solid;
    padding: 20px;
    border-top: solid;
    margin-bottom: -20px;
}
body {font-family: 'Arimo', sans-serif; background: url('images/bg.jpg') center no-repeat fixed; background-size:cover;}
/*Header Box*/
#hero-plus-header {  
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}


.sp{width:100%; max-width:100%;}
/*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: block;
    flex: none;
    width: 100%;
    max-width: 100%;}
#gallery {padding: 2% 5%; background: #fff;    max-width: 100%;
    flex-basis: 100%;}
#gallery h2 {display:none;}
#gallery .card-body {display:none;}
.card-body {
    background: #0f2f78;
    color: #fff;
}
.card-text {display:none;}
.logo {
    margin: 20px;
    width: 350px;
}
.hero {max-width: 100%; width:100%; display:block;}
.ctab, .ctab:visited, .ctab:hover {
    background: #0f2f78;
    text-align: center;
    margin: 0px auto 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 20px;
    font-weight: bold;
    display: block;
    width: 300px;
}
.soc, .soc:visited, .soc:hover {
    color: #0f2f78;
    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; font-family: 'Oxygen', sans-serif;}
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;
}
}