@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,600;1,300;1,400;1,600&display=swap');


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

#hero-plus-footer h3 {
    color: #ffffff;
}

.foot{    background-color: rgba(54, 54, 48, 0.8);
padding:10px 0px 20px 0px;

}

#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;
}

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

hr {
   
    border: 0;
    border-top: 1px dotted #96ada8;
margin:20px 6%;
}

.right{
    width: 42%;
    float: right;
    margin-left: 3%;
    margin-bottom: 3%;
    margin-top:3%;
    text-align:center;
}

.right #tabs {
    width: 100%;
    max-width: 100%;
    display: inline-block;
}

.right #tabs li {
    display: inline-block;
    margin: 5px 25px;
    color: #96ada8;
}

.right #tabs li a {
    color: #96ada8;
    width: 100%;
    display: block;
    padding: 10px;
}

.right #tabs li .active {
    background: #96ada8;
    color: #ffffff;
}

.link {
display: block;
color: #fff;
margin: 20px;
font-size: 24px;
font-weight: 300;
color: #ddd;
}

.link:hover {
display: block;
color: #fff;
margin: 20px;
font-size: 24px;
font-weight: 300;
color: #fff;
text-decoration:none;
}

.click-tweet {
    font-size: 140%;
    text-align: center;
    font-weight: bold;
    padding-top: 15px;
    border-bottom: 2px solid #96ada8;
    border-top: 2px solid #96ada8;
    padding-bottom: 15px;
    color: #96ada8;
    margin: 2% 0% 4% 0%;
}

.col-lg-3 {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.lightbox > .img-fluid {
    max-height: 100% !important;
}

#hero-plus-footer .logo {
    width: 200px;
    display: block;
    margin: 20px auto;
}
/*Header Box*/
#hero-plus-header {  
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/
#hero-plus-body {
 font-size: 18px;
font-family: 'Roboto Condensed', sans-serif;
 background: #f6f4ee;
}
/*Footer Box*/
#hero-plus-footer{ display:block; 
 text-align:center; 
 background-color: #b6b6b6;
    background-image: url('images/foot.jpg');
    background-size: cover;
    background-attachment: fixed;

}

/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 12%;}
#gallery {padding: 5% 9% 4% 9%; background: #343538;    max-width: 100%;
    flex-basis: 100%;}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {
    margin: 10px;
width:320px;
}
.hero {max-width: 100%;}
.ctab, .ctab:visited, .ctab:hover {
    background: #96ada8;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 16px;
    font-weight: 300;
font-family: 'Roboto Condensed', sans-serif;
text-transform:uppercase;
letter-spacing:1px;
font-size:120%;
display:inline-block;
}
.soc, .soc:visited {
    color: #96ada8;
   
    margin: 10px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
font-size:170%;
}
.soc:hover {
    color: #fff;

    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.side {float: right !Important; width: 35%; margin: 1%;}
h1 {text-align:center; font-size: 2.5rem; color:#000; font-weight:300;}
h2 {text-align:center; font-size: 1.5rem; margin: 20px 0px 40px; 
    font-weight: 300;
font-family: 'Roboto Condensed', sans-serif;font-style:italic;}
#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) {
.ctab {
    display: block;
}
.right{
    width: 100%;
    float: none;
    margin-left: 0%;
    margin-bottom: 6%;
}
.logo {
    margin: 10px 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;
}
}