@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;700&display=swap'); /* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
    background-color: #98eaff;
}

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

/*Body Box*/
#hero-plus-body {
    d: "EB Garamond", Arial;
    font-size: 18px;
    background: url('images/Fetzer-Background.jpg') bottom right no-repeat;
    background-size: cover;
}

/*Footer Box*/
#hero-plus-footer {
    display: block;
    text-align: center;
    background: #98eaff;
    color: #000;
    font-size: 1.3em;
    padding: 2%;
    font-family: "EB Garamond", Arial;
}

/* 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: #98eaff;
    padding: 25px 50px 10px;
}

#gallery h2 {
    display: none;
}

.card-body {
    display: none;
}

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

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

.hero {
    max-width: 100%;
}

.ctab, .ctab:visited {
    display: inline; 
    background: #c8f4ff;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none!important;
    color: #000;
    padding: 25px 20px;
    font-size: 130%;
    font-family: "EB Garamond", Arial;
}
#ctab-div { display: inline-block; }
.ctab:hover {
    opacity: 0.8;
    color: #000;
}

.ft-ctab, .ft-ctab:visited {
    background: #c8f4ff;
    display: block;
    text-transform: uppercase;
    text-align: center;
    margin: 10px;
    text-decoration: none!important;
    color: #000;
    padding: 15px 20px;
    font-weight: bold;
    font-family: "EB Garamond", Arial;
}

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

.soc, .soc:visited, .soc:hover {
    color: #000 !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 {
    text-align: center;
    font-size: 2rem; 
    font-weight: bold;
    margin: 20px 0px 40px;
    font-family: "EB Garamond", Arial;
}

h2 {
    text-align: center;
    font-size: 1.7rem;
    font-weight: bold;
    margin: 20px 0px;
    font-family: "EB Garamond", Arial;
}

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

@media only screen and (max-width: 768px) {
.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;
    }
}