body {
	margin-top: 80px;
  background-color: black;
}

.card-img-overlay {
	color: white !important;
	text-shadow: black 1px 0 10px;
	opacity:0;
	transition:opacity 0.5s linear;
}

.card-project:hover .card-img-overlay  {
	opacity:1;
	transition:opacity 0.5s linear;
}


 div.scroll-container {
	 overflow: auto;
	 white-space: nowrap;
	 padding: 10px;
 }

 div.scroll-container img {
	 height: 320px;
 }


.cast-list {
	list-style: none;
	margin: 0;
	padding: 0;
}


