
body{

    font-family: Arial, Helvetica, sans-serif;
}

#resume-container {

    margin-left: 9%;
}
#nav-bar {

    position: sticky;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 9%;
    margin-bottom: 40px;


    border-bottom: 1px solid lightgray;
}

#home {

    font-weight: bold;
}

#home:hover {

    color: blue;
}

a {

    text-decoration: none;
}
a:visited {

    color: black;
}

a#projects-redirect, #email-link {

    color: rgb(79, 133, 212);
}


#contact ul{
    
    list-style-type: none;
}

ul {

    list-style-type: none;
}

ul li {

    margin-bottom: 20px;
    font-size: 115%;
}

.list-spacer {

    width: 5px;
    height: 1px;
    display: inline-block;
}