﻿html {
    /*background: url(../Images/VB_LOGO.png) no-repeat center center fixed;*/
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

body {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: large;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    background-color: rgba(255,240,240,0.9);
    width: 100%;
    /*background: url('../Images/VB_LOGO_25.png') no-repeat center center fixed;*/
    background-size: contain;
    background-blend-mode: lighten;
}

#divTopNav {
    position: fixed;
    top: 4px;
    right: 12px;
}

#cmdPrev {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: normal;
    font-size: 14px;
    background-color: #114c4e;
    color: #aae5e7;
    border-radius: 18px 6px 6px 18px;
    border: 2px solid #999999;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-right: 12px;
}

#cmdNext {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: normal;
    font-size: 14px;
    background-color: #114c4e;
    color: #aae5e7;
    border-radius: 6px 18px 18px 6px;
    border: 2px solid #999999;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
}

#PageText3 {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 64px;
    color: darkolivegreen;
    position: fixed;
    top: 40%;
    left: 10%;
}

#PageText4 {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 48px;
    color: darkolivegreen;
}

/*---------------- Classes ----------------*/
.TopTitle {
    color: grey;
    margin-left: 3vh;
    font-size: 4vh;
}

.colLeft {
    width: 40%;
}

.colRight {
    margin-left: 48px;
    max-width: 50%;
}

.colFull {
    font-family: sans-serif;
    font-weight: normal;
    font-size: 22px;
    width: 100%;
}

.colFull_minor {
    font-family: sans-serif;
    font-weight: normal;
    font-size: 18px;
    width: 100%;
}

.majorDiv {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 18px;
}

.minorDiv {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 0;
    margin-left: 60px;
}

.container {
    width: 40%;
    height: 15%;
    overflow: hidden;
}

.container img {
    width: 100%;
    height: auto;
}

.emblem {
    width: 72px;
    height: 72px;
    overflow: hidden;
    margin-right: 24px;
}

    .emblem img {
        width: 100%;
        height: auto;
    }

.emblem_small {
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-right: 18px;
}

    .emblem_small img {
        width: 100%;
        height: auto;
    }