/* Building */

.nav-link {
    display: block;
    padding: 0 1rem;
}

.nav {
    display: block;
}

section#section01 {
    overflow: hidden;
}

.mainDiv {
    width: 102%;
}

.content--Bar {
    background: #deb85c;
    width: 100%;
    height: 50px;
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    z-index: 0;
}

.content--Bar li {
    font-weight: 400;
    list-style: none;
    display: inline-block;
    line-height: 50px;
    padding: 0 70px;
    letter-spacing: .2em;
}

.content--Bar ul {
    text-align: center;
}

.content--Bar li a {
    color: #fff;
}

.verticalStrip {
    position: relative;
    width: 10%;
    height: 100%;
    float: left;
}

.building-hero {
    background-image: url(/assets/images/building/bike-park.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.intro--offsetUp {
    margin-top: -5.8vh;
}

h3.galleryTitle {
    text-align: right;
    font-size: 36px;
    padding-bottom: 20px;
    letter-spacing: -.01em;
    font-family: 'Avenir LT Std 85 Heavy';
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h3.galleryTitle span {
    font-size: .5em;
}

.breakerDiv {
    clear: both;
}

.slide--Nav {
    letter-spacing: .3em;
    font-size: 12px;
    padding: 14px 10px;
}

a.nav-link.active {
    color: #042031;
}

.slick-slide.slick-current.slick-active .cad--white {
    color: #042031;
}

.icons-Top {
    width: 150px;
    margin: 0 auto;
    display: block;
}

.shape01 {
    position: absolute;
    right: 0;
    top: 24vh;
    background-image: url(/assets/images/building/orange-shape-01.svg);
    background-size: 200%;
    width: 50%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: -13% 92%;
}

.slick-slide img {
    display: block;
    margin-bottom: -8px;
}

.think {
    transform: translateY(-50%);
    z-index: 100;
    position: absolute;
    font-size: 13vh;
}

iframe {
    border: none !important;
    height: 650px;
    width: 100%;
}

.threeSixty-nav {
    transform: translate3d(0, -48px, 0);
}

@media only screen and (max-width: 992px) {
    img.chairImg {
        width: 100%;
    }

    .shape01 {
        background-size: 1500px;
        background-position: -50% 24%;
    }

    .gap-Pad {
        display: none;
    }
}

@media only screen and (max-width: 820px) {
    .content--Bar li {
        padding: 0;
    }
}

@media only screen and (max-width: 680px) {
    .building-hero {
        background-image: url(/assets/images/building/bike-park_small.jpg);
    }

    .content--Bar li {
        padding: 0;
    }

    .chairImg {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
        display: block;
    }

    .shape01 {
        top: 33vh;
        background-size: 341%;
        width: 100%;
        height: 101vh;
        background-position: 5% 95%;
    }

    .slide--Nav {
        letter-spacing: .3em;
        font-size: 10px;
        padding: 14px 10px;
    }

    iframe {
        width: 100%;
        height: 350px;
    }

    .threeSixty-nav {
        top: -45px;
    }

    .think {
        transform: translateY(-66%);
        font-size: 9vh;
    }
}

@media only screen and (max-width: 575px) {
    .icons-Top {
        width: 100px;
        margin: 0 auto;
        display: block;
    }

    img.chairImg {
        width: 40%;
    }

    h3.galleryTitle {
        text-align: left;
    }

    h3.galleryTitle span {
        font-size: .5em;
        display: block;
        padding-bottom: 10px;
    }

    .think {
        transform: translateY(-40%);
        font-size: 9vh;
    }
}