.site-header {
  position: absolute;
  top: 5%;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: left;
  list-style: none;
}


.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel-control
{
  background-image: initial !important;
}

.carousel-indicators li {
background-color: rgba(0,0,0,0.25);
}

