#link-facilities {
  background-color: #4b7f9f;
  width: 14.2rem;
  color: rgb(245, 253, 254);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 5px;
  margin: 3px;
}
#link-bt {
  background-color: #4b7f9f;
  width: 18rem;
  color: rgb(245, 253, 254);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 5px;
  margin: 3px;
}

#facilities-list {
  margin: 3.5rem;
  position: relative;
  left: 220px;
  width: 70%;
}

.list-group {
  position: fixed;
  top: 200px;
  overflow: scroll;
  height: 65vh;
}

.list-group-2 {
  position: fixed;
  top: 250px;
  left: 2%;
}

.p-h4 {
  margin-left: 30px;
}

@media only screen and (max-width: 700px) {
  #facilities-list {
    margin: 5px;
    width: 90%;
    left: 5px;
  }

  #home-subheading {
    margin-top: 0.9rem;
  }

  .list-group,
  .list-group-2 {
    display: none;
  }
  h4 {
    font-size: 1.15rem;
    margin: 0.5rem;
  }
  h5 {
    font-size: 1rem;
  }
  p {
    font-size: 0.9rem;
  }
}

h4 {
  color: rgb(4, 81, 128);
  margin: 2rem;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-weight: bold;
}

h5 {
  color: rgb(59, 108, 169);
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-weight: bold;
}
