@charset "utf-8";
/* CSS Document */


header .header-logo{
    background: url("images/logo.jpg") no-repeat bottom left;
    background-size:contain;
    width: 30%;
    height: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1%; 
    margin: auto;
}