#Articles__Hero {
  background: #aa1e2a;
  color: white;
  margin: 3rem auto;
  padding: 3rem 4rem;
}

#Articles__Hero .heading-container {
  margin: 0;
}

#Articles__Hero .subheading-container {
  margin-bottom: 0;
}

#Articles__Hero .subheading-container .bio-text {
  color: white;
}

.hero-heading {
  color: white;
  margin-bottom: 3rem;
}


a.navigation-text {
  text-decoration: none;
}

#search-box {
  text-align: center;
  margin: 15px;
}
#search-input {
  height: 46px;
  border-radius: 48px;
  border: 0.5px solid lightgrey;
  width: 100%;
  position: relative;
  padding-right: 40px;
  padding-left: 10px;
  max-width: 754px;
  margin: 0 auto;
}
#search-btn {
  height: 46px;
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
  padding: 15px;
  font-size: 1.1em;
  position: absolute;
  /*right: 15px;*/
  border-left: 0.5px solid lightgrey;
}