a, b, div, h1, h2, h3, h4, h5, h6, i, p, span, strong {
	font-family: Open Sans, sans-serif;
}

html {
	background-color: #1f1f1f;
}

body {
	background-color: white;
}

#top-banner {
	background-color: black;
	padding: 0;
}
#top-banner a {
	color: white;
	border-bottom: 2px solid transparent;
	font-size: .9em;
	font-weight: 100;
	padding: .25em .5em;
}
#top-banner a:hover {
	color: #fc0;
	border-bottom: 2px solid #fc0;
}

#logo-header, #footer {
	background-color: #1f1f1f;
}
#logo-header img {
	width: auto;
	height: 100px;
	padding: 15px 0;
}

@media (max-width: 575px) {
	#logo-header {
		padding-bottom: 20px;
	}
}

#site-title {
	top: 50%;
	position: absolute;
	margin: 0;
	transform: translateY(-50%);
}

#menu {
	background-color: #333;
	padding: 0;
}
#menu a {
	color: white;
	font-weight: 100;
	border-bottom: 2px solid transparent;
	padding: .8em;
}
#menu a:hover, #menu a.active {
	color: #ebb600;
	border-bottom: 2px solid #ebb600;
	background-color: rgba(0, 0, 0, 0.3);
}

#content {
	margin: 15px 0;
}

#table-buttons {
	margin-bottom: 15px;
}

.fix-text {
	text-transform: lowercase;
}

.fix-text::first-letter, #first-name, #last-name {
	text-transform: uppercase;
}

#pager {
	margin: 0 auto
}

#footer {
	color: #ddd;
	font-size: .8em;
}
#footer a {
	color: #fc0;
	text-decoration: underline;
}