.social-icons {
    display: block;
    text-align: right;
    margin-top: 30px;
}

i.fas.fa-chevron-right.fa-2x.carousel-gallery-arrow {
    color: #000;
}

i.fas.fa-chevron-left.fa-2x.carousel-gallery-arrow {
    color: #000;
}

body {
    font-family: 'Avenir', sans-serif;
}

#image-15356aad-2601-4e5d-b890-5b7b70ad7e1c-3 {
    max-width: 100%;
}

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



/* sticky header background, in case option is checked */
#image-1eb97f00-3d5c-4640-9143-97a8bfddf426-3 {
    max-width: 100%;
}

.sticky-top > #hero-plus-header {
    display: none;
    background: #e75650;
    -moz-box-shadow: 0 0 6px -1px;
    -webkit-box-shadow: 0 0 6px -1px;
    box-shadow: 0 0 6px -1px;
}

.vid-inline {
    float: right;
    width: 40%;
    margin: 2%;
}

.card-body {
    display: none;
}

#gallery h2 {
    display: none;
}

#gallery {
    background-color: #ffffff;
    color: #fff;
    padding: 2% 0px;
    text-align: center;
    margin: 20px auto;
}

#image-15356aad-2601-4e5d-b890-5b7b70ad7e1c-4 {
    max-width: 100%;
}

#hero-plus-body {
font-size: 18px;
}

/*Header Box*/
#hero-plus-header {
    align-items: start;
}

#txt {
    padding: 2% 10%;
}

/*Hero Box*/
#hero-plus-hero {
}

.col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

/*Body Box*/
#hero-plus-body {
}

#hero-plus-body p {
    font-sIze: 18px;
}


.hero {
    max-width: 100%;
}

.logo {
    margin: 10px;
}

/*Footer Box*/
#hero-plus-footer {
    background-color: #e75650;
    color: #fff;
    padding: 50px;
}

h1, h2 { color: #e75650;
    text-align: center;
    margin: 20px auto 30px;
}
h1 {font-size: 2rem;}
h2 {font-size: 1.7rem:}
.link, .link:visited, .link:hover {
    display: inline-block;
    text-decoration: none !important;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
}

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

.soc {
    /* display: inline-block; */
    color: #fff;
}

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

.ctab, .ctab:visited, .ctab:hover {
    display: block;
    background: #ffffff;
    color: #a70e13;
    margin: 35px;
    padding: 10px 20px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

#toggle a:link {
background: #d04e48;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin: 30px auto;
    width: 200px;
    display: block;
}

#toggle a:visited {
        color: #fff;
}

#toggle a:hover {
    color: #fff;
}

.tq, .toggle {
    background: #d04e48;
    text-align: center;
    margin: 30px auto;
    padding: 20px; color: #fff;
    font-weight: 600;
}

#toggle a, #toggle a:visited, #toggle a:hover {
    text-decoration: none !Important;
}

.gallery-inline .img-fluid {
    box-shadow: 0px 0px 6px -2px #cccccc;
}

@media only screen and (max-width: 768px) {
    .col-lg-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #hero-plus-header {
        display: block;
        text-align: center;
    }

    .vid-inline {
        float: none;
        width: 100%;
        margin: 20px auto;
    }

    .ctab {
        display: block;
    }

    .col-md-6 {
        display: block;
        max-width: 100%;
        float: none;
        text-align: center;
    }

    .soc {
        float: none;
        margin: 20px;
    }

    .logo {
        margin: 10px;
        max-width: 85%;
    }

    #hero-plus-footer .col-md-4 {
        text-align: center;
    }

    .social-icons {
        text-align: center;
        margin-top: 0px;
    }
}