

body {
    background-color: #1c1c1c;
    color: #c5c5c5;
    font-family: "Source Code Pro", monospace;
    font-size: medium;
  }

.mainDiv {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 80%;
    max-width: 1000px;
    margin-left:auto;
    margin-right:auto;
}

/* unvisited link */
a:link {
    color: #48c6ff;
}
  
/* visited link */
a:visited {
    color: #048ac7;
}

h1 {
    color: #f3f3f3;
}

h2,h3,h4 {
    color:#48c6ff;
}

.linkList {
    list-style-type: "> ";
}

.navBar {
    margin: 0;
    padding: 0;
}

.navItem {
    display: inline;
    padding-right: 10px;
    color: #48c6ff;
}

.navItem::before{
    content: "> ";
    color: white;
}

.navItem:visited {
    color: #48c6ff;
}

.smallFont {
    font-size: small;
}

.cvEntry {
    margin-top: 1em;
    margin-bottom: 1em;
}

.cvEntry p {
margin-top: 0.4em;
margin-bottom: 0.4em;
}

.noWrap {
    display: inline;
    white-space: nowrap;
}