@media screen and (max-width: 960px){

    .col-bullrush {
        background: white;
    }
    .bullrush-row {
        height: auto;
        max-height: 10000px;
    }




    .navbar-collapse {
        position: fixed;
        top:0px;
        left:0px;
        background: #795035;
        width: 100%;
        padding:10px 10px 0px 25px;
        height: 100%;
        z-index: 2000;
        display:block;

    }
    .navbar-light .navbar-nav .nav-link {
        color:white;
        text-decoration: none;
        width: 100%;
        border-top: 1px solid white;
        font-size:2em;
    }

    .navbar-light .navbar-nav .active > .nav-link {
        color:white;

    }

    .white-logo img {
        width: 200px;
    }
    .white-logo button {
        float:right;
    }
    .grey-box {
        border-bottom:2px solid white;
    }
    .mr-3 {
        margin-right:0px !important;
    }
}

@media screen and (min-width: 650px) and (max-width: 960px) {

}