body {
  background: #FAFAFA;
  color: #151515;
  font-family: 'Lora', serif;
  font-size: 16px;
  line-height: 225%;
  min-width: 320px;
}

h1, h2, h3, h4 { font-weight: 400; }

h1 {
  font-family: 'Libre Baskerville', serif;
}

h2 {
  font-family: 'Libre Baskerville', serif;
  color: #373B3E;
}

h3 {
  font-family: 'Libre Baskerville', serif;
}

h4 {
  font-family: 'Oswald', sans-serif;
  color: #CCCCCC;
  letter-spacing: 0.88px;
  text-shadow: 0px 1px 1px #FFFFFF;
  text-transform: uppercase;
}

h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 267%;
  margin: 0 0 32px 0;
}

h6 {
  font-style: italic;
  font-weight: bold;
}

p {
  margin: 12px 0 24px;
}

p:last-child {
  margin-bottom: 0;
}

em {
  font-style: italic;
}

a, a:link, a:active, a:visited {
  color: #373B3E;
  text-decoration: none;
}

header,
section,
footer,
.row,
.col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
}

header:after,
section:after,
footer:after,
.row:after,
.col:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

header,
section,
footer,
.row,
.col,
img {
  display: block;
}

.row,
.col {
  float: left;
}

.size1of1 {
  float: none;
  margin: 0 auto;
  max-width: 64em;
  width: 91%;
}

.size1of3 {
  margin: 0;
  width: 100%;
}

#main-header {
  border-bottom: 4px solid #CCCCCC;
  margin: 32px 0;
  padding-bottom: 32px;
}

#work-experience {
  border-bottom: 4px solid #CCCCCC;
  margin: 0 0 32px;
  padding-bottom: 8px;
  width: 100%;
}

.work-item {
  margin-bottom: 48px;
}

#education,
#skills,
#accolades {
  margin-bottom: 24px;
}

@media all and (min-width: 48em) {
  .size1of3 {
    margin-left: 1.5%;
    margin-right: 1.5%;
    width: 30.333333%;
  }

  h1 {
    font-size: 48px;
    font-size: 3.25vw;
    line-height: 133%;
  }

  #contact-me {
    float: right;
  }
  .p-number,
  .p-number:visited {
    color: inherit;
    cursor: text;
  }
  .p-number:hover,
  .p-number:focus,
  .p-number:active,
  .p-number:visited:hover,
  .p-number:visited:focus,
  .p-number:visited:active {
    color: inherit;
  }
  #main-header,
  #work-experience {
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
}

@media all and (min-width: 64em) {
  .size1of1 {
    width: 100%;
  }
}
