body {
	background-image: url("../images/tiledbackground.jpg");
	width: 100%;
	height: 100%;
}

.intro-divider {
	width: 400px;
	border-bottom: 1px solid black;
}

.nav-item {
	padding-top: 6px;
	padding-bottom: 6px;
}

.active {
	background-color:#4FA9DC;
}

.carousel-inner {
	background-color: #000;
}

.carousel-inner .active {
	background-color: #000;
}