body {
	color: #FBFBFE;
	background-color: #2B2A33;
}

h1 {
	font-size: 60px;
	font-weight: normal;
}

h1 a {
	text-decoration: none!important;
	color: #4E9BE8;
}

h1 a:hover {
    color: #4E9BE8;
}

h1 span {
	color: #0478ED;
}

hr {
	background-color: #4E9BE8;
}

button {
    color: #4E9BE8!important;
}

.jumbotron {
	background-color: #202124;
	padding: 3rem 2rem;
}

.btn-light {
	border-color: #bbb !important;
}

.topfix {
    position: relative;
    top: -2px;
}

@media screen and (max-width: 600px) {
	h1 {font-size: 40px;}
}
