#myNavbar li{
    border-right: none;
}
#myNavbar .redBar{
    width: 2px;
    height: 40px;
    background-color: #d2232a;
}
#locations{
    position: relative;
    text-align: center;
    width: 175px;
}
#locations:hover #locationDropdown{
    display: block;
}
#locationDropdown{
    position: absolute;
    display: none;
    width: 100%;
    padding-inline-start:0;
    background-color: #d2232a;
}
#locationDropdown li{
    /* display: none; */
    list-style: none;
    text-align: center;
    padding: 8px 6px;
    color:#fff;
    border-right: none;
    border-top: 1px #fff solid;
    font-size: 14px;
    text-transform: uppercase;
}
#locationDropdown li a{
    color:#fff;
    font-size: 14px;
}
.img-fluid{
    width:100%;
    height:auto;
}
#locationsSec .locationBar{
    font-family: BebasneueRegular;
    font-size: 22px;
    margin-top: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
    color:#fff;
    background-color: #d2232a;
}
#aboutBurlinton{
    padding-top:30px;
    padding-left:40px;
}
#aboutBurlinton .bannerTitle{
    font-family: BebasneueRegular;
    font-size: 40px;
    font-weight: bold;
    color: #d2232a;
    margin-top: 1em;
}
#aboutBurlinton .bannerPassage{
    font-family: GothamBook;
    font-size: 16px;
    margin-top: 1em;
}
#aboutBurlinton .bannerButn{
    display: flex;
    flex-direction: row;
}
#aboutBurlinton .bannerButn .btnItem{
    font-family: GothamBook;
    font-size: 18px;
    margin-top: 1em;
    height: 16px;
    line-height: 16px;
    display: flex;
    flex-flow: row nowrap;
}
#aboutBurlinton .bannerButn .btnItem a{
    display: flex;
    flex-flow: row nowrap;

}
@media (max-width: 768px) {
    #locationsSec .locationBar{
        font-family: BebasneueRegular;
        font-size: 22px;
        margin-top: 0px;
        margin-bottom: 10px;
        padding-top: 6px;
        padding-bottom: 6px;
        text-align: center;
        color:#fff;
        background-color: #d2232a;
    }
}
@media (max-width: 450px) {
    #myNavbar .redBar{
        width: 100%;
        height: 2px;
        background-color: #d2232a;
    }
    #locations{
        position: relative;
        text-align: left;
        width: 100%;
    }
    #locations:hover #locationDropdown{
        display:none;
    }
    #aboutBurlinton .bannerButn{
        display: flex;
        flex-direction: column;
    }
    #aboutBurlinton .bannerButn .btnItem a{
        display: flex;
        flex-flow: row nowrap;
        width:100%;
    }
}