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

/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: white;
}
#cards-asset-2, #cards-asset-4 {
    margin-left: 50%;
}
/*Header Box*/
#hero-plus-header { 
}
/*Hero Box*/
#hero-plus-hero {  align-items: start; 
    border-bottom: 2px solid #eee;
}
a, a:hover, a:active, a:visited, .exit-link { color: #fff; }
.tweet {
    text-align: center;
    margin: 20px auto;
    font-size: 1.2em;
    font-weight: bold;
    color: #005293;
border-top:1px solid #eee; border-bottom:4px solid #eee;
padding:18px;
}

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

#gallery-title-uuid{display:none;}

.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    orphans: 1;
    widows: 1;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #5EB6E4;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.0);
    border-radius: 0rem;
}

.card-columns .card {
    margin-bottom: 1.5em;
}

.card-body {display: none;}

.right{width:45%; margin:2.5%; float:right;}

/*Body Box*/
#hero-plus-body {
background: #00B0AD; 
font-family: Gotham A,Gotham B,Helvetica,Roboto,Arial,sans-serif;
font-size:18px;
}
/*Footer Box*/
#hero-plus-footer{ text-align:center; padding: 30px; display:block; color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #101922;
    border-top: 2px solid #eee;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
.ctab, .ctab:visited {
    margin: 30px;
    background: #00B0AD;
    padding: 15px 40px;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    font-size: 1.07143rem;
    font-weight: 700;
    border: none;
    border-radius: 33px;
   text-transform:uppercase;
}

 .ctab:hover {opacity:.8;}



h1 {
    text-align: center;
    font-family: Gotham A,Gotham B,Helvetica,Roboto,Arial,sans-serif;
    margin-bottom: 20px;
    color: #fff;
    font-size: 3.5vw;
    font-weight: 400;
    /* line-height: 54px; */
}
h2 {font-style: italic; font-family: Gotham A,Gotham B,Helvetica,Roboto,Arial,sans-serif;margin: 20px 0px 20px; font-size: 1.6rem; text-align:center;}
h3 {font-family: Gotham A,Gotham B,Helvetica,Roboto,Arial,sans-serif; font-size: 30px !important; font-weight: 300; margin: 20px 0px; color: #5EB6E4; letter-spacing:1px; text-transform:uppercase; }
#txt { padding: 2% 10%;}
#gallery {padding: 2% 5%; background: #EFEFED;}
#gallery h2 {display:none;}

.gallery-inline{padding:40px 40px 30px 40px; border-radius:4px; margin-bottom:30px; text-align: center;}
.gallery-inline img {
    margin: auto; text-align: center; float: none;
}
.lightbox > .img-fluid {
    max-height: 100%;
}
.hero {width: 100%; max-width: 100%; margin:auto;}
.logo {margin: 20px; }

.logo2{width:250px;}
.logo2:hover{opacity:.8;}

.link, .link:visited, .link:hover {
    display: inline;
    padding: 5px;
    margin: 10px;
    text-align: center;
    color: #fff;
    font-size: 1.35rem;
    font-weight: normal;
    text-decoration: none !important;
   font-family: Gotham A,Gotham B,Helvetica,Roboto,Arial,sans-serif;
}
.soc, soc:visited {
    display: inline-block;
    padding: 5px;
    margin: 15px;
   color: #00bdf0;
font-size:125%;
}

 .soc:hover {
    display: inline-block;
    padding: 5px;
    margin: 15px;
    color: #fff;
font-size:125%;
}

#gallery .col-lg-3 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
@media only screen and (max-width: 768px) {
.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;
}

h1 {
    font-size: 30px;
}
h2 { font-size: 25px;}
#gallery .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#hero-plus-header {
    display: block;
}
.logo {
    display: block;
    margin: 4px auto;
width:160px;
}
.ctab {
    display: block;
    text-align: center;
}

.ctab, .ctab:visited {
    margin: 5px;
    background: #6df202;
    padding: 7px 40px;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    font-size: 1.rem;
    font-weight: 700;
    border: none;
    border-radius: 33px;
    text-transform: uppercase;
}
#cards-asset-2, #cards-asset-4 {
    margin-left: 0;
}

h1 {
    text-align: center;
    font-family: Gotham A,Gotham B,Helvetica,Roboto,Arial,sans-serif;
    margin-bottom: 20px;
    /* color: #005293; */
    font-size: 2rem;
    font-weight: 400;
    line-height:120%;
}
}

@media (max-width: 768px) {
    .right {
        width: 100%;
        float: none;
        margin: 30px auto;
    }
}