body {
  font-family: "Montserrat", sans-serif;
}

.years {
  font-size: 0.8rem;
  font-style: italic;
  padding-left: 0.4rem;
}

.note {
  font-size: 0.7rem;
  font-style: italic;
}

ul {
  list-style: none;
  padding-left: 0;
}

a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-decoration: none;
  color: #2e67bd;
  font-weight: 800;
}

a:hover {
  color: #19a1f0;
}

#about {
  background-color: white;
}

#skills {
  background-color: white;
}

h1 {
  font-size: 3rem;
  font-weight: 600;
  text-transform: uppercase;
}

h2 {
  font-size: 2.5rem;
  color: #084c61;
  font-weight: 600;
}

h3 {
  font-size: 2rem;
  color: #56a3a6;
  padding-top: 1.5rem;
}

h4 {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
  color: #4f6d7a;
  padding: 0.5rem 0 0 0;
}

.printOnly {
  display: none;
}

@media print {
  .noPrint {
    display: none;
  }
  .printOnly {
    display: initial;
  }
}
/*# sourceMappingURL=style.css.map */