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


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

.social-link{
font-size:2em; padding:23px;
}

/*Header Box*/
#hero-plus-header {  
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body Box*/




.right{width:40%; float:right; margin:2%; margin-right:0%; margin-top:-10px;}


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

.play-overlay {
    position: absolute;
    color: #f7ab17 !important;
    background-color: rgba(0,0,0,0.2);
    font-size: 6em;
    top: 50%;
    left: 50%;
    text-decoration: none !important;
    bottom: 0;
    height: 1em;
    transform: translate(-50%, -50%);
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #000!important;
    background-clip: border-box;
    border: 1pxsolidrgba(0,0,0,.125);
    border-radius: 0.25rem;
}


body{
background:#000;
color:#fff;
font-family: 'Montserrat', sans-serif;
}

li{padding-bottom:10px;}

#hero-plus-body { font-size: 19px; line-height:170%;
}
/*Footer Box*/
#hero-plus-footer{ display:block; padding: 30px; text-align:center; background: #000; padding-bottom:65px;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 13%;}
#gallery {padding: 4% 0%;    max-width: 100%;
    flex-basis: 100%;}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {
 
}
.hero {max-width: 100%; width:100%;}
.ctab, .ctab:visited {
    background-color: #E56714 !important;
    color: white !important;
font-size:120%;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 20px 30px;
    font-weight: 300;
border-radius:3px;
}

.ctab:hover{
background:#0093cf!important;
}

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




.soc, .soc:visited, .soc:hover {
    color: #007aa0;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.side {float: right !Important; width: 45%; margin: 1%;}
h1 {text-align:center; font-size: 2.5rem; margin-bottom:60px; margin-top:25px;}
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) {
.ctab {
    display: block;

}

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

.logo {
    margin: 0px auto;
    display: block;
width:190px;
margin-bottom:0px;
}

h1{font-size:1.7em; margin-bottom:20px; margin-top:20px;}

#txt {padding: 2% 5%;}

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