div.kc-logo-text {
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size:contain;
    background-position:center;
    height: 150px;
    width: 100%;
    margin: 0 auto;
}

#kc-header-wrapper {
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding: 62px 10px 0px;
    white-space: normal;
}
