/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 2rem;
    font-family: 'Open Sans', sans-serif;
}

@font-face {
    font-family: 'chunkfiveroman';
    src: url('/Content/fonts/chunkfive/chunkfive-webfont.woff2') format('woff2'), url('/Content/fonts/chunkfive/chunkfive-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'chunkfiveroman';
    margin-bottom: 1.2rem;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: right;
}

.MD_0 {
    margin: 0px;
    padding: 0px;
}

.fa-phone:before {
    content: "\f095";
    color: #77a43a;
}

.fa-envelope:before {
    content: "\f0e0";
    color: #77a43a;
}

.navbar-inverse .navbar-nav .nav-link {
    color: #000;
    font-weight: bold;
}

    .navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
        color: #000;
    }

.bg-inverse {
    background-color: #fff !important;
}

.Brow-header-icons i {
    padding: 0 10px;
}

.navbar-inverse .navbar-toggler {
    border: solid 1px #000;
}

.jumbotron {
    margin-bottom: 0px;
    border-radius: 0px;
}

.Brow-head-bg {
    background: url('/Content/images/head-new.jpg') no-repeat;
    background: url('/Content/images/bax.jpg') no-repeat;
    height: 100vh;
    background-size: cover;
    color: #fff;
    position: relative;
}

.Brow-club_btn {
    background: #f26522;
    border-radius: 0px;
    border: none;
    color: #fff;
    font-family: 'chunkfiveroman';
    padding: 10px 20px;
}

.Brow-head_mr_bottom {
    margin-bottom: 80px;
}

.Buro-head-text h1, .Buro-head-text h2 {
    background: #004b70;
    float: left;
    padding: 10px;
    font-size: 3.2rem;
}

.Buro-head-text h2 {
    background: #77a43a;
    font-size: 1.9rem;
}

.Buro-image {
    position: absolute;
    bottom: -32px;
}

.Buro-Download {
    background: url('/Content/images/download_bg.png');
    background-size: cover;
}

.Buro-slider-section, .Buro-text-section, .Buro-gallery_bg {
    background: url('/Content/images/slide_bg.png');
    background-size: cover;
    padding: 70px 0;
}

.Buro-text-section {
    background: url('/Content/images/text_bg.png');
    background-size: cover;
    color: #fff;
}

.Buro-gallery_bg {
    background: url('/Content/images/gallery_bg.png');
    background-size: cover;
    color: #fff;
}

.carousel-indicators li {
    background-color: #fff;
    max-width: 16px;
    height: 16px;
    margin: 0 5px;
    border-radius: 100%;
}

.carousel-indicators .active {
    background-color: #77a43a;
}

.carousel-indicators {
    bottom: -70px;
}

.Buro-slider-text h5 {
    background: #77a43a;
    color: #fff;
    padding: 5px;
    float: left;
    margin-bottom: 5px;
}

.Buro-slider-text {
    margin: -70px 0px 0px 20px;
    position: relative;
    top: -50px;
}

.Buro-gallery_bg h5 {
    background: #004b70;
    color: #fff;
    float: left;
    padding: 8px;
    margin: 0px;
}

.Buro-logos {
    background: #fff;
    padding: 10px;
}

footer {
    background: #2d2d2d;
    color: #fff;
    padding: 40px 0;
}

    footer p {
        color: #cdcdcd;
    }

    footer i {
        color: #fff;
        padding: 0 20px 0 0px;
        font-size: 24px !important;
    }

    footer ul {
        padding: 0px;
        list-style: none;
    }

    footer li a, .copyright p {
        color: #cdcdcd;
        margin: 0px;
        padding: 10px 0;
    }

.copyright {
    background: #242424;
}


@media only screen and (max-width: 767px) {
    .iphone_none {
        display: none;
    }

    .iphone_left {
        text-align: left !important;
    }

    .iphone_center {
        text-align: center;
    }

    .carousel-indicators {
        bottom: -20px;
    }

    .Brow-head-bg {
        height: auto;
    }

    .Buro-Download img {
        width: 100%;
    }

    .Buro-slider-section, .Buro-gallery_bg {
        background-size: cover;
        padding: 40px 0;
    }

    .carousel {
        margin-bottom: 2rem !important;
    }

    .Buro-logos img {
        width: 90px;
        padding: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-md-5 {
        width: 100%;
    }

    .h5, h5 {
        font-size: 16px;
    }

    .navbar-inverse .navbar-nav .nav-link {
        font-size: 12px;
    }

    .iphone_none {
        display: none;
    }

    .iphone_left {
        text-align: left !important;
    }

    .iphone_center {
        text-align: center;
    }

    .carousel-indicators {
        bottom: -20px;
    }

    .Brow-head-bg {
        height: auto;
    }

    .Buro-Download img {
        width: 100%;
    }

    .Buro-slider-section, .Buro-gallery_bg {
        background-size: cover;
        padding: 40px 0;
    }

        .Buro-gallery_bg img {
            width: 100%;
        }

    .carousel {
        margin-bottom: 0rem !important;
    }

    .Buro-logos img {
        width: 90px;
        padding: 10px;
    }

    .Buro-slider-section img {
        width: 100%;
    }

    .Buro-slider-text {
        margin: -20px 0px 0px 10px;
        position: relative;
        top: -35px;
    }

    @media (max-width: 991px) and (min-width: 768px) {
        .Buro-slider-text {
            margin: -20px 0px 0px 10px;
            position: relative;
            top: -41px;
        }
    }

    .Buro-slider-text h5 {
        font-size: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-inverse .navbar-nav .nav-link {
        font-size: 15px;
    }

    .ipad-p-none {
        display: none;
    }

    .h5, h5 {
        font-size: 16px;
    }

    .Buro-head-text h1, .Buro-head-text h2 {
        font-size: 1.9rem;
    }

    .Buro-head-text h2 {
        background: #77a43a;
        font-size: 1.3rem;
    }

    .desktop_none {
        display: none;
    }

    .Brow-head-bg {
        height: auto;
    }

    .Buro-Download img {
        width: 100%;
    }

    .Buro-slider-section img {
        width: 100%;
    }

    .Buro-slider-text {
        margin: -60px 0px 0px 10px;
        position: relative;
        top: -15px;
    }

        .Buro-slider-text h5 {
            font-size: 12px;
        }

    .Buro-gallery_bg img {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .desktop_none {
        display: none;
    }

    .Buro-gallery_bg img {
        width: 100%;
    }
}
