/* ==========================================================================
   Google Font & Font Sizes Styles
   ========================================================================== */
    
 
   
/* =============================================================================
   Media Queries
   ========================================================================== */

    /* 320px and greater */
    @media all and (max-width: 320px) {
    
    }
    
    /* 480px and greater */
    @media all and (min-width: 320px) and (max-width: 480px) {
    
    }
    
    /* 768px and greater */
    @media all and (min-width: 480px) and  (max-width: 768px) {
    
    }
    
    /* 1024px and greater */
    @media all and (min-width: 1024px) {
    
    }
    
    /* Retina screens */
    @media 
    (-webkit-min-device-pixel-ratio: 1.5), 
    (min-resolution: 144dpi){
        .logo-file{
            height:92px!important;
            width:270px!important;
                        display: inline-block!important;
            background-size: contain!important;
        }
    }
/* ==========================================================================
   Logo Styles
   ========================================================================== */
    .logo-container{
        margin-top: 10px;
        margin-right: 0px;
        margin-bottom: 0px;
        float: left;
        margin-left: 15px;
        background-color: #ffffff;
        width: 270px;
        height: 92px;
    }
    
    .logo-file{
        display: inline-block;
        height:92px;
        width:270px;
            }

