.jm-hero {
  background-image: url("hero-bg.png");
  background-size: cover; 
  background-position: center;
}

.jm-hero h2, .jm-hero hr {
  text-shadow: 0 3px 3px rgba(0, 0, 0, .9);
}

.button {
  border-top: 0.1rem solid rgba(255,255,255,0.3) !important;
  border-bottom: 0.1rem solid rgba(0,0,0,0.2) !important;
}

.feather {
  display: inline-block !important;
  margin-right: 0.5rem;
}

article {
  hr {
    margin: 2rem;
  }

  a {
    color: rgb(217 119 6);
  }

  img {
    margin: 0 auto;
  }

  figure {
    margin: 2rem 0;
  }

  h1 {
    font-family: "Lora", Georgia, serif;
    font-size: 3.75rem;
    font-weight: 600;
    letter-spacing: -0.05rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    text-align: center;
  }

  h2 {
    font-family: "Lora", Georgia, serif;
    font-size: 3rem;
    letter-spacing: -0.05rem;
    margin-top: 2rem;
    margin-bottom: .5rem;
  }

  h3 {
    font-weight: 600;
    font-size: 1.5rem;
    margin: 2rem 0 .5rem;
    letter-spacing: normal;
  }

  p {
    margin-bottom: 1rem;
  }

  ul, ol {
    list-style-type: disc;
    margin-left: 1rem;
  }

  > ul, > ol {
    margin-bottom: 1rem;
  }

  blockquote {
    margin: 2rem;
    font-style: italic;
    color: #777;
  }
}

.kind-home {
  h1 {
    color: white;
  }
}