body {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* Navigation */

.navbar {
    padding: 0;
    background-color: #FFF;
}

.nav-bg {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 71%, rgba(230, 79, 42, 1) 71%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 71%, rgba(230, 79, 42, 1) 71%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 71%, rgba(230, 79, 42, 1) 71%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e64f2a", GradientType=1);
}

.navbar-light .navbar-nav .nav-link {
    font-size: 13px;
    font-weight: 500;
    color: #202020;
    letter-spacing: 1px;
    padding: 50px 25px;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link.inverted {
    color: #FFF;
    background-color: #E64F2A;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #E64F2A;
}

.navbar-light .navbar-nav .nav-link.inverted:focus,
.navbar-light .navbar-nav .nav-link.inverted:hover {
    background-color: #FFF;
}

.logo {
    display: inline-block;
    color: #FFF;
    text-indent: -9999px;
    width: 94px;
    height: 93px;
    background-image: url(/images/cb/logo.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}


/* Sections */

.section-start {
    position: relative;
    margin: 20px 0;
}

.section-spacer {
    margin: 150px 0;
}

.section-spacer-sm {
    margin: 100px 0;
}

.section-spacer.grey {
    background: rgb(245, 245, 248);
    background: -moz-linear-gradient(90deg, rgba(245, 245, 248, 1) 71%, rgba(255, 255, 255, 1) 71%);
    background: -webkit-linear-gradient(90deg, rgba(245, 245, 248, 1) 71%, rgba(255, 255, 255, 1) 71%);
    background: linear-gradient(90deg, rgba(245, 245, 248, 1) 71%, rgba(255, 255, 255, 1) 71%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f8", endColorstr="#ffffff", GradientType=1);
}

.section-grey {
    background-color: #F5F5F8;
    padding: 50px 0;
    width: 88%;
    margin: 0 auto;
}

.section-heading {
    position: relative;
}

.count {
    position: relative;
    display: inline-block;
    font-size: 80px;
    font-weight: bold;
    color: #E64F2A;
    margin-bottom: 40px;
}

.count::after {
    display: block;
    position: absolute;
    bottom: -40px;
    left: 40px;
    width: 2px;
    height: 50px;
    background-color: #202020;
    content: '';
}

.section-head {
    margin-top: 70px;
}

.section-head::before {
    display: block;
    position: absolute;
    top: -50px;
    left: 50px;
    width: 2px;
    height: 50px;
    background-color: #202020;
    content: '';
}

.sec_name,
.section-head {
    font-size: 50px;
    font-weight: bold;
    color: #172749;
    text-transform: uppercase;
    margin-bottom: 50px;
}


/* Location */

.location-wrap {
    border: 1px solid #172749;
}

.location-wrap h2 {
    display: block;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    background-color: #172749;
    margin-bottom: 0;
    padding: 10px 20px;
}

.when {
    font-size: 20px;
    font-weight: 400;
    color: #E64F2A;
    padding-left: 20px;
    margin: 20px 0;
}

.map-container {
    position: relative;
    padding-bottom: 35%;
    height: 0;
    overflow: hidden;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.location-shot {
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
}


/* Hero */

.hero-wrap {
    position: relative;
    background-color: #172749;
    color: #FFF;
    padding: 8% 0;
}

.hero-text {
    font-size: 190px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.32);
    text-transform: uppercase;
}

.jump {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/images/cb/jump-man.png);
    background-size: 38%;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 1;
}

.jump-shadow {
    position: absolute;
    display: block;
    width: 100%;
    height: 900px;
    background-image: url(/images/cb/jump-man-shadow.png);
    background-size: 38%;
    background-position: center 10px;
    background-repeat: no-repeat;
    z-index: 0;
}


/* FAQ */

.question-heading {
    font-size: 32px;
    font-weight: bold;
    color: #E64F2A;
    line-height: 60px;
    text-transform: uppercase;
}

.btn-question {
    font-size: 24px;
    font-weight: 300;
    color: #333333;
    background-color: transparent;
    border: none;
    margin: 15px 0;
    text-align: left;
    padding: 0;
}

.question-body {
    padding: 20px;
    background-color: #F5F5F8;
    border-left: 4px solid #E64F2A;
}


/* Slider */

.gallery {
    margin-left: -10%;
    margin-right: -10%;
}

.gallery-photo {
    margin-left: 15px;
    margin-right: 15px;
    filter: grayscale(100%);
}

.gallery-photo:hover {
    filter: none;
}

.brand {
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 40px;
    margin-right: 40px;
}

.brand.molten {
    width: 142px;
    background-image: url(/images/cb/molten.png);
}

.brand.nike-basketball {
    width: 77px;
    background-image: url(/images/cb/nike-basketball.png);
}

.brand.spalding {
    width: 152px;
    background-image: url(/images/cb/spalding.png);
}

.brand.jordan {
    width: 97px;
    background-image: url(/images/cb/jordan.png);
}

.brand.basketball-england {
    width: 77px;
    background-image: url(/images/cb/basketball-england.png);
}

.brand.always-ballin {
    width: 150px;
    background-image: url(/images/cb/always-ballin.png);
}


/* Various */

.img-shadow {
    box-shadow: 0 16px 48px 0 rgba(0, 0, 0, 0.16);
    margin-top: -50px;
    margin-bottom: 50px;
}


/* Overrides */

.form-control {
    font-size: 1.5rem;
    padding: .7rem .9rem;
    height: auto;
    background-color: #F5F5F8;
    border-color: #F5F5F8;
    border-radius: 0;
}

.form-control:focus {
    background-color: #FFF;
    border-color: #E64F2A;
    box-shadow: none;
}

.navbar-light .navbar-toggler {
    border-color: #FFF;
    z-index: 2;
}


/* Buttons */

.btn-default {
    font-size: 13px;
    font-weight: 500;
    color: #E64F2A;
    letter-spacing: 1px;
    background: #FFFFFF;
    border: 1px solid #E64F2A;
    padding: 20px 50px;
    text-transform: uppercase;
    border-radius: 0;
    white-space: nowrap;
}

.btn-default:hover {
    color: #FFF;
    background-color: #E64F2A;
}


/* News */

.news-title {
    display: inline-block;
    background-color: #172749;
    padding: 10px 15px;
    color: #FFF;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
}


/* Footer */

.footer {
    font-size: 20px;
    color: #FFFFFF;
    background-color: #172749;
    padding: 100px 0;
}

.footer a {
    color: #FFF;
}

.footer h4 {
    opacity: 0.4;
    font-weight: bold;
    font-size: 25px;
    color: #FFFFFF;
    line-height: 30px;
}


/* Let's go responsive nitpicking! */

@media only screen and (min-width: 1200px) {
    .jump-shadow {
        top: 10%;
    }
}

@media only screen and (max-width: 1200px) {
    .jump {
        height: 560px;
    }
    .hero-text {
        font-size: 150px;
    }
}

@media only screen and (max-width: 992px) {
    .nav-bg {
        background: #FFF;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 15px;
    }
    .hero-text {
        font-size: 110px;
    }
}

@media only screen and (max-width: 767px) {
    .logo {
        width: 60px;
        height: 60px;
        margin: 5px 0;
    }
    .hero-wrap {
        padding: 12% 0;
    }
    .jump {
        background-size: 50%;
        background-position: center center;
    }
    .jump-shadow {
        top: 15%;
        height: 100%;
        background-size: 50%;
        background-position: center center;
    }
    .hero-text {
        font-size: 80px;
    }
    .img-shadow {
        margin-top: 0;
    }
    .section-spacer.grey {
        background: #F5F5F8;
    }
    .footer {
        padding: 50px 0;
    }
    .section-spacer,
    .section-spacer-sm {
        margin: 50px 0;
    }
    .section-head {
        font-size: 40px;
        margin-top: 40px;
    }
    .section-head::before {
        top: -40px;
        left: 30px;
        width: 2px;
        height: 40px;
    }
}