.alien-header {
	height: 200px;
	background-size: cover;
	background-position: center center no-repeat;
	background-repeat: no-repeat;
	background-image: url("/img/alien-header.png");
}

.tagline {
	color: #deffea;
	text-shadow: 0 0 20px #15fe02;
	margin-left: 40px;
	font-weight: bold;
	font-size: 5em;
}

footer {
	margin: 50px 0;
}

/* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */

    /* Carousel base class */
    .carousel {
      margin-bottom: 60px;
	  margin-top: 100px;
    }
	
    .carousel-control {
      height: 80px;
      margin-top: 0;
      font-size: 5em;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      background-color: transparent;
      border: 0;
      z-index: 10;
    }
	


.center-Container {
  position: relative;
}

.absolute-Center {
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}
