body {
  font-family: 'Bitter', serif;
}

#head {
  position: relative;
}
#head #headLogo {
  background-image: url("../img/logo.png");
}
#head #headNav a {
  text-decoration: none;
  color: #333;
}
#head #headNav a::after {
  background-color: #333;
}

main {
  padding: 100px 0;
}

h1 {
  text-transform: uppercase;
  font-family: Helvetica;
  font-weight: 900;
  margin-bottom: 100px;
  text-align: center;
  font-size: 38px;
}

h2 {
  margin-bottom: 20px;
  margin-top: 50px;
  font-weight: 600;
  font-size: 28px;
}

h3 {
  margin-bottom: 20px;
  margin-top: 50px;
  font-weight: 600;
  font-size: 24px;
}

p, li {
  line-height: 1.6;
  font-size: 16px;
}

ul, ol {
  margin: 20px;
  margin-left: 30px;
}

ul.alpha, ol.alpha {
  list-style-type: lower-alpha;
}

ul li, ol li {
  margin-bottom: 5px;
}

ul li:last-child, ol li:last-child {
  margin-bottom: 0;
}

a {
  color: #1565c0;
}
a:hover {
  text-decoration: underline;
}

.wrapper {
  width: calc(100% - 30px);
  max-width: 1024px;
}
.wrapper > p {
  margin-bottom: 15px;
}

/*# sourceMappingURL=document.css.map */
