html {
  height: 100%;
}

body {
  min-height: 100%;
  position: relative;
  padding-bottom: 6rem;
  overflow-x: hidden;
}

.headshot {
  background: url("../img/sarah1.jpg") center center/cover;
  height: 100%;
  width: 100%;
}

.text-transparent {
  color: rgba(0, 0, 0, 0);
}

.active {
  border-bottom: 2px white solid !important;
  border-radius: 5%;
}

.navbar-image {
  max-width: 75px;
}

.bg-black {
  background: black;
}

.wip-text {
  font-family: Arial, Helvetica, sans-serif;
  color: #888;
}

#navbar {
  z-index: 1;
}

#navbar .nav-link {
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 2px transparent solid;
}

#navbar .nav-link:hover {
  color: white;
  border-color: white;
  border-radius: 5%;
}

#navbar:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

#showcase-home, #showcase-photography, #showcase-graphic-design, #showcase-about, #showcase-contact {
  background: rgba(0, 0, 0, 0.4);
  height: 900px;
  width: 100vw;
  top: 0;
  left: 0;
  position: relative;
  overflow: hidden;
}

#showcase-home .vertical-center, #showcase-photography .vertical-center, #showcase-graphic-design .vertical-center, #showcase-about .vertical-center, #showcase-contact .vertical-center {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#showcase-home:before, #showcase-photography:before, #showcase-graphic-design:before, #showcase-about:before, #showcase-contact:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

#showcase-home:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: url("../img/showcases/home.jpg") center center/cover;
  z-index: -1;
}

#showcase-photography, #showcase-graphic-design, #showcase-about, #showcase-contact {
  height: 450px;
}

#showcase-photography:before, #showcase-graphic-design:before, #showcase-about:before, #showcase-contact:before {
  background-position-y: top;
}

#showcase-photography:before {
  background: url("../img/showcases/photography.jpg") center center/cover;
}

#showcase-graphic-design:before {
  background: url("../img/showcases/graphicdesign.jpg") center center/cover;
}

#showcase-about:before {
  background: url("../img/showcases/about.jpg") center center/cover;
}

#showcase-contact:before {
  background: url("../img/showcases/contact.jpg") center center/cover;
}

#contact a {
  color: black;
}

#footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

#footer a {
  color: white;
}

@media (max-width: 768px) {
  #showcase-home {
    height: 100vh;
  }
  #showcase-inner {
    height: 40vh;
  }
}

@media (max-height: 450px) {
  #showcase-home {
    height: 100vh;
  }
  #showcase-inner {
    height: 60vh;
  }
  #showcase-home .btn, #showcase-inner .btn {
    display: none;
  }
}
