﻿/*
    Default Page CSS
*/
.jumbotron {
	background: url(Starcatcher.png) center no-repeat;
	background-size: cover;
	opacity: 0.8;
	height: 375px;
}

.lead {
	position: relative;
	margin: 150px 0px 10px;
	color: #111;
	text-shadow: 0px 0px #333;
}

.label {
	margin-top: 2px;
}

.list-group-item-text{
	margin-bottom: 2px;
}