@charset "UTF-8";
/* CSS Document */
html {height: 100%;
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	margin: 0;
	padding: 5px;
}
.navbar {
	background-color: darkgray;
}
.wrapper {
	min-height: 100%;
	position: relative;
}
.footer {
	height: 80px;
	width: 100%;
	background-color: #595959;
	position: fixed;
	left: 0px;
	bottom: 0px;
	padding-top: 10px;
	margin-top: 20px;
}
.footer {
	text-align: center;
	color: ghostwhite;
}
.jumbotron {
	background-color: black;
	height: 200px;
}
.jumbotron {
	text-align: center;
	color: ghostwhite;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-variant-caps: small-caps;
	letter-spacing: 20px;
}
.col {
	padding-bottom: 5px;
	padding-top: 5px;
	position: relative;
	max-height: 30%;
}
.row {
	font-size: 150%;
	font-style: italic;
}
.container-fluid {
	width: 95%;
}
.carousel {
	padding-bottom: 10px;
}
.carousel-caption {
	color: black;
}