/* Custom CSS Styles */

body {
	background-color: #4A708B;
	color: white;
}

h1 {
	font-family: Impact, Charcoal, sans-serif!important;
	font-size:60px!important;
	color: white;
	text-align: center;
}

img {
	width:100%;
}

.caption {
	padding: 1.5rem 0;
	font-size: 0.9rem;
}
.jumbotron {
	background-color: black!important;
}