body,html {
	margin: 0;
	text-align: center;
	font-family: "HelveticaNeue-UltraLight", "Helvetica Neue Ultra Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 100;
  text-shadow: #000000 0 0 0px;
  overflow-x: scroll;
  height: 100%;
  width: 100%;
}

#getstarted {
  position: fixed;
  top: 20px;
  right: 50px;
  border-radius: 15px;
  background-color: #252525;
  padding: 10px 30px;
  opacity: .8;
  z-index: 999;
}

#getstarted a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Arial";
  font-weight: bold;
  font-size: 30px;
  text-shadow: 2px 2px 0px #000000;
  z-index: 999;
}

#landing {
  background-image: url('iPadBackground.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 100%;
  font-family: "HelveticaNeue-UltraLight", "Helvetica Neue Ultra Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 100;
  color: #FFFFFF;
  font-size: 30px;
  padding: 10px 20px 40px 20px;
}

#asseenon {
  background-color: lightgrey;
}

#asseenon img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  max-height: 80px;
  max-width: 200px;
  vertical-align: middle;
  padding: 15px 15px;
}

#asseenon img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: .5s;
}

#instructions {
  background-color: white;
  min-height: 100%;
  font-family: "HelveticaNeue-UltraLight", "Helvetica Neue Ultra Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 100;
  color: #4F7A91;
  font-size: 25px;
  padding: 10px 10%;
  text-align: left;
}

ol {
    counter-reset: item;
    margin-left: 0;
    padding-left: 0;
}
li {
    display: block;
    margin-bottom: .5em;
    margin-left: 2em;
}

li:before {
    display: inline-block;
    content: "" counter(item) ". ";
    counter-increment: item;
    width: 2em;
    margin-left: -2em;
}

ol, ul {
  list-style-position: inside;
}

li {
  list-style-position: inside;
  margin-bottom: 15px;
}

h1, h2, h3, a {
  font-family: "HelveticaNeue-UltraLight", "Helvetica Neue Ultra Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 100;
}

h1 {
  font-size: 60px;
  margin: 20px 20px;
  text-align: center;
}

h2 {
  font-size: 45px;
  margin: 10px 20px;
}

h3 {
  font-size: 40px;
  margin: 30px 40px 10px 40px;
}

a {
  color: #FFFFFF;
}

#logo {
  text-align: center;
  width: 30%;
  min-width: 400px;
  margin-top: 50px;
}

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; 
  }