@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);

body {
  margin: 3% auto;
  background: transparent; 
}
video { 
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
 background: url('') no-repeat;
  background-size: cover;
}
div { 
  font-family: 'Open Sans Condensed';
  font-weight:300; 
  background: rgba(0,0,0,0.3);
  color: white;
  padding: 2rem;
  width: 33%;

  font-size: 1.2rem;
}
#superbit {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: transparent;
	padding: 0;
}
.logo{}

h1 {
  font-size: 3rem;
  text-transform: uppercase;
  letter-spacing: 1rem;
  margin: 30px auto;
  text-align: center;
  font-family: 'Open Sans Condensed';
  font-weight: 700;
-webkit-animation: fadein 3s; /* Safari 4+ */
  -moz-animation:    fadein 3s; /* Fx 5+ */
  -o-animation:      fadein 3s; /* Opera 12+ */
  animation:         fadein 3s;
  animation-timing-function: ease-in-out;
text-shadow: #adadad 2px 2px;
}
p {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .5rem;
  margin: 30px auto;
  text-align: center;
  font-family: 'Open Sans Condensed';
  font-weight: 700;
-webkit-animation: fadein 3s; /* Safari 4+ */
  -moz-animation:    fadein 3s; /* Fx 5+ */
  -o-animation:      fadein 3s; /* Opera 12+ */
  animation:         fadein 3s;
  animation-timing-function: ease-in-out;
text-shadow: #444 1px 1px;
	padding: 20px;
}
a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: .5rem;
  transition: .6s background;
	letter-spacing:5px; 

}
a:hover{
  background:rgba(0,0,0,0.9);
}

.superlogo{
	border: 2px solid #fff;
	width: 200px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	color: #222;
	font-size: 24px;
	font-weight:700;
	letter-spacing:16px;
	padding:10px 20px;
	}
.superlogo:hover{
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
	}

.superbutton{
	border: 2px solid #fff;
	width: 165px;
	margin: 0 auto;
	text-align: center;
	}
.superbutton:hover{
	border: 2px solid #fff;
	background: #fff;
	color: #222;
	}
@media screen and (max-width: 500px) { 
  div{width:70%;} 
}
@media screen and (max-width: 500px) { 
#superbit {
  width: 90%;
}}

@media screen and (max-device-width: 800px) {
  html { background: url() #000 no-repeat center center fixed; }
  #bgvid { display: none; }
}