/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
    background-color: #fbf4e0;
    text-align: center;
}

.vid-inline {
    width: 75%;
    max-width: 100%;
    margin: 20px auto;
}

.logos-box {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0px auto 30px auto;

}

.logos-box img {
    max-width: 100%;
    margin: 0px 20px 20px 20px;
}

.ifw {
    width: 120px;
}

.sheshouldrun {
    width: 100px;
}

.stridingman {
    width: 100px;
}

.tq {
    background: #f9b732;
    padding: 15px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin: 30px 0px -19px;
}



body {
    background: url('images/stripe1.png') top repeat-y #fbf4e0;
    background-position: right 5% top;
    font-family: normal 15px/18px "Johnnie Walker Sans Book",Helvetica,Arial,sans-serif;
}

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

/*Hero Box*/
#hero-plus-hero {
    align-items: start;
    text-align: center;
}

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

/*Footer Box*/
#hero-plus-footer {
    display: block;
    padding: 30px;
    text-align: center;
    background: url('images/walker.png') no-repeat;
    background-position: left 5% top;
}

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

#txt {
    padding: 2% 10%;
}

#gallery {
    padding: 2% 10% 0% 10%;
    max-width: 100%;
    flex-basis: 100%;
}

#gallery h2 {
    display: none;
}

.card-body {
    display: none;
}

.logo {
    margin: 20px;
    width: 380px;
}

.hero {
    max-width: 100%;
}

.ctab, .ctab:visited, .ctab:hover {
    display: inline-block;
    background: #f9b732;
    text-align: center;
    margin: 35px auto 0px auto;
    text-decoration: none!important;
    color: #a97714;
    padding: 20px 40px;
    font-weight: bold;
    font-family: "Johnnie Walker Sans Headline";
    border: 3px solid #a97714;
}

.soc, .soc:visited, .soc:hover {
    color: #f9b732;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.link, .link:hover, .link:visited {
    color: #f9b732;
    margin: 20px auto;
    display: block;
    padding: 5px;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 7px;
    text-transform: uppercase;
}

.side {
    float: right !Important;
    width: 45%;
    margin: 1%;
}

h1 {
    color: #F9B732;
    text-align: center;
    font-size: 2rem;
    font-family: "Johnnie Walker Sans Headline";
}

h2 {
    text-align: center;
    font-size: 1.4rem;
    margin: 20px 0px 40px;
}

#flags {
    padding: 10px;
    margin: 15px auto;
    text-align: center;
    padding: 10px;
}

.flag-icon {
    font-size: 1.5em;
    margin: 10px;
    vertical-align: middle;
}

#flags a {
    display: block;
    font-size: 0px;
}

.flag-icon::before {
    content: ''!important;
}

@media only screen and (max-width: 768px) {
    .ctab {
        display: block;
    }

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

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

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