:root {
    --screen-left: 0px;
    --screen-top: 0px;
    --screen-width: 100%;
    --screen-height: 100%;
    --screen-color: #000000;
    --menu-height: 45px;
    --thin-border: 1px solid #FFFFFF;
    --list-image: 200px;
    --bullet-size: 20pt;
    --font-color: #FFFFFF;
    --font-text1: 50pt;
    --font-text2: 20pt;
    --font-text3: 16pt;
    --font-text4: 14pt;
    --font-text5: 12pt;
    --font-text6: 11pt;
    --font-text7: 10pt;
}
html, body
{
  height: 100%;
}
body {
    background-color: #323232;
    font-family: Avenir, Verdana, Geneva, sans-serif;
	color: var(--font-color);
    margin: 0px;
    min-width: 980px;
}
img, td {
    text-align: center;
    vertical-align: middle;
}
hr {
    border: var(--thin-border);
}
a {
    color: #7AC943;
    text-decoration: none;
}
.bind {
    visibility: hidden;
    font-size: 5pt;
}
input[type="text"], input[type="email"], textarea {
    width: 90%;
    margin: 10px;
    font-size: var(--font-text5);
}
textarea {
    height: 90px;
}
#submit-button:hover {
    border-color: #7AC943;
}
input[type="submit"] {
    cursor: pointer;
}
.bullet1 {
    color: #FF1D25;
}
.bullet2 {
    color: #FF931E;
}
.bullet3 {
    color: #7AC943;
}
.bullet4 {
    color: #3FA9F5;
}
.bullet1, .bullet2, .bullet3, .bullet4 {
    color: var(--font-color);
    font-size: var(--bullet-size);
    vertical-align: middle;
}
#frame {
    background: url('../images/wallpaper/splash.jpg');
    background-color: var(--screen-color);
    background-size: cover;
    width: var(--screen-width);
    height: var(--screen-height);
	border-collapse: collapse;
}
.edges {
    height: var(--menu-height);
}
#header {
    background-image: linear-gradient(to bottom, #000000, transparent);
    width: var(--screen-width);
    height: var(--menu-height);
    border-collapse: collapse;
    border-bottom: var(--thin-border);
}
#header td {
    width: calc(var(--screen-width) / 5);
}
#body {
    vertical-align: top;
}
#footer {
    background-image: linear-gradient(to top, #000000, transparent);
    width: var(--screen-width);
    height: var(--menu-height);
    border-collapse: collapse;
    border-top: var(--thin-border);
}
#footer td {
    width: calc(var(--screen-width) / 5);
}
#links img {
    height: calc(var(--menu-height) - 10px);
    margin: 5px;
}
#splash {
    position: absolute;
    top: calc(var(--menu-height) + 10px);
    left: 10px;
}
#splash-icon {
    height: 20px;
    visibility: hidden;
}
#splash-icon:hover {
    cursor: pointer;
}
#date {
    position: absolute;
    bottom: calc(var(--menu-height) + 10px);
    right: 10px;
}
button {
    display: block;
    margin: auto;
    color: var(--font-color);
}
button:hover {
    cursor: pointer;
}
button.menu {
    background-color: transparent;
    width: 150px;
    border: var(--thin-border);
    font-size: var(--font-text4);
}
#system .screen {
	display: none;
	z-index: 0;
}
#system .screen.active {
    display: block;
}
.main {
    width: 50%;
    float: left;
}
.main .title {
    font-size: var(--font-text1);
    font-weight: bold;
}
.main .jobtitle {
    font-size: var(--font-text3);
    font-weight: lighter;
}
.main .subtitle {
    font-size: var(--font-text2);
    font-weight: lighter;
}
.main .body .title {
    font-size: var(--font-text2);
    font-weight: bold;
    text-align: left;
}
.main .body .title .bind {
    font-size: calc(var(--font-text2) * 0.75);
}
.main .body .subtitle {
    font-size: var(--font-text4);
    font-weight: lighter;
    text-align: left;
    margin-top: -5px;
    margin-bottom: 5px;
}
.main .body .subtitle .bind {
    font-size: calc(var(--font-text4) * 0.75);
}
.main .body .edutitle {
    font-size: var(--font-text3);
}
.main .body .datetitle {
    font-size: var(--font-text5);
    font-weight: lighter;
    text-align: left;
    text-indent: 20px;
    margin-bottom: 10px;
}
.main .body .datetitle .bind {
    font-size: calc(var(--font-text5) * 0.75);
}
.main .header {
    background-image: linear-gradient(to bottom, transparent,rgba(0,0,0,0.50));
    padding: 10px 0px;
}
.main .body {
    font-size: var(--font-text5);
    font-weight: lighter;
    text-align: left;
    background-color: rgba(0,0,0,0.50);
}
.main .body div {
    overflow-y: auto;
    padding: 20px 20px;
}
.main .body p {
    text-indent: 30px;
}
.main .body p:nth-child(1) {
    margin-top: 0px;
}
.main .body p:nth-child(n) {
    margin-bottom: 0px;
}
.main .body dt {
    text-align: center;
}
.main .body .list {
    width: 100%;
    border-collapse: collapse;
}
.main .body .list td {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.main .body .list td:nth-child(1) {
    text-align: left;
}
.main .body .list ul {
    margin-right: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.main .body .list img {
    width: var(--list-image);
}
.main .body .list td:nth-child(2) {
    width: calc(var(--list-image) + 10px);
}
.side {
    width: 50%;
    float: right;
    overflow-y: auto;
}
.gallery .container {
    position: relative;
    width: 100%;
}
.gallery img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #000000;
    box-shadow: 5px 5px 8px rgba(0,0,0,0.75);
    transition: .5s ease;
    backface-visibility: hidden;
}
.gallery .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.gallery .container:hover img {
    opacity: 0.50;
}
.gallery .container:hover .middle {
    opacity: 1;
    z-index: 1;
}
.gallery .text dt:nth-child(1) {
    font-size: 2.0vw;
    font-weight: bold;
}
.gallery .text {
    background-color: var(--screen-color);
    color: var(--font-color);
    font-size: 1.5vw;
    padding: 1.0vw 2.0vw;
}
.gallery br {
    content: "";
    margin: 2em;
    display: block;
    font-size: 25%;
}
.gallery span {
    visibility: hidden;
}
.form-submit {
    text-align: center;
    margin:-20px;
}
#submit-button {
    background-color: transparent;
    width: 150px;
    border: var(--thin-border);
    color: var(--font-color);
    font-size: var(--font-text4);
}
#sent-status {
    margin: -10px;
    padding: 7px;
    visibility: hidden;
    background-color: #000000;
}