.c-disconnected-body {
    font-size: 62.5%;
    font-family: Montserrat, sans-serif;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    height: 100vh;
    margin: 0;
    background-color: #a29c92;
}

.c-disconnected-body h1 {
    font-size: 2.4rem
}

.c-disconnected-body button, .c-disconnected-body p {
    font-size: 1.2rem
}

.c-disconnected-body span {
    font-size: inherit
}

.c-disconnected-body {
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.c-disconnected-body--background_offline {
    background-image: url(offline-background.jpg);
    background-color: #7a99b1
}

.c-disconnected-body--site-is-down {
    background-image: url('/layout/images/error-background.jpg');
    background-color: #7b6d5b
}

.c-disconnected-text-wrapper {
    display: flex;
    flex-direction: column;
    margin: auto 2rem auto
}

.c-disconnected-links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: auto auto 0 auto
}

.c-disconnected-links.c-disconnected-links--hide-small-screen {
    visibility: hidden;
}

.c-disconnected-links a {
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
    margin-bottom: 2rem;
    cursor: pointer;
    position: relative;
    display: inline-block;
    overflow: hidden
}

.c-disconnected-links a:after {
    width: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #fff;
    content: '';
    transition: width ease .3s
}

.c-disconnected-links a:active:after,
.c-disconnected-links a:focus:after,
.c-disconnected-links a:hover:after {
    left: 0;
    width: 100%;
    transition: width ease .3s
}

.c-disconnected-logo {
    margin: 2rem auto 0 auto;
    font-size: 5rem
}

.c-disconnected-body .c-button {
    background-color: transparent;
    border-width: 1px;
    cursor: pointer;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    padding: 1rem 1.5rem;
    user-select: none;
    vertical-align: middle;
    display: inline-block;
    border-color: #fff;
    min-height: 39px;
    line-height: 1.15;
    transition: all .2s;
    font-size: 1.5rem;
    border-style: solid;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem
}

.c-disconnected-body .c-button:hover {
    background-color: rgba(0, 0, 0, .1)
}

.c-disconnected-body .mb-0 {
    margin-bottom: 0
}

.c-disconnected-body .mt-2 {
    margin-top: .5rem
}



@media only screen and (min-width: 600px) {
    .c-disconnected-body h1 {
        font-size: 2.2rem
    }

    .c-disconnected-body p {
        font-size: 1.3rem
    }

    .c-disconnected-text-wrapper {
        margin: auto 1rem auto
    }

    .c-disconnected-links.c-disconnected-links--hide-small-screen {
        visibility: visible;
    }

    .c-disconnected-body .c-button {
        width: 50%;
    }
}

@media only screen and (min-width: 960px) {
    .c-disconnected-body h1 {
        font-size: 3.4rem
    }

    .c-disconnected-body p {
        font-size: 1.6rem
    }

    .c-disconnected-text-wrapper {
        margin: 20rem auto;
        width: 40rem;
    }

    .c-disconnected-links {
        flex-direction: row
    }

    .c-disconnected-links a {
        margin: 0 3.6rem 5rem
    }

    .c-disconnected-body .c-button {
        width: 100%;
    }
}
