@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');

.caption { width: 90%;
    text-align: center;
    margin: auto;
    margin-top: 0em;
    background: #eee;
    border: 1px solid #ccc;}
.pullright { float: right; width: 40%; }
.heropos { margin: auto; text-align: center; }

/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {

    border-bottom: 3px solid #db343b;
  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; background: #113e5a;
}
.tweet {
    width: 100%;
    text-align: center;
    margin: 20px auto;
    font-size: 1.2em;
    font-weight: bold;
    background: #113e5a;
    color: #fff;
border:3px solid #163F58; 
padding:20px;
}

.play-overlay {
    position: absolute;
    color: #163F58;
    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: #163F58;
    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*/

#gallery h2 { display: none; }
#hero-plus-body {
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: #113e5a;
    border-top: 3px solid #db343b;
background: rgb(0,82,147);
background: linear-gradient(142deg, rgba(0,82,147,1) 26%, rgba(0,144,255,1) 100%);
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
.ctab, .ctab:visited {
    margin: 30px;
    background: #375C71;
    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 { color: #db343b; opacity:.8;}



h1 {
    text-align: center;
   font-family: Gotham A,Gotham B,Helvetica,Roboto,Arial,sans-serif;
margin-bottom: 20px;
    color: #375C71;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 54px;
}
h2 {font-family: Gotham A,Gotham B,Helvetica,Roboto,Arial,sans-serif;margin: 20px 0px 20px; font-size: 1.4rem; text-align:center;font-style:italic}
h3 {font-family: Gotham A,Gotham B,Helvetica,Roboto,Arial,sans-serif; font-size: 30px !important; font-weight: 300; margin: 20px 0px; color: #6df202; letter-spacing:1px; text-transform:uppercase; }
#txt { padding: 2% 10%;}
#gallery {padding: 2% 5%;     background: #f0f0f0;}
#gallery h2 {display:none;}

.gallery-inline{padding:40px 40px 30px 40px;background: rgb(0,82,147);
background: linear-gradient(142deg, rgba(0,82,147,1) 26%, rgba(0,144,255,1) 100%);border-radius:4px; margin-bottom:30px;}
.hero { max-width: 100%; margin:auto;}
.logo { width:100px;}

.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: #CBE1EA;
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: 26px;
}
h2 { font-size: 22px; font-style: italic; }
#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) {

    .pullright {
        width: 100%;
        float: none;
        margin: 30px auto;
    }
}