/*for ie 10 and 11*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    body {
        font-family: sans-serif;
        line-height: 145%;
        letter-spacing: 0.2px;
    }
    
    header .logo {
        border: none;
    } 
    
}
