/* Omnes */
@font-face {
    font-family: "Omnes";
    src: url("../fonts/Omnes/Omnes-Regular.woff2") format("woff2"),
        url("../fonts/Omnes/Omnes-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Omnes";
    src: url("../fonts/Omnes/Omnes-Medium.woff2") format("woff2"),
        url("../fonts/Omnes/Omnes-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Omnes";
    src: url("../fonts/Omnes/Omnes-Semibold.woff2") format("woff2"),
        url("../fonts/Omnes/Omnes-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Omnes";
    src: url("../fonts/Omnes/Omnes-Bold.woff2") format("woff2"), url("../fonts/Omnes/Omnes-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --white: #ffffff;
    --w-blue: #008eaa;
    --w-deep-blue: #006680;
    --w-canary: #dce666;
    --font: "Omnes", sans-serif;
}

*,
::after,
::before {
    box-sizing: border-box;
    margin: 0;
}

html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    background: var(--white);
    font-family: var(--font);
    color: var(--w-deep-blue);
}

h1 {
    color: var(--w-blue);
    font-size: 1.875rem;
    font-weight: 600;
    max-width: 20em;
}

.w-cnt-pad-x {
    padding-right: 16px;
    padding-left: 16px;
}

.w-d-flex {
    display: flex;
}

header {
    justify-content: space-between;
    align-items: center;
    background-color: var(--w-blue);
    height: 70px;
    min-height: 70px;
}

.w-wells-logo {
    width: 106px;
    max-width: 100%;
}

.w-contant-phone {
    color: var(--white);
    border-bottom: 1px solid var(--white);
    text-decoration: none;
}

.w-contant-phone:hover {
    border-bottom: 1px solid var(--w-canary);
}

.w-main-container {
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.w-error-image {
    max-width: 130px;
    margin-bottom: 34px;
}

.w-error-text {
    margin-top: 15px;
    font-size: 1.125rem;
    max-width: 15em;
}

.w-error-text-service-fail {
    margin-top: 15px;
    font-size: 30px;
}

/* Responsive styles - medium and up */

@media screen and (min-width: 768px) {
    h1 {
        font-size: 2.5rem;
    }

    .w-cnt-pad-x {
        padding-right: 30px;
        padding-left: 30px;
    }

    .w-error-image {
        max-width: 160px;
        margin-bottom: 40px;
    }

    .w-error-text {
        font-size: 1.25rem;
    }
}

/* Responsive styles - large and up */

@media screen and (min-width: 1280px) {
    h1 {
        font-size: 3.125rem;
    }

    .w-cnt-pad-x {
        padding-right: 40px;
        padding-left: 40px;
    }

    .w-error-text {
        font-size: 1.875rem;
    }
}

/* New Maintenance Page */
.w-h1 {
    color: var(--w-blue);
    font-size: 1.875rem;
    font-weight: 600;
    max-width: 100%;
}

.w-maintenance-new .w-btn {
    max-width: 145px;
    margin-bottom: 40px;
    border: 1px solid #008eaa !important;
    line-height: 1.7;

    @media screen and (min-width:768px) {
        width:100%;
    }
}


@media screen and (min-width:1024px) {
    .w-maintenance-new h3 {
        padding-left:90px;
        padding-right:90px;
        font-size: 30px;
    }
}


@media screen and (max-width:768px) {
    .w-maintenance-new h3 {
        padding-left:0px;
        padding-right:0px;
        font-size: 17px;
    }
}
