/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body {
  font-family: 'Raleway', sans-serif;
  /* line-height: 1.75; */
  line-height: 2;
}

.heading {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}

/* Header */
h1 {
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
}

.header h2{
  text-transform: uppercase;
  font-weight: 600;
}

.header p {
  line-height: 1.75;
  font-size: 18px;
}

/* Skills */
.skills li{
 line-height: 1.5;
}

/* Work */
.jobTitle{
  font-weight: 600;
}

.date{
  font-style: italic;
}

.jobTitle, .workplace{
  line-height: 1.5;
}

.achievements h5, .previousRoles h5 {
  line-height: 1.5;
}

.achievements li, .previousRoles li{
  line-height: 1.5;
  list-style:circle;
}

/* Edu Pat Pub Spea*/
.education, .patents, .publicSpeaking {
  line-height: 1.5;
}

/* Footer */
.footer p {
  font-size: 10px;
}
