body {
	font-family: 'Roboto', sans-serif;
}


.navbar {
	border-radius: 0px;
}

.jumbotron {
	background-image: url("mudd.png");
	background-size: cover;
	height: 500px;
	background-position: center bottom;
	text-align: center;
	background-color: black;
}

.jumbotron h1 {
	color: white;
	margin-top: 150px;
	font-weight: bold;
	font-size: 100px;
}

.jumbotron button {
	margin-right: 20px;
	margin-top: 20px;
}

.index-info a{
	color: gray;
}

.space-above {
	width: 100%;
	height: 50px;
}