/* Custom CSS Styles */

body {
	background-color: black;
	color: lightgray;
}

h1 {
font-family: "Georgia", Georgia, monospace;
font-size: 60px;
color: white;
}

.lead {font-family: "Georgia", Georgia, monospace;
font-size: 20px;
color: white;
}

p {
font-family: "Georgia", Georgia, monospace;
font-size: 17px;
color: gray;
}

img {
	width:100%;
}

.caption {
	padding: 1.5rem 0;
	font-size: 0.9rem;
}

.jumbotron {
background-color: black;
}

