    a.logo strong {
        width: 200px;
        height: 100px;
    }     
    .navbar-brand .slogan {
        display: inline-block;
        text-align:top;
        /* margin-left: 150px; */
        font-size: 48px;
        text-transform:none;
    }
    
        @media  (max-width: 767px) {
        a.logo strong {
        background-position: center center !important;
        background-size: 100% auto !important;
        height: 60px !important;
        width: 500px !important;
        }
        .navbar-brand .slogan {
        display: inline-block;
        text-align:top;
        /* margin-left: 150px; */
        font-size: 24px;
        text-transform:none;
    }
    
         
    }
        @media (max-width: 550px) {
        a.logo strong {
        background-position: center center !important;
        background-size: 100% auto !important;
        height: 40px !important;
        width: 350px !important;
    }
    }
    @media (max-width: 400px) {
        a.logo strong {
        background-position: center center !important;
        background-size: 100% auto !important;
        height: 40px !important;
        width: 245px !important;
    }
    }