@import url(https://fonts.googleapis.com/css?family=Bevan|Open+Sans:600,600italic,800,800italic);

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


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

body {}
/*Header Box*/
#hero-plus-header {  
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
.col-lg-3 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}
/*Body Box*/
#hero-plus-body { font-size: 18px;
background: url('images/bg1.jpg') center; background-size:cover;}
/*Footer Box*/
#hero-plus-footer{ display:block; padding: 30px; text-align:center; background: #0a6082;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 14%; font-size: 18px;
    font-family: 'Open Sans', sans-serif;}}

h4{    font-size: 1.25rem;}
#gallery {padding: 1% 5%;   max-width: 100%;
    flex-basis: 100%;}
#gallery h2 {display:none;}
.card-body {font-family: 'Bevan', cursive; color: #0475a1;  }
.card-title {
    margin-bottom: -0.25rem;
}
.card-text{display:none;}
.logo {margin: 20px ;}
.hero {max-width: 100%;}
.ctab, .ctab:visited, .ctab:hover {
    background: #007aa0;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 20px;
    font-weight: bold;
}
.soc, .soc:visited, .soc:hover {
       color: #0a6082;
    padding: 9px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    height: 50px;
    width: 50px;
    border-radius: 100%;
}
.side {float: right !Important; width: 40%; margin: 1%;}
h1 {text-align:center;   font-family: 'Bevan', cursive;  font-size: 2.2rem; margin: 20px 0px 50px 0px;    text-align: center;
    color: #0475a1;

}

h3{ font-family: 'Bevan', cursive; }

strong{  color: #0475a1;}

.txt{font-size: 18px;
    font-family: 'Open Sans', sans-serif;}

.play-overlay {
    position: absolute;
    color: #e0a217;
    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%);
}
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;

}
.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;
}
.col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.lightbox > .img-fluid {
    max-height: 100%;
max-width:100%;
width:100%;
}
}