.header_wrapper,
.mobile_menu_wrapper,
.footer_wrapper {
    display: none;
}

html,
body {
    width: auto;
    height: auto;
    background-color: #020202;
}
body {
    color: #fff;
    text-align: center;
}
.main-global {
    padding-top: 50px;
}
.content-wrapper-x-sm {
    max-width: 1100px;
}
.wip-logo {
    display: block;
    max-width: 265px;
    width: 100%;
    height: auto;
    margin: 20px auto 40px;
}
.h1-heading {
    font-size: 2.6rem;
    color: #e0af50;
    line-height: 1em;
    font-weight: 700;
}
.h1-alt {
    display: block;
    line-height: 1em;
    color: #fff;
    font-style: italic;
    font-size: .75em;
    font-weight: 300;
    margin-bottom: 5px;
}
.wip-contact {
    font-size: 1rem;
}
.wip-phone {
    margin-top: 30px;
}
.wip-email {
    margin-top: 15px;
}

@media (max-width: 550px) {
    .h1-heading {
        font-size: 2.2rem;
    }
    .wip-contact a {
        display: block;
    }
}