@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,800,800i');

/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}
.languagePageLink, .languagePageLink:visited, .languagePageLink:hover {
 color: #4ca585;
    font-weight: bold;
    text-align: center;
    margin: 20px auto;
    display: block;
    border-right: solid;
    border-left: solid;
    width: 222px;
    font-size: 111%;
    padding: 0px 5px;
    text-decoration: none !important;
}
/*Header Box*/
#hero-plus-header {  
font-family: 'Roboto', sans-serif;
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body { font-size: 18px;
font-family: 'Roboto', sans-serif;
}
/*Footer Box*/
#hero-plus-footer{ display:block; padding: 30px; text-align:center;  background: #4CA585; font-family: 'Roboto', sans-serif;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 14%; font-size:110%; line-height:170%;}
#gallery {padding: 3% 12%; background: #F5333F;    max-width: 100%;
    flex-basis: 100%;}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {margin: 20px ; width:250px;}
.hero {max-width: 100%;}
.ctab, .ctab:visited{
    background: #DF6A2E;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 20px;
    font-weight: bold;
font-size:125%;
line-height:110%;
display:block;
box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

 .ctab:hover {
background:#fff;
color:#5F6DB2;
box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

}

.linked-url {
  color: #fff;
  background-color: rgba(0,0,0,0.2);
}

.right{width:32%; padding:4%; float:right; background:#5F6DB2; text-align:center; margin-left:2.5%; margin-bottom:2%; box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px; border-radius:4px;}

strong{    color: #4ca585;}

a {
    color: #DF6A2E;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.tweet {
    display: block;
    float: right;
    width: 40%;
    background: #332e20;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 133%;
    font-style: italic;
    clear: both;
    margin: 0px 0px 20px 40px;
}
.link, .link:visited {
    diplay: block;
    color: #5F6DB2;
    padding: 15px;
    margin: 10px;
    font-size: 111%;
    background: #EC9BAD;
    display: block;
    font-weight: 800;
    font-size: 125%;
    border-radius: 4px;
    margin-bottom: 40px;
box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}


 .link:hover{
text-decoration:none;
 color: #5F6DB2;
background:#fff;
box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

}



.soc, .soc:visited{
    color:  #EC9BAD;
    padding: 8px;
 
    text-align: center;
    display: inline-block;
    vertical-align: middle;
font-size:150%;
}

 .soc:hover {
color:#fff;
}


.side {float: right !Important; width: 35%; margin: 1%;}
h1 {text-align:center; font-size: 2.3rem; color:#4ca585; font-weight:800;}
h2 {text-align:center; font-size: 1.7rem; margin: 20px 0px 40px;}
#flags {
    padding: 10px;
    margin: 15px auto;
    text-align: center;
    padding: 10px;
}

.flag-icon {
    font-size: 1.5em;
    margin: 10px;
    vertical-align: middle;
}

#flags a {
    display: block;
    font-size: 0px;
}

.flag-icon::before {
    content: ''!important;
}
@media only screen and (max-width: 768px) {

.right{width:100%; padding:3%; float:right; background:#5F6DB2; text-align:center; margin-left:0%;}


.ctab {
    display: block;

}
    .tweet {
        width: 100%;
        max-width: 100%;
        float: none;
        margin: 30px auto 30px auto;
    }
.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;
}
}