html, body {margin: 0;padding: 0;height: 100%;text-align: center;}
section {min-height: 100%;}
a {text-decoration: none;}
li {list-style-type: none;}

h1, h3 {font-family: 'Roboto', sans-serif;font-weight: 500;color: #000000;text-transform: uppercase;}
h2 {font-family: "Anton", sans-serif;font-weight: 400;color: #000000;text-transform: uppercase;}
a {font-family: 'Roboto', sans-serif;font-weight: 500;color: #ffffff;text-transform: uppercase;}
h1 {-webkit-text-stroke: 2px white;}
h2 {color: #5d7177;-webkit-text-stroke: 1px black;}
h3 {font-size: 40px; padding-top: 8%; margin-bottom: 5px;}
h4, p {font-family: 'Roboto Slab', serif;color: #494949;}

@keyframes shake {
  0% { opacity: 0.2; transform: translate(2px, 1px) rotate(0deg) ; }
  10% { opacity: 0.8; transform: translate(2px, -2px) rotate(0deg); }
  20% { opacity: 0.2; transform: translate(2px, 0px) rotate(0deg); }
  30% { opacity: 0.8; transform: translate(2px, 2px) rotate(0deg); }
  40% { opacity: 1.0; transform: translate(2px, -1px) rotate(0deg); }
  50% { opacity: 1.0; transform: translate(2px, 2px) rotate(0deg); }
  60% { opacity: 1.0; transform: translate(2px, 1px) rotate(0deg); }
  70% { opacity: 0.2; transform: translate(1px, 1px) rotate(0deg); }
  80% { opacity: 1.0; transform: translate(1px, -1px) rotate(0deg); }
  90% { opacity: 1.0; transform: translate(1px, 2px) rotate(0deg); }
  100% { opacity: 1.0; transform: translate(0px, 0px) rotate(0deg); }
}

@keyframes pull {
  0% { transform: translate(0px, 0px); }
  10% { transform: translate(0px, 1px); }
  20% { transform: translate(0px, 3px); }
  30% { transform: translate(0px, 5px); }
  40% { transform: translate(0px, 7px); }
  50% { transform: translate(0px, 9px); }
  60% { transform: translate(0px, 7px); }
  70% { transform: translate(0px, 5px); }
  80% { transform: translate(0px, 3px); }
  90% { transform: translate(0px, 1px); }
  100% { transform: translate(0px, 0px); }
}

hr {width: 30px;height: 3px;background: #494949;border: 0px;margin: 0 auto 40px auto;}
#Logo, li, img, .Button {transition: all 300ms; -webkit-transition: all 300ms; -moz-transition: all 300ms; -o-transition: all 300ms;}

/* HEADER ***********************/

header {
  width: 100%;
  height: 40px;
  position: fixed;
  top: 0;
  left: 0;
  background: black;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

button#mutebtn{
	background:url(img/mute.png) no-repeat;
	width:64px;
	height:64px;
  outline: none;
  border: none;
  margin-top: 50px;
  margin-left: -55px;
  float: left;
}

button#mutebtn:hover{
  opacity: 0.5;
}

#Logo {
  width: 30px;
  float: left;
  margin: 5px 0 0 50px;
}

#Logo img {
  width: 100%;
}

header nav {
  float: right;
  margin-right: 18%;
}

header nav ul li {
  float: left;
  margin-right: 200px;
}

header nav ul li a {
  font-size: 16px;
  text-align: center;
}

header nav ul li:hover {
  opacity: 0.5;
}
/* HOME ***********************/

#Home {
  background-position: center center;
  background-size: cover;
}

#videobcg {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    height:auto;
    width:auto;
    z-index: -100;
}

.LogoPNG {
  margin-top: 165px;
  margin-left: 2%;
  height: 400px;
  animation: shake 1.7s;
  animation-iteration-count: infinite;
  position:relative;
}

.LogoDesc {
  height: 370px;
  margin-top: -210px;
  margin-left: 1%;
  animation: glow;
}

#Home .Pull {
  height: 125px;
  position: absolute;
  margin-left: -570px;
  margin-top: 333px;
  animation: pull 1s;
  animation-iteration-count: infinite;
  opacity: 0.8;
  resize: none;
}

#Home .Pull:hover{
  opacity: 0.5;
}

/* FOOTER ***********************/

footer {
  width: 100%;
  height: 70px;
  background-color: #3f3f3f;
  padding-top: 1%;
}

footer p {
  font-size: 12px;
  color: #f0f0f0;
  padding-top: 2px;
}
