.fixed-nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 75px;
  background-color: grey;
}

.nav h1 {
  color: white;
  font-size: 30px;  
  font-family: 'Shift', sans-serif;
  font-weight: bold;
  position: fixed;
  top: 0;
  left: 25px;
}

.carousel-inner {
  width: 100%;
  height: 950px;
}

.carousel-inner img {
  width: 65%; 
  height: 100%;
  margin: 0 auto;
}

.carousel-control.left, .carousel-control.right {background: black !important; filter: progid:none !important;>}