
#header .logo {
        background-image: url(../img/logo.png);
        background-repeat: no-repeat;
        width: 250px;
        height: 250px;
        margin: 0 auto;
}

#header .logo-icon {
        display: inline-block;
        background-image: url(../img/logo-icon.png);
        background-repeat: no-repeat;
        background-size: 34px 34px;
        height: 34px;
        color: #fff;
        margin: 0;
        padding: 0;
        padding-left: 40px;
        font-size: 1.04rem;
        font-weight: 300;
        line-height: inherit;

