﻿/*#container {
    max-width: 1000px;
    margin: 0 auto;
    background: #EEE;
}*/

#fvpp-blackout {
    display: none;
    z-index: 499;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}
#welcome-message-admission {
    /*display: none;
    z-index: 500;
    position: fixed; 
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 20px 1%; 
    height: 300px;
    font-family: Calibri, Arial, sans-serif; 
    background-color: white;*/
    display: none;
    z-index: 500;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #7F0000;
    padding: 20px 1%; 
    font-family: Calibri, Arial, sans-serif; 
    background-color: white;
}
#welcome-message-admission h2 { 
    color: black; 
    font-family: Impact;
    font-size: 2em; 
    text-align: center;
    border-bottom: solid 6px #7F0000;
}
#fvpp-close {
    position: absolute;
    top: -10px;
    right: -8px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #7F0000;
    color: white;
    width: 20px;
    height: 22px;
    text-align: center;
    vertical-align: middle;
}

#fvpp-dialog h2 {
    font-size: 2em;
    margin: 0;
}
.parabtn a,.parabtn a:link {
    /*background-color: #00AFEF;*/
    background-color: #7F0000;
    color: white;
    font-size: 16px;
    font-weight: bold;
    display: block;
    width: 100%;
    transform: skew(-20deg);
    margin-bottom: 5px;
    padding: 2px;
    box-shadow: 3px 3px grey;
    text-align: center;
}

.parabtn a:hover {
    box-shadow: none;
}

.loginbtn {
    padding-top: 10%;
    text-align: center;
}

.loginbtn a,.loginbtn a:link {
    font-family: stencil;
    color:#7F0000;
    border:dashed 2px #7F0000;
    padding: 7px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.loginbtn a:hover {
    color: white;
    background-color: #7F0000;
}
