@import url("https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy:ital@0;1&display=swap");
.header {
  background-color: #f6f6f6;
  border-bottom: 1px solid #dddddd;
}

.header img {
  height: 14rem;
}

.content {
  padding-top: 2rem;
}

.content a {
  color: #4488D0;
}

.content .card {
  color: #333333;
  padding: 1rem;
  margin-bottom: 2rem;
  background-color: #f6f6f6;
  border-color: #dddddd;
}

.content .card p:last-child {
  margin-bottom: 0;
}

.content .card h2 {
  margin-top: 0;
  font-size: 130%;
  color: #49A298;
}

.footer {
  background: #f6f6f6;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(246, 246, 246, 0)), to(#f6f6f6));
  background: linear-gradient(0deg, rgba(246, 246, 246, 0) 0%, #f6f6f6 100%);
  color: #49A298;
  padding: 1rem;
  border-top: 1px solid #dddddd;
}

.poetica-main-title {
  font-size: 4rem;
  text-align: center;
  color: #4488D0;
  text-transform: uppercase;
  letter-spacing: 0.75rem;
  font-family: 'Sorts Mill Goudy', serif;
  font-weight: 100;
  font-size: 8vw;
  padding: 1vw;
}

@media screen and (min-width: 768px) {
  .poetica-main-title {
    font-size: 4rem;
    padding: 1rem;
  }
}

.poetica-heading {
  padding-top: 2rem;
  padding-bottom: 0rem;
  font-family: "Sorts Mill Goudy", serif;
  color: #999;
  font-style: italic;
}

.poetica {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.poetica h2 {
  font-family: "Sorts Mill Goudy", serif;
  color: #49A298;
  font-style: italic;
}

.poetica .attribution {
  color: #999;
}
/*# sourceMappingURL=custom.css.map */