@import "https://fonts.googleapis.com/css?family=Oxygen:700,400,300&subset=latin,latin-ext";
@import "video.css";

* {
  font-family: 'Oxygen', sans-serif;
}

html {
	height: 100%;
}
body {
	height: 100%;
}

body {
  padding-top: 50px;
  padding-bottom: 30px;
}

body > .container {
	background-color: rgba(255,255,255,0.6);
	min-height: 100%;
	padding-bottom: 30px;
}

.navbar-default, .footer {
    background-color: rgba(248, 248, 248, 1);
    box-shadow: 0 0 5px #777;
}

body > .footer {
	height: 30px;
}

.footer p {
	margin: 0;
	line-height: 30px;
	color: #5e5e5e;
}

.footer a {
	color: #5e5e5e;
}

.footer .left {
	float: left;
}

.footer .right {
	float: right;
}

.content a {
	color: #000;
    text-decoration: underline;
}

.page-header, .table > thead > tr > th, .table > tbody > tr > th, .table > tbody > tr > td {
	border-color: #777;
}

.page-header {
	text-transform: uppercase;
}

span.label {
	font-size: 20px;
}

#topics {
    margin-top: 35px;
}