body {
    color: #3f3f3f;
    font-family: Georgia, "Times New Roman", Times, serif;
}

a {
    color: #3f3f3f !important;
    font-style: italic;
}

li {
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6, strong {
    font-weight: bold;
}

#home #nav-home a, #projects #nav-projects a, .resume #nav-resume a, #about #nav-about a, #contact #nav-contact a {
    border-color: #3f3f3f;
}

#tabs {
    margin: 0;
    padding: 0;
}

#tabs .nav-item a:hover {
    text-decoration: underline;
}

#tabs li.nav-item {
    display: inline;
    border-right: 1px solid black;
    line-height: normal;
    padding: 0.5rem 1rem;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#tabs .nav-link {
    border-radius: 0 !important;
    background-color: transparent;
    padding: 0 !important;
    padding-top: 0.2em !important;
    border-top: 0.2em;
    border-top-style: solid;
    border-color: transparent;
}

#tabs li.last {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

#overview div ul li {
    list-style-type: none;
    font-style: italic;
    font-size: 0.8rem;
}

.enth {
    color: #f81e25;
}

.hresume .experience .description, .summary {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
