body {
    background: #FFFFFF;
    font-family: 'Calibri', 'Arial', sans-serif; 
    font-size: 16px;
}
#lblTitle {
    font-size: 44px;
    font-family:'Roboto', 'Arial', sans-serif; 
}
.section-head {
    font-variant: small-caps;
    text-transform: uppercase;
    letter-spacing: 0.17em;
    line-height: 1.2em;
    font-weight: 500;
    margin-bottom: 1em;
    border-left: 1px solid #EF6C00;
    padding-left: 24px;
    margin-left: -24px;
    color: #818181;
}
.section-text {
    max-width: 960px;
    line-height: 1.4em;
}
.train-button {
    background-color: #f4793b;
    color: white;
}
.train-button:hover {
    background-color: #fdd2b8;
    color: black;
    font-weight: bold;
}
.train-button:active {
    transform: translateY(3px);
}
.sector-output{
    font-size: 45px;
    font-weight: bold;
    color: #006eb0;
}
/* LOADING ITEMS          */
#LoadingDiv{
    background: black;
    position: absolute;
    width: 100%;
    height: 100%;
}
#LoadingLabel{
    color: #808080;
    position: absolute;
    top: 15%;
    width: 100%;
    font-size: 120px;
    font-size: 30vw;
    font-weight: bold;
    text-align: center;
    
}
#LoadingMessage{
    color: #808080;
    position: absolute;
    top: 2%;
    left: 5%;
    font-size: 24px;
    font-size: 1.8vw;
    font-weight: bold; 
}

