@import url("//fonts.googleapis.com/css?family=Roboto:400,300,100");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #222;
  margin: 0;
  background: #f6f6fa;
  padding-bottom: 60px;
  padding-top: 135px;
}
body:before {
  content: "";
  z-index: -1;
  top: 0;
  width: 100%;
  height: 220px;
  position: fixed;
  background: #0af;
  background-image: url("images/background.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 140%;
  -moz-background-size: 140%;
  background-size: 140%;
  background-position: center top;
  background-attachment: fixed;
  -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.4);
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.4);
}
@media screen and (max-width: 450px) {
  body {
    padding-top: 185px;
  }
  body:before {
    height: 300px;
  }
}
h1,
h2,
h3 {
  margin: 8px 4px;
  color: #0077b3;
}
h2 {
  color: #999;
  font-weight: 400;
}
h3 {
  color: #333;
  font-size: 1.2em;
  font-weight: 200;
  margin: 25px 10;
}
a {
  color: #0077b3;
  text-decoration: none;
}
button {
  border: none;
  border-radius: 3px;
  margin: 10px;
  padding: 8px;
  font-size: 1.1em;
  font-weight: bold;
  color: #3080dd;
}
input {
  border: none;
  background: none;
  border-bottom: solid 1px #aaa;
  padding: 4px;
  width: auto;
  max-width: 250px;
  height: 30px;
}
input:focus {
  outline: none;
  border-bottom-color: #0af;
  border-bottom-width: 2px;
}
field {
  display: block;
  padding: 4px;
  min-height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
field label {
  min-width: 100px;
  display: inline-block;
  font-size: 0.9em;
  color: #666;
}
form {
  padding: 8px;
  padding-bottom: 56px;
  position: relative;
}
form button {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: transparent;
  text-transform: uppercase;
}
pre {
  font-weight: 400;
  overflow: auto;
  background: rgba(0,0,0,0.05);
  padding: 16px !important;
  font-size: 1.2em;
  line-height: 1.3em;
}
label {
  padding: 8px;
  font-weight: 600;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  -webkit-box-shadow: 0 3px 4px -1px rgba(0,0,0,0.4);
  box-shadow: 0 3px 4px -1px rgba(0,0,0,0.4);
  list-style: none;
  padding: 16px;
  margin: 8px;
}
i {
  height: 24px;
  width: 24px;
  margin: 8px;
  display: inline-block;
  vertical-align: middle;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
i.twitter {
  background-image: url("https://upload.wikimedia.org/wikipedia/en/9/9f/Twitter_bird_logo_2012.svg");
}
.mainHeader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  min-height: 145px;
  padding-bottom: 20px;
  background: #0af;
  background-image: url("images/background.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 140%;
  -moz-background-size: 140%;
  background-size: 140%;
  background-position: center top;
  opacity: 0.98;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=98)";
  filter: alpha(opacity=98);
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-mask-image: -webkit-gradient(linear, right top, right bottom, color-stop(0, #000), color-stop(0.85, #000), color-stop(1, rgba(0,0,0,0)));
  -moz-mask-image: -moz-gradient(linear, right top, right bottom, color-stop(0, #000), color-stop(0.85, #000), color-stop(1, rgba(0,0,0,0)));
  -ms-mask-image: -ms-gradient(linear, right top, right bottom, color-stop(0, #000), color-stop(0.85, #000), color-stop(1, rgba(0,0,0,0)));
}
.mainHeader img {
  height: 70px;
  margin: 5px 10px;
  margin-right: -25px;
  filter: drop-shadow(0 3px 3px 0, 0, 0, 0.3);
  -webkit-filter: drop-shadow(0 3px 1px rgba(0,0,0,0.3));
  -moz-filter: drop-shadow(0 3px 1px rgba(0,0,0,0.3));
}
.mainHeader h1 {
  margin: 16px;
  font-size: 1.3em;
  color: #fff;
  text-shadow: 0 3px 4px rgba(0,0,0,0.5);
}
.mainHeader span {
  font-size: 0.8em;
}
.mainHeader *:not(:last-child):not(:first-child) {
  margin-right: 20px;
}
.mainHeader .faint {
  color: rgba(255,255,255,0.5);
  text-shadow: 0 3px 4px rgba(0,0,0,0.2);
}
.mainHeader .headline {
  text-align: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 350px;
  max-width: 600px;
  margin: auto;
  padding: 0 16px;
  font-size: 2em;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 3px 4px rgba(0,0,0,0.5);
}
.mainHeader .headline span {
  white-space: nowrap;
}
.content {
  max-width: 1200px;
  padding: 16px;
  margin: auto;
}
.content > section {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  background: #fff;
  padding: 8px;
  margin: 24px 8px;
  -webkit-box-shadow: 0 5px 10px 1px rgba(0,0,0,0.4);
  box-shadow: 0 5px 10px 1px rgba(0,0,0,0.4);
  border-radius: 3px;
}
@media screen and (max-width: 450px) {
  .content {
    padding: 0;
  }
  .content > section {
    margin: 16px 0;
  }
}
.hook {
  font-size: 1.5em;
  text-align: center;
  font-weight: 400;
  padding: 0 16px;
  margin: 0;
}
nav {
  text-align: center;
  margin: 24px 8px;
  margin-top: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
nav a {
  border: none;
  border-radius: 3px;
  margin: 10px;
  padding: 8px;
  font-size: 1.1em;
  font-weight: bold;
  color: #3080dd;
  padding: 8px;
  background: #fff;
  -webkit-box-shadow: 0 3px 4px -1px rgba(0,0,0,0.4);
  box-shadow: 0 3px 4px -1px rgba(0,0,0,0.4);
  padding-right: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-transform: uppercase;
}
@media screen and (max-width: 700px) {
  nav {
    -webkit-box-pack: stretch;
    -moz-box-pack: stretch;
    -o-box-pack: stretch;
    -ms-flex-pack: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
  }
  nav a {
    min-width: 200px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin: 0px;
    padding: 4px;
    border-radius: 0;
  }
}
.example {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.example pre {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -o-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  min-width: 300px;
}
.example .exampleOutput {
  padding: 8px;
  min-width: 300px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.setup pre {
  margin: auto;
  margin-top: 16px;
}
.todo form {
  text-align: center;
}
.todo input {
  font-size: 1.2em;
  width: 100%;
  max-width: 80%;
}
.stats p {
  padding: 0 8px;
}
.getIt a,
.tryIt a {
  font-size: 1.2em;
  padding: 8px;
}
section.justification {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f6f6fa;
  margin-bottom: 40px;
}
section.justification h1 {
  margin-bottom: 20px;
}
section.justification h3 {
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 20px;
}
