body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: rgb(70, 70, 70);
    margin-top: -20px;
}
header {
    background-image: url(../images/Greg\ Sorensen\ Identity.gif);
    background-position:center;
    background-size: 100% 10%;

}
h1 {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.55);
    color: rgb(0, 0, 0);
}
nav {
    display:flex;
    justify-content: space-around;
    background-color: rgba(51, 51, 51, 0.7);
    padding: 10px -0px;
    
}
 
 a {
    text-decoration: none;
    color: lightgray;
} 

a:hover {
    color: black;
    text-shadow: 1px 1px 0 orange, -1px -1px 0 orange, 1px -1px 0 orange, -1px 1px 0 orange;
    font-size: 24px;
}

li, h3 {
    color: lightgray;
}
h3 {
    font-size: 20px;
    border-left: 2px solid orange;
    padding: 0px 0px 20px 20px;
    margin: 0px -60px 0px 0px;
}

h2 {
    text-align: center;
} 
section h2 {
    background-color: rgba(255, 255, 255, 0.3);
    letter-spacing: 40px;
} 

.line {
    display:flex;
    justify-content: space-around;
        
}
.line h4 {
    text-align: center;
    margin: 0px;
    font-size: 20px;
    font-weight: normal;
    border-bottom: 1px solid orange;
    padding: 5px;
    letter-spacing: 5px;
}

.boxes table {
    width: 100%;
    font-size: 15px;
    margin-top: 10px;
}


.boxes {
    background-color: #333;
    border-left: 2px solid orange;
    width: 100%; 
    margin: 1px 0px; 
    color: lightgray;
    padding: 10px 10px 10px 10px;
} 

table {
    border-collapse: collapse; 
}

table, th, td {
    border: 1px solid white;
    font-size: 12px;
}

th {
    padding: 0px 35px;
    font-size: 16px;

}
 td {
    padding:5px;
 }
