body {
  font-size: 2em;
}

#header h1 {
  text-align: left;
  padding-left: 1em;
}

#header h1 img {
  width: 80%;
}

#primary {
  width: 100%;
  float: none;
}

#secondary {
  width: 100%;
  float: none;
}

#content {
  width: 90%;
  padding: 0 5%;
}

#nav {
  margin-left: 0;
  float: none;
  padding-bottom: 15px;
}

#nav li a#webGameLink {
  display: none;
}

h2 {
  padding-top: 1em;
}

.trick {
  height: auto;
}

.screenshot img {
  width: 12em;
}

#social-buttons {
  width: 2em;
  padding: 0.5em 0.5em 0 0;
  bottom: 0;
  right: 0;
}

#social-buttons img {
  width: 2em;
  height: 2em;
  padding-right: 0.2em;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* FORMS */
label {
  width: 5em;
}

input, textarea, select {
  -webkit-appearance: none;
}

input, textarea, select {
  border: 1px solid #555;
  padding: 0.5em;
  font-size: 0.9em;
  line-height: 1.2em;
  width: 80%;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
  -webkit-appearance: none;
  -webkit-box-shadow: 1px 1px 1px #fff;
  -webkit-border-radius: 0.5em;
}

input[type=text] {
  width: 10em;
}

input[type=submit] {
  font-size: 1.2em;
  width: 5em;
}

/*# sourceMappingURL=mobile.css.map */
