@import url('https://fonts.googleapis.com/css2?family=Julius+Sans+One&family=Noto+Sans: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: #bcbcbc;
}
 #hero-plus-header {
    position: fixed;
    /* height: 150px; */
    width: 100%;
}

body {
    font-family: 'Noto Sans', 'Arial';
    background: url('images/marble-bg.png') bottom right no-repeat;
    background-size: cover;
}

.footnote { font-size: 0.8em; margin-left: -25px; }

html, body { overflow-x: hidden; }
.foothero { margin-top: -80px; }
.pushright {
    position: absolute;
    display: inline;
    right: 10px;
    top: 35%;
}

.container {
    max-width: 100%;
    clear: both;
}

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

.col-md-4 {
    float: left;
}

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

.relatedlink {
    text-align: center;
    margin: 20px auto 0px;
    width: 100%;
    padding: 0%;
}

.link, .link:visited, .link:hover {
    text-align: center;
    margin: 20px auto;
    padding: 20px;
    color: #fff !important;
    font-size: 2em;
}

.h4, h4 {
    font-size: 1.5rem;
    display: inline-block;
    margin: 0px 20px;
}

#tw i.fab.fa-twitter {
    font-size: 3em;
    color: #55acee;
    margin: 10px auto;
}

/*Header Box*/
#hero-plus-header {
    display: block;
}

/*Hero Box*/
#hero-plus-hero {
    align-items: start;
    width: 100%;
    max-width: 100%;
    flex: 100%;
    text-align: center;
    display: block;
}

/*Body Box*/
#hero-plus-body {
    font-size: 18px;
}

/*Footer Box*/
#hero-plus-footer {
    display: block;
    text-align: center;
    background: #bcbcbc;
    color: #ffffff;
    font-size: 1.3em;
    padding: 2%;
}

/* Control carousel arrow*/
.carousel-gallery-arrow {
}

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

#txt {
    padding: 2% 5%;
}

p {
    line-height: 2em;
}

#gallery {
    background: #A5A5A5;
    padding: 25px 50px 10px;
}

#gallery h2 {
    display: none;
}

.card-body {
    display: none;
}

.logo {
    margin: 20px;
    width: 15%;
    max-width: 100%;
}

.ft-logo {
    margin: 20px ;
    max-width: 100%;
}
.lightbox > .img-fluid {
    max-height: 100% !important;
    box-shadow: 6px 6px 12px #00000057;
}
.hero {
    width: 85%;
    max-width: 100%;
    border-radius: 10px;
    text-align: center;
    margin: 8.5em 0 0px 5%;
}

.ctab, .ctab:visited {
    display: inline; 
    border: 2px solid #fff;
    background: #A5A5A5;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none!important;
    color: #fff;
    padding: 20px 16px;
    font-size: 130%;
    border-radius: 10px;
    font-family: 'Julius Sans One';
}
#ctab-div { display: inline-block; }
.ctab:hover {
    opacity: 0.8;
    color: #000;
}

.ft-ctab, .ft-ctab:visited {
    background: #A5A5A5;
    display: block;
    border: 2px solid #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #fff;
    padding: 15px 20px;
    font-weight: bold;
    border-radius: 10px;
    font-family: 'Julius Sans One';
}

.ft-ctab:hover {
    opacity: 0.8;
    color: #000;
}

#hero-plus-body a, a:visited, a:hover {
    color: #0185a7;
}

#cards-asset-1 .card-body {
    display: block;
}

#cards-asset-2 .card-body {
    display: block;
}

#cards-asset-3 .card-body {
    display: block;
}

#cards-asset-1 .card-text {
    display: none;
}

#cards-asset-2 .card-text {
    display: none;
}

#cards-asset-3 .card-text {
    display: none;
}

.gallery-inline img {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 8px -2px #444444;
}

.soc, .soc:visited, .soc:hover {
    color: #ffffff !important;
    border-radius: 30px;
    padding: 7px 0px;
    margin: 5px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.card-title {
    margin-bottom: .2rem;
    text-align: center;
    font-size: smaller;
}

h1 {
    font-family: 'Julius Sans One';
    text-align: center;
    font-size: 2rem; 
    font-weight: bold;
    margin: 20px 0px 40px;
}

h2 {
    text-align: center;
    font-size: 1.7rem;
    margin: 20px 0px;
    font-style: italic;
}



hr {
    border-top: 5px solid #98eaff;
    padding-bottom: 30px;
    width: 20%;
    margin: 5px auto;
}

@media only screen and (max-width: 768px) {
#cta { display: none; }
.logo { width: 40%; margin: auto; }
.pushright { margin-left: 0; display: block; position: inherit;  }
    .ctab {
        display: block;
    }

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

    .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .logo {
        margin: 20px auto;
        display: block;
    }
}