/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
background: #fff;
}
.lightbox > .img-fluid {
    max-height: initial;
}

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

.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

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 {  border-bottom: 3px solid #eee; 
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body { font-size: 18px; }
/*Footer Box*/
#hero-plus-footer{ background: #000; text-align:center; border-top: 3px solid #eee;
}
/* 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 {
    border-top: 3px solid #eee; 
    border-bottom: 3px solid #eee; 
    background: #1F2127; 
    padding: 2% 5%; 
    padding-bottom: 35px;     
    max-width: 100%;
    flex-basis: 100%;
}
#gallery h2 {display:none;}
.card-body {
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(1, #3F72CB),
	color-stop(1, #5F95F4),
	color-stop(1, #7CB3FF)
);
background-image: -o-linear-gradient(bottom, #3F72CB 100%, #5F95F4 100%, #7CB3FF 100%);
background-image: -moz-linear-gradient(bottom, #3F72CB 100%, #5F95F4 100%, #7CB3FF 100%);
background-image: -webkit-linear-gradient(bottom, #3F72CB 100%, #5F95F4 100%, #7CB3FF 100%);
background-image: -ms-linear-gradient(bottom, #3F72CB 100%, #5F95F4 100%, #7CB3FF 100%);
background-image: linear-gradient(to bottom, #3F72CB 100%, #5F95F4 100%, #7CB3FF 100%);
}
.card-title {color: #fff;}
.card-text {display: none;}
.logo {margin: 10px;}
.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;
}

.tweet { float: right; color: #fff; border: 3px solid #eee; background: #1F2127;  width: 100%; 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) {
.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
#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: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
}