#nav-menu {
    background-color:  #eee;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 98%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px
}
#nav-menu a {
    color: black;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
}
#nav-menu a:hover {
    background-color: #9e9c9c;
    color: white;
}

/* Section styles */
section {
    padding: 50px;
    text-align: center;
}
section#home {
    background-color: #f5f5f5;
}
section.about {
    background-color: #eee;
}
section#skills {
    background-color: #f5f5f5;
}
section#projects {
    background-color: #eee;
}
section#contact {
    background-color: #f5f5f5;
}
h2 {
    margin-top: 0;
}




#resume-button-1:hover{
    color: white;
    background-color: rgba(186, 185, 185, 0.737);
}




.git a:hover{
    background-color: blue;
    color: blue;
}

.resume:hover{

    background-color: blue;
    color: white;
}

#contact-phone{
    color: blue;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: larger;
    font-weight: bolder;
    /* font-style: italic; */
}

#contact-email{
    color: blue;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: larger;
    font-weight: bolder;
}

#dob{
    color: blue;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: larger;
    font-weight: bolder;
}

#role{
    color: blue;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: larger;
    font-weight: bolder;
    margin-bottom: 2px;
}




.project-github-link:hover{

    background-color: black;
    color: white;
}

.project-deployed-link:hover{
    background-color: black;
    color: white;
}