#headerContainer {
    font-family: 'Arvo', serif;
    background-color: navy;
    color: white;
    text-align: center;
    text-decoration: solid;
    padding-top: 40px;
    text-indent: 30px;
}

#navBar {
    font-size: larger;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    text-decoration: none;
}

#navBar a{
    text-decoration: none;
}

#profilePicture {
    height: 25%;
    width: 25%;
    border-radius: 25px 25px 25px 25px;
    margin: auto;
    display: block;
}


#downloadResume:hover{
    background-color: yellow;
}

#downloadResume a:hover{
    color: black;
}

#downloadResume{
    display: block;
    margin: auto;
    padding: 15px 25px;
    font-size: 24px;
    background-color: #335c81 ;
    border-radius: 10px;
    box-shadow: 9px 18px lightgray;
}


#downloadResume a {
    text-decoration: none;
    color: beige;
}
/*.mottoContainer {
    background-image: url('img/personal_motto.jpg');
    background-size: cover;
    background-position: center;
    height: fit-content;
    width: 100%;
}
*/

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}


.content {
    flex: 1;
}


table {
    width: fit-content;
    align-self: center;
    table-layout: auto;
    border-collapse: collapse;
}

th,td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

thead, th {
    background-color: #f2f2f2;
}

#updateSep242023 {
    font-family: 'Arvo', serif;
    
}

footer {
    background-color: navy;
    color: white;
    font-family: 'Arvo', serif;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}
