@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');

body {
  background-color: #ebf3f7;
  line-height: 1.5;
  font-weight: 400;
}

header {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 1rem 0 0.75rem;
  background-color: #ffffff;
}

.advertisement {
  font-size: 0.75rem;
  font-weight: 300;
  margin: 0 auto;
  padding: 0;
  color: #6f6f6f;
}

main {
  padding: 1rem 0;
}

.page-container {
  padding-bottom: 1rem;
  padding-top: 1rem;
  background-color: #ffffff;
}

.page-headline,
.page-byline,
.page-tagline,
.page-top-image {
  margin-bottom: 1rem;
}

.page-headline h1 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 2.8rem;
  letter-spacing: -0.05rem;
  margin-top: 0;
}

.page-byline img {
  width: 40px;
  height: 40px;
  margin-right: 0.75rem;
  border-radius: 50%;
}

.page-byline p {
  font-size: 1rem;
  margin-right: 0.5rem;
  margin-top: 0.75rem;
}

.author-name {
  font-weight: 700;
}

.green {
  color: #7dc849;
}

.page-tagline h2,
.page-intro h2 {
  font-size: 1.5rem;
  font-weight: 700;
  font-style: italic;
}

.page-top-image {
  margin-bottom: 1rem;
}

.page-intro p {
  font-size: 1.15rem;
  font-weight: normal;
  margin: 0 0 1.25rem;
}

footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

footer p {
  font-size: 0.85rem;
  font-weight: 300;
  margin: 0.75rem auto;
}

.newsletter-form {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.newsletter-form h2 {
  font-size: 1.5rem;
  font-weight: 700;
}

.newsletter-form .form-group,
.newsletter-form .form-check {
  margin: 1rem auto;
}

.newsletter-form .form-check-label {
  font-size: 0.85rem;
  font-weight: 300;
}

/* Listicle System Styles */

.placement-group h2 {
  font-weight: bold;
  font-size: 1.5rem;
}

.placement-group img {
  display: block;
  width: 100%;
  max-width: 730px;
  height: auto;
  margin: 0 auto 1.15rem auto;
}

.placement-group p,
.placement-group li {
  font-size: 1.15rem;
  margin: 0 0 1.25rem;
}

.placement-group a {
  color: #006699;
  cursor: pointer;
  text-decoration: underline;
}

.placement-group a:focus,
.placement-group a:hover {
  color: #7dc049;
}

.placement-button {
  font-size: 1.5rem !important;
  font-weight: bold !important;
  white-space: normal !important;
  border-radius: 0.25rem !important;
  background-color: red !important;
  color: white !important;
  display: block !important;
  width: 100% !important;
  border: none !important;
  padding: 1rem 1rem !important;
  margin: 1.25rem auto;
  vertical-align: middle !important;
  overflow: hidden !important;
  text-decoration: none !important;
  text-align: center !important;
  cursor: pointer !important;
}

.placement-button:focus,
.placement-button:hover {
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.2), 0 0.375rem 1.25rem 0 rgba(0, 0, 0, 0.19);
}

@media only screen and (max-width: 767px) {
  .page-headline h1 {
    font-size: 1.75rem;
  }

  .page-byline p {
    font-size: 0.85rem;
  }

  .placement-button {
    font-size: 1.25rem;
  }

  header img {
    width: 200px !important;
  }

  .page-tagline h2 {
    font-size: 1.25rem;
  }

  .page-intro p {
    font-size: 1rem;
  }
}