/* margin, padding: T, R, B, L */
:root {
    --menu-count: 5;
    --background-color-01: #003594;
    --header-height: 60px;
    --header-color: white;
    --site-color-01: #c13584;
    --site-color-01-hover: #9e2f6e;
    --pitt-blue: #003594;
    --pitt-gold: #FFB81C;
}

body {
    background-color: var(--pitt-blue); 
    /* background-color: darkgray; */
    /* background-color: rgb(33, 33, 33); */
}

h1 {
    font-size: 26px;
    line-height: 32px;
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 600;
    text-transform: uppercase;
}

h2 {
    font-size: 28px;
    line-height: 32px;
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 600;
    text-transform: uppercase;
}

h3 {
    font-size: 26px;
    line-height: 32px;
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 600;
    text-transform: uppercase;
}

p {
    font-size: 18px;
    line-height: 26px;
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

a {
    font-size: 14px;
    line-height: 18px;
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    cursor: pointer;
}


/* .main-p {
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 70px;
    font-weight: 100;
    font-style: italic;
    text-align: left;
    text-decoration: underline;
    text-transform: none;
    line-height: 80px;
    word-spacing: 50px;
    z-index: 100;
}

.test-div {
    width: 100px;
    height: 100px;
    background-color: aquamarine;
    padding: 200px 0 0 200px; 
    z-index: 1000;
    border: blue solid 10px;
    cursor: pointer;
    display: none;
    visibility: hidden;
} */