﻿html,
body {
    height: 100%;
    font-family: "PT Sans Narrow";
    overflow: hidden;
}

@font-face {
    font-family: "PT Sans Narrow";
    src: url("/fonts/PTSansNarrow-Regular.woff2") format("woff2"), url("/fonts/PTSansNarrow-Regular.woff") format("woff");
}

@font-face {
    font-family: "PT Sans Narrow Bold";
    src: url("/fonts/PTSansNarrow-Bold.woff2") format("woff2"), url("/fonts/PTSansNarrow-Bold.woff") format("woff");
}

.wrapper {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.header {
    width: 100%;
    background-color: #fff;
    min-height:120px;
}

.header-red-row {
    height: 40px;
    background-color: #E81D2A;
}

.header-logo-row {
    padding: 21px 0 21px 20px;
}

.wb-mason-logo-img {
    height: 40px;
}

.footer {
    height: 40px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-copyright {
    display: flex;
    align-items: center;
    color: #757575;
    font-size: 12px;
}

    .footer-copyright img {
        margin-right: 6px;
    }

.content {
    flex:1;
    overflow: hidden;
    background-color: #EEEEEE;
}

.content-left {
    float: left;
    width: 40%;
    text-align: left;
    margin-top: 4%;
    margin-bottom: 4%;
}

.content-right {
    float: left;
    width: 60%;
    height: 648px;
}

.error-image {
    background: url('images/WB_race cropped.png') no-repeat right top;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.error-image-404 {
    background: url('images/balloon_cropped.png') no-repeat right top;
    background-size: cover;
    height: 100%;
}

.maintenance_image {
    background: url('images/WB_space cropped.png') no-repeat right top;
    background-size: cover;
    height: 100%;
}

.text-row {
    word-wrap: break-word;
    margin-left: auto;
    margin-right: auto;
}

.error-row-max {
    max-width: 308px;
}

.maintenance-row-max {
    max-width: 360px;
}

.error-button-row {
    max-width: 308px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 75px;
}

.row-padding-20 {
    padding-top: 20px;
}

.row-padding-35 {
    padding-top: 35px;
}

.row-padding-40 {
    padding-top: 40px;
}

.row-padding-100 {
    padding-top: 100px;
}

.error-type-text {
    font-size: 80px;
    font-family: "PT Sans Narrow Bold";
    color: #E81D2A;
}

.text-large-bold {
    font-size: 38px;
    font-family: "PT Sans Narrow Bold";
    text-transform: uppercase;
}

.text-normal {
    font-size: 22px;
    font-family: "PT Sans Narrow";
}

.text-normal-bold {
    font-size: 22px;
    font-family: "PT Sans Narrow Bold";
}

.text-small {
    font-size: 20px;
    font-family: "PT Sans Narrow";
}

.text-red {
    color: #E81D2A;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    width: 110px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.wbm-button {
    font-family: "PT Sans Narrow Bold";
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 45px;
}

.btn-primary {
    color: #fff;
    background-color: #0470AF;
    border-color: #0470AF;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #03588a;
        border-color: #03507d;
    }

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #03588a;
        border-color: #03507d;
        box-shadow: 0 0 0 0.2rem rgba(42 133 187 / 0.5);
    }


@media only screen and (max-width: 762px) {
    .content-left {
        width: 100%;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 60px;
    }

    .content-right {
        width: 100%;
        height: auto;
    }

    .error-image-404 {
        padding-top: 88%;
    }

    .maintenance_image {
        padding-top: 77%;
    }

    .error-image {
        padding-top: 75%;
    }

    .error-button-row {
        max-width: 100%;
        padding-top: 40px;
    }

    .header {
        text-align: center;
        background-color: #EEEEEE;
    }

    .header-red-row {
        display: none;
    }

    .header-logo-row {
        padding: 20px 0 20px 0;
        margin-top: 40px;
    }

    .error-type-text {
        font-size: 64px;
    }

    .text-large-bold {
        font-size: 20px;
    }

    .text-normal {
        font-size: 18px;
    }

    .row-padding-40 {
        padding-top: 25px;
    }

    .not-found-text, .wb-contact-text {
        display: none;
    }

    .error-row-max {
        max-width: 200px;
    }

    .maintenance-row-max {
        max-width: 256px;
    }

    .footer-copyright {
        text-align: center;
        margin-left: 0;
    }
}
