/* website */
body {
	font-family: Helvetica,sans-serif;
	color: white;
}

a {
	transition: all 0.5s ease;
	color: white;
}

video#video {
	position: fixed; right: 0; bottom: 0;
	min-width: 100%; min-height: 100%;
	width: auto; height: auto; z-index: -100;
	background-size: cover;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica,sans-serif;
}

h1{
	font-size: 80px;
    font-family: Helvetica,sans-serif;
    font-weight: bold;
}
h4{
    font-size: 30px;
    font-family: Helvetica, sans-serif;
    
}

.buttons {
	border-radius:0px;
}
.buttons:hover {
	border-radius:0px;
    background:black;
    color:white;
}	
/* navbar */
.navbar {
	background-color:rgba(0,0,0,0.8);
	height: 120px;
	font-size: 20px;
}

.navbar a {
	color: white;
}

.navbar a:hover {
	color: white;
	background-color:rgba(0,0,0,0.0);
}

.navbar-brand {
	margin-left: 50px;
	font-size: 40px;
	color: white;
}

.collapse {
	margin-top: 50px;
}

.active a:hover {
	color: pink;
}

.navbar a:hover, .navbar li a:hover {
	color: red;
	background-color: transparent;
}

@media (min-width: 768px) {
	.navbar-collapse .navbar-nav.navbar-right:last-child {
		margin-right: 50px;
	}
}

/* content */
.content {
	height: 100%;
	width: 100%;
	position: relative;
	background-color:rgba(0,0,0,0);
	padding: 30px;
}
.content-about {
	height: 100%;
	width: 100%;
	position: relative;
	background-color:rgba(1,1,1,1);
	padding: 30px;
    font-size: 18px;
}
.content-about a{
    color: red;
}
.content-about a:hover{
    color: white;
}
.thingy {
	position: absolute;
	top: 0;
	bottom: 0;
	left:30;
	right:30;
	margin: auto;
	height: 30%;
}

.nav-left {
	text-align: left;
}

.nav-right {
	text-align: right;
}

.logo {
	text-align: center;
}

/* footer */

.footer {
    position:absolute;
    bottom:0;
    width:100%;
    height:120px;   /* Height of the footer */
	background-color:rgba(0,0,0,0.8);
	z-index:1000;
}

#video-controls {
	text-align: center;
	text-align: center;
	margin-top: 20px;
	margin-right: 50px;
	z-index: 1000;
}