/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
 border-bottom: 5px solid #00aced;
  background-color: #fff;
}
.lightbox > .img-fluid {
    max-height: initial;
}

#lang {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #005b94;
}

a, a:hover, a:visited, a:active { color: #005b94; }
#gallery .col-md-4 { float: left;     -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%; }
#row {display: flex;}
.col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
    text-align: center;
}
.vid-inline {width: 40%; margin: 10px; float: right;}
/*Header Box*/
#hero-plus-header {  
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body { font-size: 18px; background: #f9f9f9; }
/*Footer Box*/
#hero-plus-footer{ background: #005b94; display:block; padding: 30px; text-align:center; 
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
.side {     color: #fff;
    float: right !important;
    margin: 1%;
    width: 35%;
    background: #22265a;
    padding: 2%;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
}
.link {display: block; font-weight: bold; color: #22265a !important; font-size: 24px;}

#txt {padding: 2% 10%;}
#gallery {
    color: #000;
    padding: 2% 5%; 
    background: #f9f9f9;
    padding-bottom: 35px;
}
#gallery h2 {display:none;}
.card-body {background: #fff;}
.card-title {color: #354955;}
.card-text {display: none;}
.logo {margin: 5px 20px; width: 200px;}
.logo1 {margin: 10px; width: 125px;}
.ft-logo {margin: 20px 5px;}
.hero {max-width: 100%;}
.ctab, .ctab:visited {
    background: #005b94;
    text-align: center;
    margin: 10px;
    font-size: 20px;
    text-decoration: none!important;
    color: #fff;
    padding: 15px 75px;
    font-weight: bold;
    border-radius: 30px;
}
.ctab:hover {
background: #00aced;
color: #fff;
text-decoration: none!important;
}

.tq { float: right; color: #fff; background: #00aced; border-bottom: 4px solid #005b94; width: 40%; max-width: 100%; text-align: center; margin: 10px; padding: 1.25em; font-weight: bold; font-size: 125%; font-style: italic;}

.soc, .soc:visited {
    color: #fff;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.soc:hover {color: #00aced !important;}

h1 {text-align:center; font-size: 2.25rem; padding: 0.25em; color: #005b94; font-weight: bold;}
h2 {text-align:center; font-size: 1.7rem; margin: 20px 0px 40px; color: #00aced; font-style: italic;}

@media only screen and (max-width: 768px) {
#gallery .col-md-4 { float: left;     -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
.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;
}
}