header,
footer {
  background: #333;
  color: white;
  text-align: center;
}

.fixed-height {
  height: 250px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed-height img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.feature-icon img {
  background-color: white;
}

.section-header:target {
  scroll-margin-top: 120px;
}

.btn-primary {
  background-color: #00442F;
  border-color: #00442F;
}

.btn-primary:hover {
  background-color: #649E3C;
  border-color: #649E3C;
}

.btn-primary:focus {
  background-color: #3C6E1F !important;
  border-color: #3C6E1F !important;
}



@media (min-width: 577px) {
  #nav-order {
    justify-self: flex-end;
    align-self: center;
  }

  #navbarNav {
    display: flex;
  }

  #navbarNav ul {
    flex-grow: 1;
  }
}

@media (max-width:576px) {
  .poem-text {
    font-size: 0.8rem;
  }

  #navbarNav {
    flex-direction: column;
  }
}