@font-face {
    font-family: "Montserrat";
    src: url('https://assets.bolia.com/layout/fonts/montserrat.woff2') format('woff2-variations');
    font-display: swap;
    font-weight: 100 900;
}
@font-face {
    font-family: "Cormorant";
    src: url('https://assets.bolia.com/layout/fonts/cormorant.woff2') format('woff2-variations');
    font-display: swap;
    font-weight: 100 900;
}

.c-disconnected-body {
    font-size: 62.5%;
    font-family: Montserrat, Arial, sans-serif;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    height: 100vh;
    margin: 0;
    background-color: #a29c92;
}

.c-disconnected-body h1 {
    font-family: Cormorant, Garamond, serif;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1.2;
}

.c-disconnected-body button, .c-disconnected-body p,
.c-disconnected-body .angucomplete-row,
.c-disconnected-body input,
.c-disconnected-body .angucomplete-searching {
    font-size: 1.2rem
}

.c-disconnected-body .angucomplete-row,
.c-disconnected-body .angucomplete-searching {
    text-align: left
}

.c-disconnected-body span {
    font-size: inherit
}

.c-disconnected-body {
    display: flex;
    flex-direction: column;
    position: relative;
}

.c-disconnected-body--background_offline {
    background: linear-gradient(180deg, #b4cae3, #acbcd3, #d9e0eb, #acbcd3, #d0dae9, #b9aa8d, #b9aa8d, #afc5aa);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: contrast(0.5);
    z-index: -1;
}

.c-disconnected-body--site-is-down {
    background-image: url('/layout/images/error-background.jpg?v=6');
    background-color: #485d6e;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.c-disconnected-text-wrapper {
    text-shadow: rgb(0 0 0 / 75%) 0 0 20px;
    display: flex;
    flex-direction: column;
    margin: auto 2rem auto
}

.c-disconnected-links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: auto auto 3rem auto;
    text-shadow: rgb(0 0 0 / 75%) 0 0 20px;
}

.c-disconnected-links.c-disconnected-links--hide-small-screen {
    visibility: hidden;
}

.c-disconnected-links a {
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
    padding-bottom: 0.5rem;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.c-disconnected-links a:after {
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    height: 1px;
    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: 0;
    transition: width ease .3s
}

.c-disconnected-logo {
    margin: 2.5rem auto 0 auto;
    font-size: 5rem;
    z-index: 3;
}

.c-disconnected-logo.c-disconnected-logo--offline {
    margin-top: 0;
}

.c-disconnected-body .c-button {
    font-family: "Montserrat", Arial, sans-serif;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 10%);
    background: rgb(0 0 0 / 3%);
    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
}

.c-disconnected-text-wrapper h1 {
    font-family: Cormorant, Garamond, serif;
}

@media only screen and (min-width: 600px) {
    .c-disconnected-body p {
        font-size: 1.3rem;
        line-height: 1.5;
    }

    .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%;
    }
}
@media only screen and (min-width: 1400px) {
    .c-disconnected-body h1 {
        font-size: 4.4rem
    }
}
