#intro-background-image {
  background: url(/images/homepage-hero.jpg);
  background-size: cover;
  background-position: center;
  color: white;
  padding: 2rem 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#intro-background-image h2 {
  color: inherit;
}
@media (min-width: 768px) {
  #intro-background-image {
    height: 50vh;
  }
}
#intro-background-image .text-center {
  text-align: center;
}
#intro-background-image .container {
  max-width: 700px;
  font-size: 20px;
}
#intro-background-image p {
  margin: 0;
}
#intro-background-image .box {
  padding: 1rem;
  background: rgba(13, 26, 46, 0.65);
  margin: .25rem 0;
}
#intro-background-image .box a {
  display: inline-block;
  line-height: 1rem;
  text-decoration: none;
  border-bottom: 1px solid white;
  color: white;
}
#intro-background-image .box a:hover {
  border-bottom-color: transparent;
}
#intro-background-image .flex {
  display: flex;
  align-items: center;
}
#intro-background-image .flex .full {
  flex: auto;
}
#intro-background-image .flex.auto > div {
  width: 50%;
  flex: auto;
}
#intro-background-image .flex.between {
  justify-content: space-between;
}
#intro-background-image .flex.around {
  justify-content: space-around;
}
#intro-background-image .flex > div {
  margin: 0 .5rem;
}
#intro-background-image .flex > div:first-of-type {
  margin-left: 0;
}
#intro-background-image .flex > div:last-of-type {
  margin-right: 0;
}
#intro-background-image .flex > div select {
  width: 100%;
  font-size: 18px;
  border-radius: 4px;
  text-align: center;
  text-align-last: center;
  padding: .25rem 0;
}
#intro-background-image select,
#intro-background-image input {
  width: 100%;
  font-size: 18px;
  border-radius: 4px;
  text-align: center;
  text-align-last: center;
  padding: .25rem 0;
  background: #d5d6d8;
}
#intro-background-image .ml-1 {
  margin-left: 1rem;
}
#intro-background-image .mb-1 {
  margin-bottom: 1rem;
}
#intro-background-image .m-0 {
  margin: 0;
}
#intro-background-image .btn {
  font-size: 18px;
  text-shadow: 0px 0px 2px black;
}
#intro-background-image .btn-wide {
  padding: .5rem 4rem;
}
#intro-background-image .btn-full {
  width: 100%;
  border: none;
  display: block;
  text-align: center;
  color: inherit;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
#intro-background-image .btn {
  font-weight: 600;
}
.list-unstyled {
  margin: 0 auto;
}
.list-unstyled .btn-secondary {
  display: block;
  text-align: center;
}
.content .list-unstyled h2 {
  font-weight: 500;
}
.content .list-unstyled h3 {
  font-weight: 700;
}
.content .list-unstyled h2,
.content .list-unstyled h3,
.content .list-unstyled h3 a {
  color: white;
  text-decoration: none;
}
