body {
	background: #000 url(../img/bg.jpg) left top fixed no-repeat;
	font-family: Lato;
	font-weight: 300;
}
h1, h2, h3, h4 {
	font-family: Lato;
	font-weight: 700;
	color: #fff;
	margin-top: 1em;
}
h1 {
	font-size: 51px;
	margin-top: .5em;
}
h2 {
	font-size: 34px;
}
h3 {
	font-size: 23px;
}
p, li {
	font-size: 15px;
}
a, a.list-group-item, button.list-group-item {
	color: #09c;
}
strong {
	color: #fff;
}
:target:before {
	content: "";
	display: block;
	height: 30px;
	margin-top: -30px;
}
.main-container {
	padding: 80px 20px 20px;
	background: rgba(0,0,0,0.8);
}
.navbar {
	border-left: 0;
	border-right: 0;
	border-top: 0;
}
.navbar-brand > img {
	display: inline-block;
	margin-right: 10px;
	margin-top: -5px;
	max-height: 30px;
	vertical-align: top;
}
.panel-heading {
	font-weight: bold;
}
.panel-default > .panel-heading {
	background-color: rgba(0,0,0,0.3);
}
.homepage .panel {
	border: none;
	background: transparent;
	box-shadow: none;
}
.homepage .panel-default > .panel-heading {
	border: none;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	background: transparent;
	font-weight: bold;
	font-size: 23px;
	padding: 0 0 .3em;
	margin-top: 1em;
	margin-bottom: .3em;
}
.homepage .list-group-item {
	background: transparent;
	border: none;
	padding: 3px 0;
}
.homepage a.list-group-item:hover, .homepage a.list-group-item:focus {
	background: transparent;
}
.table th {
	background-color: #151a21;
	color: #fff;
}