/*
 * Maintenance Page
 */

body.maintenance {
    background-image: url(/failover/failover1/images/outage-back-640.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #efefef;
    overflow: hidden;
    font-family: 'Red Hat Text', sans-serif;
}

@media (min-width: 40em) {
    body.maintenance {
        background-image: url(/failover/failover1/images/outage-back-1100.jpg);
    }

    .svg-pcl-logo-seawitch {
        width: 85px;
        height: 85px;
    }
}
@media (min-width: 62em) {
    body.maintenance {
        background-image: url(/failover/failover1/images/outage-back-1700.jpg);
    }
}

body.maintenance #container {
    background: transparent;
    box-shadow: none;
}

.global-header {
    background: transparent linear-gradient(180deg,#003595 0,#003595 100%) 0 0 no-repeat padding-box;
    max-height: 54px;
    z-index: 999;
    width: 100%;
    text-align: center;
}

.mobile-logo {
    width: 76px;
    fill: white;
    height: 54px;
}

.princess-logo {
    display: none;
    width: 170px;
    fill: white;
    height: 54px;
}

.maintenance-container {
    text-align: center;
    padding-top: 40px;
}

h1.maintenance-container__header {
    font-size: 36px;
    line-height: 54px;
    margin-bottom: 0;
}

.maintenance-container__subheadline {
    padding: 20px 0;
    margin: 0;
    font-size: 17px;
    line-height: 25.5px;
}

.maintenance-social {
    display: flex;
    justify-content: center;
    gap: 48px;
    color: #003595;
}

@media screen and (min-width: 48em) {
    .global-header {
        text-align: left;
        min-width: 990px;
    }
    .princess-logo {
        display: block;
    }

    .mobile-logo {
        display: none;
    }

    h1.maintenance-container__header {
        font-size: 54px;
        line-height: 81px;
    }

    .maintenance-container__subheadline {
        font-size: 22px;
        line-height: 33px;
    }

}