@CHARSET "ISO-8859-1";

body {
	background-color: #EEEEEE;
}

html {
	overflow-y: scroll;
}

.hyperlink {
	color: inherit;
    text-decoration: none;
	z-index: 2;
	position: relative;
}

.jumbotron-top {
	background-color: #fff;
	margin-bottom: 2rem;
	padding: 5rem 2rem;
}

.jumbotron-bottom {
	background-color: #333;
	color: #777;
	padding: 3rem 1rem;
}

.hyperlink:hover {
	color: #515151;
}

.profile-stats {
	margin-left: 32px;
}