﻿/* Organizational Structure:
 * 1. Classes.
 * 2. Elements (i.e., tag names).
 * 3. IDs (i.e., #)
*/

/**** CLASSES ****/
.Background-Tester {
    background-color: red;
}

.Background-Tester-2 {
    background-color: blue;
}

.Background-Tester-3 {
    background-color: green;
}

.Master-Bottom-Spacing {
    margin-bottom: 50px;
}

.Master-Center-Div {
    align-items: center;
    display: flex;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.Master-Full-Width-Important {
    width: 100% !important;
}

.Master-Image-Banner {
    height: fit-content;
    margin-left: auto;
    margin-right: auto;
    min-height: 100px;
    width: 100%;
}

.Master-Image-Logo {
    display: block;
    height: 100px;
    margin: auto;
    text-align: center;
}

.Master-Rad-Label-Logo {
    color: #011F5B !important; /* Penn Blue */
    font-family: "Times New Roman", "Segoe UI", Arial, Verdana, sans-serif;
    font-size: 48px;
    font-weight: bold;
}

.Master-Rad-Label-Logo-Div {
    align-content: center;
    display: block;
    height: 100px;
    overflow: clip;
    text-align: center;
    width: 100%;
}

.Master-Rad-Label-Test-Environment {
    background-color: white;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.Master-Rad-Menu {
    align-items: center !important;
    background-color: white;
    padding: 10px 0px 5px 0px;
    text-align: left;
}

.Master-Rad-Menu-Item {
    color: #011F5B !important; /* Penn Blue */
    text-decoration: none;
    font-weight: normal;
    font-family: "Times New Roman", "Segoe UI", Arial, Verdana, sans-serif;
    font-size: xx-large;
    float: none;
}

.Master-Spacing {
    padding-right: 0px !important;
    margin-right: 0px !important;
}
/**** CLASSES ****/
/**** ELEMENTS ****/
body {
    color: black;
    background-color: white;
    font-size: 14px;
    font-family: "Segoe UI", Arial, Verdana, sans-serif;
    margin: 0px;
    /*overflow: scroll !important;*/
}
/**** ELEMENTS ****/
