@media (min-width: 768px) {
  #SarahBG {
    width: 100%;
    height: 100vh;
    background-image: url("../../assets/img/SarahMartinBG.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #000000;
  }
}

@media (min-width: 300px) {
  #SarahBG {
    width: 100%;
    height: 100vh;
    background-image: url("../../assets/img/SarahMartinBG.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #000000;
  }
}

.navbar.navbar-light.navbar-expand-md {
  border-bottom: 1px solid #fff;
}

#bio {
  color: white;
  margin: auto;
  text-align: left;
  font-weight: 200;
  padding-top: 280px;
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 768px) {
  #bio {
    color: white;
    margin: auto;
    text-align: left;
    font-weight: 200;
    max-width: 800px;
  }
}

#comingsoon {
  color: red;
}

#geeks {
  margin: auto;
}

#geeksheadings {
  font-size: 16px;
  text-align: center;
}

#SarahBG_Contact {
  background-attachment: fixed;
}

#menubar {
  border-bottom: 1px solid white;
}

