@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');

.img-right {
    width: 40%;
    max-width: 100%;
    float: right;
    margin: 0px auto 20px 40px;
}

.plain-image { text-align: center; margin: auto; width:1 }
.top-video {
    width: 45%;
    float: right;
    max-width: 100%;
    margin: 0px 0px 40px 40px;
}

.row {
    display: block;
}

.top-video .card-body {
    display: none;
}

.card {
    width: 60%;
    margin: 50px auto;
    border: none;
}

.play-overlay {
    background: rgba(0,0,0,0.6);
    text-align: center;
    color: #ffffff;
    transition: 0.3s all ease-in-out;
}

.logo-center {
    text-align: center;
    display: block;
    width: 200px;
    margin: 0 auto;
}

.inl {
    float: right;
    width: 40%;
    margin: 1%;
}

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

.logo {
    margin: 10px auto;
    height: 80px;
}
.ft-logo {
    margin: 10px auto;
    height: 80px;
    display: block;
}

.logo1 {
    margin: 10px auto;
    height: 120px;
    float: right;
}

.lg-rg {
    float: right;
}

/* Gallery Asset Width Percentage (4 Assets Across = 25%, 3 = 33.3333333%, etc.) */
@media (min-width: 992px) {
    .col-lg-3 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 4;
    }
}

.content-flex-center {
    margin: auto!important;
    width: 100%;
}

body {
    background: #fff;
    background-size: cover;
    background-attachment: fixed;
}

/*Header Box*/
#hero-plus-header {
    text-align: center;
}

.h1, h1 {
    font-size: 2.25rem;
    text-align: center;
    margin: 20px 0px 40px;
    font-family: 'Merriweather', serif;
    color: #000;
}

h2 {
    font-size: 1.8rem;
    text-align: center;
    font-style: italic;
    color: #e9c274;
    margin: 20px 0px 40px;
    font-family: 'Merriweather', serif;
}

#txt {
    padding: 2% 10%;
    color: #000;
    font-family: 'Georgia', serif;
    font-weight: 400;
}

#txt li {
    font-size: 18px;
}

/*Hero Box*/
.ctab, .ctab:visited {
    display: inline-block;
    margin: 30px;
    padding: 15px;
    background: #b00d15;
    color: #fff!important;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Georgia', sans-serif;
    border-radius: 30px;
    text-transform: uppercase;
}

#gallery h2 {
    display: none;
}

.hero {
    max-width: 100%;
    width: 100%;
}

#hero-plus-hero {
    align-items: start;
}

#hero-plus-hero .card {
width: 100% !important;
}

#gallery {
    width: 100%;
    max-width: 100%;
    padding: 30px 120px 40px 120px;
}

#gallery img {
    width: 100%;
    max-width: 100%;
}

.fineprint {
    font-size: 15px;
    text-align: center;
    padding: 10px;
    color: #fff;
}

.card-body {
    background: #fff;
    color: #000;
    font-style: italic;
    text-align: center;
    padding: 5px;
}

.card-text { font-size: 14px; }

/*Body Box*/
strong{
  color: #000!important;
}
a {
    color: #d9a635!important;
    font-weight: bold;
    font-family: 'Georgia', serif;
}

a:hover {
    color: #d19c3e;
}

.top-video {
    width: 30%;
    float: right;
    max-width: 100%;
    margin: 1%;
}

.top-video .card-body {
    display: none;
}

/*Footer Box*/
#hero-plus-footer {
    display: block;
    background: #000;
    text-align: center;
    padding: 0px 0px 0px;
}

.soc, .soc:visited, .soc:hover {
    display: inline-block;
    margin: 5px;
    padding: 10px;
    color: #fff !important;
}

.link, .link:visited, .link:hover {
    display: block;
    text-decoration: none !Important;
    font-size: 2em;
    color: #fff;
    font-weight: 600;
}

#txt p {
    font-size: 18px;
    line-height: 2em;
}

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

@media only screen and (max-width: 768px) {
    .img-right {
        width: 80%;
        max-width: 100%;
        float: none;
        margin: 0px auto 30px auto;
    }

    .inl {
        float: none;
        width: 100%;
        margin: 20px auto;
    }

    .top-video {
        width: 100%;
        float: none;
        margin: 0px auto 40px auto;
    }

    #hero-plus-header {
        display: block;
        text-align: center;
        margin: 5px auto;
    }

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

    .ctab {
        display: block;
    }

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

    .logo {
        height: 60px;
        margin: 2px;
        display: inline-block;
    }

    h1 {       font-size: 1.5em;
    }

    h2 {
        font-size: 1.2em;
    }

    .ctab, .ctab:hover, .ctab:visited {
        width: 70%;
        margin: 3px;
        padding: 5px;
        background: #d9a635;
        color: #fff !important;
        text-decoration: none !important;
        font-weight: bold;
        font-size: 14px;
        font-family: 'Georgia', sans-serif;
        text-transform: uppercase;
        float: right;
    }

    #gallery {
        padding: 20px 5px 20px;
    }

    #txt {
        padding: 2% 2%;
        /* color: #fff; */
        font-family: 'Georgia', serif;
        font-weight: 400;
    }

    .top-video {
        width: 100%;
        float: none;
        margin: 0px auto 40px auto;
    }
}