/* sticky header background, in case option is checked */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,700;1,500;1,700&display=swap');

#names {
    text-align: center;
    margin: 10px auto;
    padding: 10px 0px;
    font-weight: bold;
    font-size: 1.4em;
}

body {
    color: #F8F1E0;
}

.sticky-top > #hero-plus-header {
    background-color: #000;
}

/*Header Box*/
#hero-plus-header {
}

#gallery .col-md-6 {
    float: left;
}

#hero-plus-hero img {
    display: block;
    width: 100%;
}

.card-body {
    display: none;
}

#gallery {
    background: none;
    padding: 3.5% 7%;
    margin: 0px auto;
}

#walker {
    background-image: url('images/woman-3.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom right;
}

#gallery2 {
    padding: 0% 7%;
}

.link, .link:visited, .link:hover {
    font-size: 28px;
    display: inline-block;
    color: #fff !important;
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 24px;
}

.ctab, .ctab:visited, .ctab:hover {
    background: #fff;
    color: #000!important;
    padding: 15px;
    font-size: 126%;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 35px;
    border-radius: 2px;
    text-decoration: none !important;
    line-height: 108%;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.28);
}

.ctab:hover {
    background: #000;
    color: #fff!important;
    padding: 15px;
    font-size: 126%;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 35px;
    border-radius: 2px;
    text-decoration: none !important;
    line-height: 108%;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.28);
}

.logo {
    width: 75px;
    margin: 0px;
    margin-left: 20px;
}

.h1, h1 {
    font-size: 2.75rem;
    text-align: center;
    color: #F8F1E0;
    margin: 20px 0px 20px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

.h2, h2 {
    font-size: 1.7rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 30px 0px 40px;
    font-style: italic;
}

.flex-away {
    padding: 2% 10%;
    font-size: 22px;
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
}

.top {
    padding: none;
}

.click-tweet {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 140%;
    max-width: 100%;
    padding: 36px 7%;
    line-height: 133%;
    color: #F8F1E0;
    text-align: center;
    background: rgba(0, 0, 0, .5);
}

#gallery h2 {
    display: none;
}

#gallery2 h2 {
    display: none;
}

.icons, .icons:visited, .icons:focus {
    padding: 10px;
    margin: 8px 3px;
    width: 45px;
    height: 50px;
    display: inline-block;
    font-size: 90%;
    text-align: center;
    color: #fff;
}

h3 {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 260%;
    text-align: center;
}

.hero {
    padding: 0px;
    max-width: 100%;
}

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

/*Body B
ox*/
#hero-plus-body {
    background: #000;
    color: #F8F1E0;
    font-family: 'Cormorant Garamond', serif;
}

/*Footer Box*/
#hero-plus-footer {
    height: 200px;
    background: #000;
    background-image: url('images/keep-walking-NEG-copy.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
}

.footer {
    text-align: center;
    margin-top: 5px;
    width: 100%;
    max-width: 100%;
}

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

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

    #hero-plus-header {
        padding-bottom: 10px;
        display: block;
    }

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

    .ctab, .ctab:visited, .ctab:hover {
        background: #fff;
        color: #000!important;
        padding: 15px;
        font-size: 126%;
        font-family: 'Roboto Condensed', sans-serif;
        display: inline-block;
        text-align: center;
        margin: 35px;
        border-radius: 2px;
        text-decoration: none !important;
        line-height: 108%;
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.28);
    }

    .ctab:hover {
        background: #000;
        color: #fff!important;
        padding: 15px;
        font-size: 126%;
        font-weight: bold;
        display: inline-block;
        text-align: center;
        margin: 35px;
        border-radius: 2px;
        text-decoration: none !important;
        line-height: 108%;
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.28);
    }

    .click-tweet {
        float: none;
        text-align: center;
        margin: 20px auto;
    }
}