@font-face {
  font-family: "Source Serif 4", serif;
  src: url(/fonts/Source_Serif_4/SourceSerif4-VariableFont_opsz,wght.ttf) format('truetype');
  font-style: normal;
  }
h1 {
  font-family: "Source Serif 4", serif;
  font-weight: 300;
  color: #333;
}

body {
  font-family: "Source Serif 4", serif;
}

.pad20 > img{
    padding-bottom: 20px;
}

.nav-item{
    font-size: 18px;
    font-weight: 300;
}
footer{
  padding-top: 10em;
}