/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: #fff; border-bottom: 6px solid #0042b9;
}

.icons, .icons:active {
color: #0042b9;
margin:4%; 
margin-top:20px;
}

.icons:hover {
color: #000;
}



.icons-wrap{ display:block; margin-top:20px;}

.right{width:45%;
float:right;
margin-top:10px;
margin-left:30px;
margin-bottom:30px;}


.floright { margin: 3%; float: right; width: 45%; }
.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count:3;
}
#gallery .col-lg-3 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}

.lightbox > .img-fluid{width:100%!important;
max-width:100%!important;
max-height:100%!important;}
.card {
    width: 100%;
    float: right;
    margin: 10px;
}

.translation{text-align:center; display:block; padding:20px;

}

.alert {
    margin-top: 20px; 
    margin-bottom: 30px;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    width: 100%; 
    text-align: center; 
    font-weight: normal;
}
.alert-info {
    color: #0c5460;
    background-color: #eee;
    border-color: #ddd;
    font-weight: normal;
    text-align: center;
}
/*Header Box*/
#hero-plus-header {  

}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
.tq {
 text-align: center;
    background: #232527;
    color: #e7e7e7!important;
    font-size: 1.3em;
    float: right;
    width: 35%;
    padding: 2%;
    word-break: break-word;
}
.tq:before {
    content: "\f099";
    font-family: 'Font Awesome 5 Brands';
    display: block;
    font-size: 2em;
}
/*Body Box*/
#hero-plus-body, ul li { font-size:18px;
}
/*Footer Box*/

#hero-plus-footer .col-md-6 { float: left; }
#hero-plus-footer{ display:block; padding: 30px; text-align:center;     border-top: 6px solid #0042b9;
    background: #fff;
}
.ctab, .ctab:hover, .ctab:visited {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #0042b9;
    color: #fff !important;
    padding: 10px;
    font-size: 20px;
    width: 300px;
    text-align: center;
    text-decoration: none;
    max-width: 100%;
    border-radius: 5px;
    margin: 20px;
    transition: all 0.3s ease-in-out;
}

a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    font-weight: bold;
}

.soc, .soc:visited, .soc:hover {color: #fff; padding: 5px; margin: 10px; display:inline-block;}
.link:hover {
    background: #c4172c;
    color: #fff;
}
.link {
    display: block;
    padding: 15px;
    margin: 0 auto;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #ddd;
    background: #292f33;
    width: 300px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 20px;
}

/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt { padding: 2% 14%;  background: #fff;}
#gallery {padding: 2% 12%; background: #f7f7f7; border-top: #0042b9 6px solid; border-bottom: #0042b9 6px solid; }
#gallery h2 {display:none;}
.hero {max-width: 100%;}
.logo {
    margin: 5px;
    width: 200px;
}

.card-body {display:none;}

h1, h1 {
    font-size: 2.2rem;
    color: #0042b9; 
    text-align: center;
    margin: 20px 0px 40px;
}

h2 { text-align: center; font-style: italic; font-size:135%; margin-bottom:30px;}

ul {
    font-size: 1.3em;
    margin: 5px 0px 40px;
}


@media only screen and (max-width: 768px) {
.floright { float: none; margin: 0; width: 100%; }
.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.tq { width: 100%; float: none; }

#hero-plus-header {
    display: block;
}
.logo {
    display: block;
    margin: 10px auto;
}
.ctab {
    display: block;
    text-align: center;
}
#gallery .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.logo, .ctab {
    margin: 10px auto;
}

#txt {
    padding: 2% 4%;
}

#gallery {
    padding: 2% 2%;
    background: #C4172C;
    border-top: #EDF0F5 6px solid;
    border-bottom: #EDF0F5 6px solid;
}

.right{width:100%;
float:right;
margin-top:10px;
margin-left:0px;
margin-bottom:30px;}
}