﻿html, body {
    /*height: 100%;
            height: 100vh;*/
    /*display: -ms-flexbox;
            display: flex;*/
}

@Media(min-height: 450px) {
    #content-wrapper {
        height: 100%;
        height: 100vh;
    }
}


#content-wrapper {
    height: 100%;
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    /*background-color: #f5f5f5;
    margin-bottom: -56px;
            margin-top: -56px;*/
}

.centered-container {
    border: 1px solid #000;
    max-width: 600px;
    background-color: white;
    /*padding-bottom: 8px;*/
    text-align: center;
    padding-top: 15px;
    border-bottom-width: 1px;
    padding-bottom: 15px;
    box-shadow: 10px 10px 15px gray;
}

.instruction-message {
    min-height: 50px;
    padding-top: 15px;
    padding-bottom: 10px;
}

.beast-image {
    margin-bottom: 10px
}

.disclaimer-message {
    margin-top: 20px;
    font-size: small;
    font-style: oblique
}

body {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image:url('/Images/vellum-plain-background-repeating.jpg');
}

/* http://1-background.com/images/vellum/vellum-plain-background-repeating.jpg */

.centered-box-header {
    background-color: #073086; /*var(--tame-blue);*/
    margin-top: -15px;
    margin-bottom: -15px;
    padding-top: 10px;
    border-bottom-width: 10px;
    padding-bottom: 10px;
}

.centered-box-header h1 {
    font-size: 1.75rem;
    color: white;
    margin-bottom: 0 !important;
}

.error-header {
    background-color: #A22135; /*var(--tame-red);*/
}

h2 {
    display: block;
    font-size: 1.25rem;
    /*margin-block-start: 1.67em;
            margin-block-end: 1.67em;
            margin-inline-start: 0px;
            margin-inline-end: 0px;*/
    font-weight: bold;
}

.centered-box-header .close a {
    color: white;
}

@media only screen and (max-height:500px) {
    .hide-tiny {
        display: none;
    }
}
