 html,
 body {
 	height: 100%;
 	background-color: #333;
 	color: #fff;
 	text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
 	box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
 }

  /* Links */
 a,
 a:focus,
 a:hover {
  color: #fff;
}


 #body-text {
 	position: fixed;
 	z-index: 100;
 	top: 10px;
 	text-align: center;
 	width: 100%;
 }

 .carousel-item {
 	height: 100vh;
 	min-height: 300px;
 	background: no-repeat center center scroll;
 	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
 	background-color: rgba(0,0,200,.10); 
 	background-blend-mode: multiply;
 }