﻿/* Responsive Menu */
.navbar-fixed-top {
    width: 100%;
    padding-bottom: 70px;
}
.navbar-toggle {margin-top: 2%;}

.HeaderImg {
    max-height: 40px;
    margin-top: -7px; 
}

@media(min-width:1250px) {
    .navbar-brand, .navbar-nav li a {
        line-height: 150px;
        height: 150px;
        font-size: 17px;
    }
    .navbar-nav li ul li a{
        line-height: 26px;
        height: 26px;
        font-size: 12px;
    }
    .HeaderImg {
        max-height: 100px; 
        margin-top: -7px; 
    }
}