.step {
  min-width: 640px;
  min-height: 480px;
  width: 900px;
  height: 600px;
}
.step p {
  font-size: 36px;
}
#logo {
  z-index: -1;
}
#about {
  color: #FFF;
  text-shadow: 0 15px 10px rgba(0, 0, 0, 0.5), 1px 1px 1px rgba(0, 0, 0, 0.6), -1px -1px 1px rgba(255, 255, 255, 0.5);
}
#about h1 {
  font-size: 120px;
  margin-bottom: -80px;
}
#about p {
  font-size: 60px;
}
#intro {
  color: #FFF;
  text-shadow: 0 0 25px #edf8ff,
	0 0 20px #edf8ff,
	0 0 0.40px #edf8ff;
  left: -100px;
}
#intro h1 {
  font-size: 80px;
}
#intro p {
  font-size: 40px;
}
#intro2 {
  color: #FFF;
  top: 100px;
}
#intro2 h1 {
  font-size: 90px;
}
#intro2 p {
  margin-bottom: -60px;
  font-size: 60px;
}
#step1,
#step2,
#step3,
#done {
  color: #FFF;
}
#step1 h1,
#step2 h1,
#step3 h1,
#done h1 {
  position: relative;
  top: -100px;
  font-size: 90px;
}
#step1 p,
#step2 p,
#step3 p,
#done p {
  font-size: 60px;
}
#step1 iframe,
#step2 iframe,
#step3 iframe,
#done iframe {
  position: relative;
  top: -120px;
  z-index: 10;
}
#feature {
  color: #FFF;
}
#feature h1 {
  font-size: 90px;
}
#feature li {
  font-size: 70px;
}
#contact h1 {
  font-size: 90px;
}
#contact a {
  color: #F00;
  text-decoration: none;
}
#contact a:hover {
  text-decoration: underline;
}
#nav {
  z-index: 15;
  position: absolute;
  bottom: 0;
  left: -100px;
  list-style: none;
}
#nav a {
  position: relative;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.3);
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.5);
  padding-left: 105px;
}
#nav a:active {
  left: 5px;
}
#gnav {
  z-index: 10;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-size: 80px;
}
#gnav a {
  position: relative;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.3);
  text-decoration: none;
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  background: rgba(255, 255, 255, 0.5);
}
#gnav a:active {
  top: 3px;
  background: #FFF;
}
