/* Reset paddings and margins*/
body, h3, h4, h1, p, ul, li {
  margin: 0;
  padding: 0;
}
/* start actual styles */
html {
  font-size: 16px;
}
body {
  font-family: sans-serif;
  color: #332;
}
h1, h3, h4 {
  /*color: #4472b9;*/
  /*font-weight: normal;*/
}
h1 {
  margin-top: 4rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: normal;
}
p {
  margin-top: 1rem;
  line-height: 1.6;
}
h3 {
  font-weight: bold;
  color: #4472b9;
  margin-top: 2rem;
  font-size: 1.5rem;
}
h4 {
  margin-top: 1.5rem;
}
ul {
  display: block;
  list-style: disc outside;
  margin-left: 1rem;
  line-height: 1.6;
  margin-top: 0.8rem;
}
li {
  margin-top: 0.5rem;
}
.container {
  margin: 0 auto;
  max-width: 780px;
  padding: 0 1rem 1rem;
}
.email, .location {
  line-height: 1.6;
}
.experience-list {
  /*padding-left: 1rem;*/
  list-style: none;
  margin: 0;
}
.experience:not(:last-child) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.5rem;
}
.experience.experience-noborder {
  border-bottom: none;
  padding-bottom: 0;
}
.experience-date {
  color: #888;
}
.images {
  list-style: none;
  margin-left: 0;
}
.image {
  display: inline-block;
  margin-right: 0.5rem;
  margin-top: 0;
}
.image-img {
  height: 15rem;
  width: auto;
  border: none; /* IE fix */
}

@media print, (max-width: 768px) {
  h1 {
    margin-top: 2rem;
  }
  .container {
    max-width: none;
  }
}
@media print {
  .container {
    padding: 0;
  }
  .images {
    display: none;
  }
  .experience:not(:last-child) {
    border-bottom: none;
    padding-bottom: 0;
  }
}
