
@font-face {
    font-family: 'ubuntulight';
    src: url('../fonts/ubuntu-l-webfont.eot');
    src: url('../fonts/ubuntu-l-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ubuntu-l-webfont.woff2') format('woff2'),
    url('../fonts/ubuntu-l-webfont.woff') format('woff'),
    url('../fonts/ubuntu-l-webfont.ttf') format('truetype'),
    url('../fonts/ubuntu-l-webfont.svg#ubuntulight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ubuntumedium';
    src: url('../fonts/ubuntu-m-webfont.eot');
    src: url('../fonts/ubuntu-m-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ubuntu-m-webfont.woff2') format('woff2'),
    url('../fonts/ubuntu-m-webfont.woff') format('woff'),
    url('../fonts/ubuntu-m-webfont.ttf') format('truetype'),
    url('../fonts/ubuntu-m-webfont.svg#ubuntumedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
    background: #fff;
    font-family: 'ubuntulight';
}

.page-suspended .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-suspended .content .adjust {
    position: relative;
    width: 100%;
}

.page-suspended .image {
    text-align: center;
    margin: 0;
}

.page-suspended .image img{
    display: inline-block;
}
.page-suspended .button {
}

@media screen and (max-width: 768px)
{
    .page-suspended .message  {
        text-align: center;
        background: transparent;
        margin-top:50px;
    }

    .page-suspended .message a {
        background: none;
        padding:00px;
    }
    .page-suspended .message span {
        display: block;
        padding:5px 0;
    }
}
