@media screen and (max-width: 599px) {
  /* Target only devices below 600px */
  .sticky-header {
    position: fixed;
    top: 0;
  }
}

@media screen and (max-width: 599px) {
  #landing-deeperlife {
    width: 100%;
    font-size: x-large;
    position: relative;
    left: 25px;
  }
  #landing-nebraska {
    font-size: x-large;
    width: 100%;
    position: relative;
    left: 0px;
  }
  .landing-deeperlife {
    width: 100%;
    position: relative;
    left: 0px;
  }

  .nebraska-presentation {
    max-height: 750px;
    /*max-width: 500px;*/
    position: relative;
    left: 0px;
  }

  #bible-animation {
    width: 100%;
  }
  .bible-animation {
    width: 100%;
    position: relative;
    left: 0px;
  }
}

@media screen and (min-width: 600px) {
  #landing-deeperlife {
    width: 100%;
  }
  .landing-deeperlife {
    width: 100%;
    position: relative;
    left: 0px;
  }

  .nebraska-presentation {
    max-height: 750px;
    /*max-width: 500px;*/
    position: relative;
    left: 0px;
  }

  #bible-animation {
    width: 100%;
  }
  .bible-animation {
    width: 100%;
    position: relative;
    left: 0px;
  }
}

@media screen and (min-width: 1200px) {
  #landing-deeperlife {
    width: 188%;
    position: relative;
    left: -80px;
  }
  .landing-deeperlife {
    width: 188%;
    position: relative;
    left: -115px;
  }

  .nebraska-presentation {
    max-height: 750px;
    /*max-width: 500px;*/
    position: relative;
    left: 100px;
  }

  #bible-animation {
    width: 188%;
  }
  .bible-animation {
    position: relative;
    left: -115px;
  }
}

.bottom-nav {
  width: inherit;
  border-left: thin solid transparent !important;
  border-right: thin solid transparent !important;
  border-bottom: thin solid rgb(48, 48, 48) !important; /*rgb(99, 98, 98)*/
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.bottom-nav-heading {
  color: #829ba6 !important;
}

.close-space-top {
  margin-top: 0px !important;
}
