*{
  margin: 0;
  padding: 0;
  font-family: avenir, sans-serif;
  font-weight: 200;
}

#main{
  position: relative;
    background: rgba(0,0,0,.5);

}
#hero .copy{
  padding: 120px;
  color: white;
  font-family: avenir, sans-serif;
  position: relative;
  z-index: 3500;
}
#hero .copy ul, #hero .copy p{
  list-style: none;
  font-weight: 400;
  font-size: 20px;
  padding: 20px 20px 20px 5px;
  line-height: 1.7;
  text-shadow: 0 0 0 rgba(0,0,0,.1);
  width:520px;
}
#hero .copy h1 {
  font-weight: 200;
}
#big-video-wrap{
  -webkit-filter: blur(10px) brightness(0.65);  
  text-align: center;
  height: 200px;
  margin: auto;
}

#iphone-mockup{
  position: absolute;
  top: 0;
  right: -65px;
  width: 750px;
}
#hero{
  width: 100%;
  height: 500px;
  z-index: 50;
  position: relative;
}
#big-video-wrap{
  z-index: 20;
  position: relative;
}
#body-copy{
  width: 100%;
  background-color: rgba(4, 129, 183, 1);
  box-shadow: 0 0 15px rgba(0,0,0,.5);
  color: white;
  height: 300px;
  position: relative;
  z-index: 2000;
}
form{
  width: 600px;
  padding-top: 20px;
  margin: auto;
  text-align: center;
}
form p{
  margin-bottom: 4px;
}
form .text-input{
  width: 300px;
  font-size: 20px;
  padding: 8px 0 8px 13px;
  border: none;
  border-radius: 5px;
}
form .btn{
  padding: 7px 13px 7px 13px;
  margin-top: 10px;
  margin-left:5px;
  background: transparent;
  font-size: 20px;
  font-weight:400;
  color: white;
  border: 1px solid white;
  border-radius: 5px;
}