*,
*:before,
*:after {
    box-sizing: border-box;
}

.logo,
.logo-alt {
    width: 100%;
}

.header {
    width: 100%;
}

.header h1 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    width: 100%;
    text-align: center;
}

