* {
  box-sizing: border-box
}

body {
  font-family: Verdana, sans-serif;
  background-color: black;
  background-image: url(/images/bsbg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

body > img, body > div {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.8);
  background: black;
}

body > img {
  width: 680px;
  height: 261px;
  display: block;
  margin: 180px auto 0;
}

body > div {
  position: relative;
  width: 800px;
  min-height: 500px;
  margin: 80px auto 0;
  color: white;
  padding: 20px;
  text-align: left;
  font-size: 18px;
}

body > div a {
  color: #666;
  text-decoration: underline;
}

a {
  text-decoration: none
}

footer a {
  color: rgba(255, 255, 255, 0.5);
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  display: block;
  text-align: center;
  margin-top: 50px;
}

footer.main a {
  margin-top: 200px;
}

body > a:hover {
  color: white;
}

body > nav {
  margin-top: 30px;
  text-align: center
}

body > nav a {
  display: inline-block;
  vertical-align: Top;
  color: rgba(255, 255, 255, 0.4);
  font: bold 30px "Franklin Gothic", sans-serif;
  margin: 0 20px;
  transition: color 0.5s;
  text-shadow: 0 5px 30px rgba(0, 0, 0, 0.7);
}

body > nav a span {
  color: Rgba(255, 255, 255, 0.25);
  font-family: tahoma;
  display: block;
  font-weight: normal;
  font-size: 18px;
  transition: color 0.5s;
}

body > nav a:hover, body > nav a:hover span {
  color: white;
  transition: color 0.1s;
}

body > nav a img {
  opacity: 0.7;
  transition: opacity 0.1s;
  position: relative;
  top: 2px;
}

body > nav a:hover img {
  opacity: 1.0;
}


.funnel nav {
  margin-bottom: 20px;
  text-align: center;
}

.funnel nav span:nth-child(even) {
  color: #666;
  font-size: 20px;
  margin: 0 10px;
}

input {
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  background: #333;
  color: #888;
  border: none;
  padding: 10px;
  width: 300px;
}

input[type=submit] {
  background: blue;
  color:white;
  width: auto;
}

form {
  margin-top: 10px;
}

ul.errors {
  list-style-type: none;
  padding-left: 10px;
}
ul.errors li::before {
  content: "\2718";
  margin-right: 1em;
  color: red;
}

ul.messages {
  list-style-type: none;
  padding-left: 10px;
}
ul.messages li::before {
  content: "\2714";
  margin-right: 1em;
  color: #0d0;
}

p {
  font-size: 16px;
}

nav .current {
  text-decoration: underline;
}

nav .done::before {
  content: "\2714";
  color: #0d0;
  margin-right: .5em;
}

hr {
  border: none;
  border-bottom: 1px solid #333;
}

#user {
  color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
}

#user:hover {
  color: white;
}

.download {
  margin-top: 40px;
}

.download input {
  margin: 40px auto;
}

.about iframe, .about .features {
  display: inline-block;
  vertical-align: top;
}

.about .features {
  width: 190px;
  padding-left: 10px;
}

.features li {
  list-style-type: none;
}

.features li::before {
  content: "\2611";
  margin-right: .5em;
}

.features ul {
  padding-left:0;
}

.thumbs {
  margin: 0 0 3px;
}

.site-nav img {
  width: 340px;
  height: 70px;
}

.site-nav div {
  transform: scale(.5);
}

.site-nav {
  margin-bottom: -50px;
}

.error {
  background: red;
}

.secondary {
  color: #999;
  opacity: 0.5;
  margin-top: 2em;
}

.secondary a {
  color: white;
  font-size: 80%;
}

.key-form {
}
.key-form input {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.key-form input[type=submit] {
  min-width: 5em;
}
