html {
  height: 100%;
}

body {
  background: #000;
  background-image: url(BG.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  text-align: center;
  font-family: 'open sans';
  position: relative;
  margin: 0;
  height: 100%;
  font-size: 20px;
  padding-bottom: 50px;
}

p {
color: #fff;
font-size: 30px;
}

h1 {
  margin-top: 100px;
  color: #fff;
  text-shadow: 0 1px 5px rgba(0,0,0,0.5);
  margin-bottom: 5px;
  font-size: 70px;
  letter-spacing: -4px;
}
h2 {
  color: #fff;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}

h1, h2 {
  width: 100%;
  float: left;
}

.main {
  float: left;
  width: 100%;
  margin: 0 auto;
}

.main h1 {
  padding:20px 50px;
  float: left;
  width: 100%;
  font-size: 60px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-weight: 100;
  margin: 0;
  padding-top: 25px;
  font-family: 'Raleway';
  letter-spacing: 2px;
  color: #ffffff;
}

/* canvas to take up full screen */
canvas {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
}

.header {
  position: relative;
}
