body {
    margin: 0 5%;
    /* text-align: justify; */
    font-family: "Bitter","Open Sans", sans-serif;
    font-size: 1.2rem;
    background-color:ivory;
    max-width: 800px;
    margin: 2em auto;
    padding: 1em;
    /*
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    */
}

h1, h2, h3 {
    margin-bottom: 0.8em;
}

h1 {
    font-size: 2.5em;
    text-align: center;
    color: #048d82;
    font-family: "Bitter", "Open Sans", sans-serif;
    font-weight: 500;
}

h2 {
    font-size: 1.7em;
    margin-bottom: 0.3em;
    font-family: "Bitter", "Open Sans", sans-serif;
    color: #048d82;
    font-weight: normal;
}

h3 {
    font-size: 1.3em;
    margin-bottom: 0.5em;
    color: #048d82;
    font-family: "Bitter", "Open Sans", sans-serif;
    font-weight: normal;
}

ul.cv-list li {
    margin-bottom: 0.7em;
    list-style-type: none;
}

ul.tight-list li {
    margin-bottom: 0.3em;
    list-style-type: "- ";
}

ul.cv-list li div {
    font-size: 0.9em;
}

p {
    margin-top: 0;
    color: darkslategray;
    font-size: 1em;
}

a:link {
    color:darkcyan
}

a:visited {
    color:darkgoldenrod
}

/* For phones
@media (max-width: 500px) {
  body {
    text-align: left;
  }
}
*/
