/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: #fff;
}
/*Header Box*/
#hero-plus-header {  
}

.tq{text-align:center; font-size:125%; padding:20px;}

.img-inline{max-width:100%; width:100%;}

strong {color: #2c5a98 !important;}

.block{width: 100%; max-width:100%; display:block;}

#lang {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.card-body {
    display: none;
}
#gallery { background: #f7f7f7;
    padding: 2% 5%;
}
.link, .link:visited {
    font-size: 20px;
    display: block;
    color: #fff;
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 24px;
    font-style: normal !important;
}
.ctab, .ctab:visited {
    background: #6c7887;
    color: #fff!important;
    padding: 15px 30PX;
    font-size: 120%;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 35px;
    border-radius: 30px;
    text-decoration: none !important;
    line-height: 108%;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
}

 .ctab:hover {
    background: #000;
    color: #fff!important;
    padding: 15px 30PX;
    font-size: 120%;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 35px;
    border-radius: 30px;
    text-decoration: none !important;
    line-height: 108%;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.28);
}

.logo {
    width: 220px;
    margin: 25px 10px;
}
.h1, h1 {
    font-size: 2rem;
    text-align: center;
    margin: 20px 0px 20px;
    color: #6c7887;
}
.h2, h2 {

    font-size: 1.25rem;
    text-align: left;
    margin: 20px 0px 40px;
    font-style: italic;
    padding: 0 10%;

}
.flex-away {
    padding: 2% 10%;
font-size:120%;
}
.click-tweet {
    float: right;
    font-size: 138%;
    width: 369px;
    max-width: 100%;
    padding: 46px 33px;
    margin: 1% 0% 2% 4%;
    line-height: 133%;
    color: #fff;
    text-align: center;
    background: #2e68b2;
    background-size: cover;
    font-style: italic;
}
#gallery h2 {display:none;}
.icons, .icons:visited, .icons:focus {
    padding: 10px;
    margin: 8px 3px;
    width: 45px;
    height: 50px;
    display: inline-block;
    font-size: 90%;
    text-align: center;
    color: #fff;
}

.icons:hover {color:#b9bec5;}

.link:hover {color: #b9bec5; text-decoration: none;}

h3{ color: #6c7887;}

.click-tweet h3 {
    color: #00aeff;
    font-size: 100%;
    padding: 7px 0;
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-style: normal;
    font-weight: bold;
    display: inline-block;
}
.hero {max-width: 100%;}
/*Hero Box*/
#hero-plus-hero { display: none; align-items:start; }
/*Body B
ox*/
#hero-plus-body {
background: #fff;
color: #202529;
}
/*Footer Box*/
#hero-plus-footer{
background: #000;
text-align:center;
display:block;
padding:20px 10%;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
@media only screen and (max-width: 769px) {
.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;
}
#hero-plus-header {
 padding-bottom: 10px; display: block;
}
.logo {
    width: 300px;
    margin: 20px auto;
    text-align: center;
    display: block;
}

.flex-away {
    padding: 2% 3%;
    font-size: 120%;
}
.h2, h2 {

    font-size: 1.25rem;
    text-align: left;
    margin: 20px 0px 40px;
    font-style: italic;
    padding: 0 3%;

}


.click-tweet {
    float: none;
    text-align: center;
    margin: 20px auto;
}
}