@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto/Roboto-Light.woff") format('woff'),
        url("fonts/Roboto/Roboto-Light.woff2") format('woff2'),
        url("fonts/Roboto/Roboto-Light.eot") format('eot'),
        url("fonts/Roboto/Roboto-Light.ttf") format('truetype');

}

html, body {
    font-family: Roboto, Fallback , sans-serif;
}

body {
    min-height: 80vh;
}

.back-btn {
    display: block;
    width: 32px;
    text-align: center;
    font-size: 24px;
    padding: 8px;
    text-decoration: none;
    color: black;
    position: absolute;
    left: 0;
    top: 0;
}

.site {
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

#banner {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

#banner {
    background-color: red;
    text-align: center;
    padding: 0;
}

#page-content {
    position: relative;
    z-index: 1;
    padding-top: 10vh;
    min-height: 80vh;
}

#logo-top {
    max-height: 10vh;
    width: auto;
}

.center-block {
    display: block;
    margin-left: 16px;
    margin-right: 16px;
    background-color: #fff;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    margin-bottom: 16px;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 100%;
    padding: 0 24px 50px 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

@media screen and (min-width: 1200px) {
    .center-block {
        margin-left: auto;
        margin-right: auto;
        max-width: 45%;
    }
}

.logo {
    width: auto;
    height: 125px;
}

.text-center {
    color: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 8px;
    opacity: .95;
    font-size: large;
}

.footer {
    display: block;
    bottom:  5px;
    position:  absolute;
    width:  100%;
    text-align: center;
}

.link{
    color: darkred;
    text-decoration: none;
}

.nolinebreak{
    white-space: normal;
}

@media screen and (min-width: 1200px) {
    .nolinebreak{
        white-space: nowrap;
    }
}
