body {
    font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    color:#222;
    text-align: center;
}

p {
    font-size: 18px;
    color:#222;
}

.whitetext {
    font-size: 18px;
    color: white;
    text-decoration: none;
}

.centered {
    text-align: center;
}

/*information regarding styling the left navigation menu was found through W3Schools
https://www.w3schools.com/howto/howto_css_vertical_menu.asp*/
.leftNav {
    height: 100%;
    width: 310px;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 35px;
    background-color: #222;
    overflow: hidden;
    box-shadow: 0 5px 8px 5px rgba(0, 0, 0, 0.3);
}

.leftNav a {
    padding: 15px 5px;
    font-size: 18px;
    text-decoration: none;
    color: white;
    display: block;
}

.leftNav a:hover {
    background-color: lightgray;
    color: #222;
}

.leftNavHost {
    height: 100%;
    width: 310px;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 35px;
    overflow: hidden;
    background-color: #222;
}

.leftNavHost a {
    padding: 15px 5px;
    font-size: 18px;
    text-decoration: none;
    display: block;
    background-color: #222;
    color: white;
}

.leftNavHost a:hover {
    background-color: lightgray;
    color: #222;
    text-decoration: none;
}

/*information regarding styling the top navigation menu was found through W3Schools
https://www.w3schools.com/howto/howto_js_topnav.asp*/
.topNav {
    width: 100%;
    height: 35px;;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #222;
}

.topNav a {
    padding: 5px 15px;
    font-size: 18px;
    text-decoration: none;
    color: #ffd700;
    display: block;
    float: right;
    text-align: right;
}

.topNav a:hover {
    background-color: lightgray;
    color: #222;
}

.topNavHost {
    width: 100%;
    height: 35px;;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #222;
    color: white;
}

.topNavHost a {
    padding: 5px 15px;
    font-size: 18px;
    text-decoration: none;
    display: block;
    float: right;
    text-align: right;
    background-color: #222;
    color: white;
}

.topNavHost a:hover {
    background-color: lightgray;
    color: #222;
    text-decoration: none;
}

main {
    padding-left: 320px;
    padding-bottom: 35px;
    padding-top: 35px;
}

footer {
    padding-left: 5px;
    bottom: 0;
    left: 0;
    position: fixed;
    color: lightgray;
    background-color: #222;
    width: 100%;
}

footer span {
    display: block;
    float: right;
    height: 35px;
    line-height: 35px;
    padding-right: 25px;
    font-size: 18px;
}

ol, ul {
    list-style: none;
}

.profile {
    height: 75px;
    width: 75px;
}

.card {
    border-radius: 5px;
    width: 80%;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 20px;
    box-shadow: 0 5px 8px 5px rgba(0, 0, 0, 0.2);
}

.gridcontainer {
    display: grid;
    grid-template-columns: 25% 50% 25%;
}

.item1 {
    grid-column: 1;
}

.item2 {
    grid-column: 2;
}

.item3 {
    grid-column: 3;
    padding-right: 20px;
    text-align: right;
}

.orgchart {
    margin-top: 50px;
    text-align: center;
}

.orgcard {
    border-radius: 5px;
    width: 500px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 20px;
    box-shadow: 0 5px 8px 5px rgba(0, 0, 0, 0.2);
}

.orgcard a, .card a {
    color: #222;
}

.orgcard a:hover, .card a:hover {
    color: maroon;
}

.bioimage {
    height: 150px;
    width: 150px;
}

.biolist li {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

table {
    width: 100%;
    border:#555;
    border-collapse: collapse;
}

th, td {
    padding: 5px;
    text-align: left;
}

.productimage {
    height: 200px;
    width: 200px;
    padding-top: 15px;
}

textarea {
    width: 100%;
    height: 150px;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

input[type=text], input[type=password], select {
    width: 100%;
    height: 30px;
    font-size: 18px;
    margin: 8px 0;
}

input[type=submit], button[type=submit] {
    width: 100%;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    margin: 8px 0;
    background-color: #222;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    border: none;
}

.button {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 8px 0;
    width: 100%;
    font-size: 18px;
    background-color: #222;
    border-color: #444;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block
}

.button a {
    color: white;
    text-decoration: none;
}

label {
    font-size: 18px;
    color: #222;
}

.error {
    color: red;
}


.siteNav {
    width: 100%;
    height: 35px;
    position: fixed;
    top: 0;
    right: 0;
    background-color: maroon;
}

.siteNav a {
    padding: 5px 15px;
    font-size: 18px;
    text-decoration: none;
    color: #ffd700;
    display: block;
    float: right;
    text-align: right;
}

.siteNav a:hover {
    background-color: lightgray;
    color: #222;
}

.header {
    width: 100%;
    height: 70px;;
    position: fixed;
    top: 0;
    right: 0;
    background-color: maroon;
}

.icon {
    width: 25px;
}