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



/* sticky header background, in case option is checked */




.sticky-top > #hero-plus-header {
  background-color: white;
}

.gallery-inline{background: #f88023;
    padding: 40px 12%;}

strong{color:#f88023;}

.gal h2{display:none;}

.gal{margin:3% 0%;}

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

/*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: 'Montserrat', sans-serif;
}
/*Footer Box*/
#hero-plus-footer {
font-family: 'Montserrat', sans-serif;
    display: block;
    padding: 30px;
    text-align: center;
    background-image:url('images/mountain-range.png');

    padding: 2%;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none !important;
    border-radius: 0.25rem;
}

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

.vid-inline {
    width: 50%;
    margin: 20px auto;
    text-align: center;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 10%;}
#gallery {padding: 2% 5%; background: #de651e;    max-width: 100%;
    flex-basis: 100%;}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {margin: 10px; width:100px;}
.hero {max-width: 100%;}
.ctab, .ctab:visited {

    text-align: center;
    margin: 2% auto;
    text-decoration: none!important;
    color: #fff;
    padding: 15px;
    font-weight: bold;
    display: block;
    width: 300px;
    color: #fff;
    background: #f88023;
    font-family: 'Montserrat', sans-serif;
text-transform:uppercase;
    border: 0;
    border-radius: 7px;

}



 .ctab:hover {
 
    text-align: center;
    margin: 2% auto;
    text-decoration: none!important;
    color: #fff;
    padding: 15px;
    font-weight: bold;
    display: block;
    width: 300px;
    color: #fff;
    background: #488dbb;
    font-family: 'Montserrat', sans-serif;
text-transform:uppercase;
    border: 0;
    border-radius: 7px;

}

.linked-url {
    position: absolute;
    color: transparent;
    background-color: transparent;
    text-decoration: none !important;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: none;
}
.soc, .soc:visited{
    color: #7fb6da;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}


 .soc:hover {
    color: #f88023;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.side {float: right !Important; width: 35%; margin: 1%;}
h1 {text-align:center; font-size: 2rem; color:#488dbb}
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;

}

h1 {
    text-align: center;
    font-size: 1.4rem;
    color: #488dbb;
}

h2 {
    text-align: center;
    font-size: 1.15rem;
    color: #488dbb;
}

#txt {
    padding: 2% 4%;
}

.vid-inline {
    width: auto;
    margin: 20px 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;
}
}