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

.jwcontent {   padding: 1.5em; border-radius: 30px;
    background: #fff;
    opacity: 0.9; }

.jwcontentfoot { padding: 1.5em;  border-radius: 30px;
    background: #fff;
    opacity: 0.9; }

.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: 200px;
}

.blacktag {
    width: 200px;
}

.stridingman {
    width: 95px;
}

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



body {
    background: url('images/keep-walking-strip-filled-theme-blue.png') repeat fixed #0957c3;
    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;
}

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

#txt {
    padding: 2% 10%;
}

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

#topgallery h2 {
    display: none;
}

#topgallery .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
}

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

#gallery h2 {
    display: none;
}

.card-body {
    display: none;
}

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

.hero {
    max-width: 100%;
}
.ctab, .ctab:hover, .ctab:visited {
    display: inline-block;
    background: #002F6C;
    text-align: center;
    margin: 35px auto 0px auto;
    text-decoration: none!important;
    color: #fff;
    padding: 20px;
    font-weight: bold;
}
.soc:hover { color: #fff; }
.soc, .soc:visited {
    color: #a7c6ed;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.link:hover { color: #fff; }
.link, .link:visited {
    color: #a7c6ed;
    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: #171C8F;
    text-align: center;
    font-size: 2rem;
    font-family: "Johnnie Walker Sans Headline";
}

h2 {
    text-align: center;
    color: #7FADE3;
    font-size: 1.7rem;
    font-style: italic; 
    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) {
   body { overflow-x: hidden; }
    .ctab {
        display: block;
    }
    .jwcontent { width: 100%; margin: 0; }
    .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;
    }
}