:target {
  /* Fixing Bootstrap fixed navbar */
  padding-top: 80px;
  margin-top: -80px;
}

iframe {
  border-style: none;
}

nav {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1030;
}

.hero-staff {
  background-image: url("static/nurse-group.jpg");
  background-size: cover;
  background-position-x: center;
  background-clip: content-box;
  background-repeat: no-repeat;
  min-height: 50vh;
  padding-left: 15px;
  padding-right: 15px;
  width: 90%;
}

.jumbotron {
  padding-bottom: 1rem;
}

.show-mobile {
  display: none;
}

.jumbo-text-container {
  background-color: #000000aa;
  border-radius: 1rem;
  padding: 1rem 2rem;
  align-self: center;
}

.jumbo-text-container h1 {
  font-size: 1.5rem;
}

.title {
  font-family: "Overlock", cursive;
  font-size: 3rem;
}

#healthAnnouncements {
  padding-left: 15%;
}

@media only screen and (max-width: 750px) {
  footer {
    padding-bottom: 6rem;
  }

  nav {
    top: initial;
    bottom: 0;
  }

  .hero-staff {
    background-clip: initial;
    min-height: 20vh;
    width: initial;
  }

  .hide-mobile {
    display: none;
  }

  .hero-staff h1 {
    font-size: 1.5rem;
    margin-bottom: 0.1rem !important;
    margin-top: 0px !important;
  }

  .jumbotron {
    padding: 0.5rem;
    justify-content: flex-end !important;
  }

  .jumbo-text-container {
    width: 100%;
    border-radius: 0rem;
    background-attachment: scroll;
  }

  .show-mobile {
    display: inherit;
  }

  .text-sm-center {
    text-align: center;
  }

  #healthAnnouncements {
    min-height: 1500px;
    padding-left: 0;
  }
}
