/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
background: #12253d ;
}
.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: url('images/bg-light.jpg') top center;}
/*Footer Box*/
#hero-plus-footer{ background: url('images/pattern.jpg') top center; display:block; padding: 10px; text-align:center;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
.side {   
    float: right !important;
    margin: 1%;
    width: 35%;
    text-align: center;
}
#txt .card-body {display:none;}
.link {display: block; font-weight: bold; color: #22265a !important; font-size: 24px;}

#txt {padding: 2% 10%;}
#gallery {
    color: #000;
    padding: 2% 5%; 
background: url('images/pattern.jpg')top center;
    padding-bottom: 35px;     max-width: 100%;
    flex-basis: 100%;
}
#gallery h2 {display:none;}
.card-body {background: #fff;}
.card-title {color: #354955;}
.card-text {display: none;}
.logo {margin: 15px 20px;}
.logo1 {margin: 25px; width: 200px;}
.logo2 {margin: 2px 20px;}
.ft-logo {margin: 20px 5px;}
.hero {max-width: 100%;}
.ctab, .ctab:visited {
background: #e28d26;
    text-align: center;
    margin: 10px;
    font-size: 20px;
    text-decoration: none!important;
    color: #fff;
    padding: 15px 25px;
    font-weight: bold;
}
.ctab:hover {
opacity: 0.8;
    color: #fff;
text-decoration: none!important;
}

.tq { float: right; color: #fff; 
background: #014d81; 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 {
    background: #97b3dd;
    color: #0f243b;
    padding: 8px;
    margin: 5px;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.soc:hover {    background: #e28d26;
    color: #0f243b;}

h1 {text-align:center; font-size: 2.25rem; padding: 0.25em; color: #0f233b; font-weight: bold;}
h2 {text-align:center; font-size: 1.7rem; margin: 20px 0px 40px; color: #000; font-style: italic;}
h3 {color: #0f233b; font-size: 20px;}
@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;
}
}