body {
  font-family: 'Open Sans', Helvetica, Arial, FreeSans;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  padding: 0;
  margin: 0;
}

/* location.hash */
:target::before {
  content: ">>> ";
  color: #1371C9;
  font-weight: bold;
  font-size: 20px;
}
/* ignore home page hash */
#production:target::before {
  content: "";
  font-size: inherit;
}

a {
  color: #800;
  -webkit-transition-property: opacity, -webkit-transform, color, background-color, padding, -webkit-box-shadow;
  -webkit-transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-out;
}
a:hover {
  opacity: 0.8;
}
#wrap {
  width: 600px;
  margin: 0 auto;
  position:relative;
}
li {
  list-style: square;
}
h1 {
  font-family: 'Helvetica Nueue', Helvetica, Arial, FreeSans, sans-serif;
  text-rendering: geometricPrecision;
}

pre {
  background: #eee;
  padding: 5px;
  border-radius: 3px;
  overflow-x: auto;
}
code {
  color: #333;
  font-size: 11px;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}
pre code {
  border: 0 none;
  padding: 1.2em;
  overflow-x: auto;
}
#header {
  text-align: center;
  padding-top: 20px;
}
#header, h2, h3, .tagline, .blurb {
  text-transform: lowercase;
}
#header h1 {
  margin-top: 0;
  margin-bottom: 0;
}
#header h1 a {
  text-decoration: none;
}
h2 {
  margin: 30px 0;
}
h2 a {
  position: relative;
  bottom: 4px;
}
#header .mongoose {
  font-size: 146px;
  font-weight: 100;
  text-indent: -23px;
}
.load #header .mongoose {
  letter-spacing: -14px;
}
.tagline {
  color: #333;
  font-size: 25px;
  text-shadow: 1px 1px #f8f8f8;
  text-align: center;
  margin: 7px 0;
}
.blurb {
  text-align: center;
  font-style: oblique;
  font-size: 12px;
  margin-bottom: 20px;
}
.tagline a, .blurb a {
  text-decoration: none;
  color: #800;
}
#links {
  margin: 50px 10px 20px;
  text-align: center;
  position: relative;
}
#links ul {
  margin: 0;
  padding: 0;
}
#links li {
  display: inline-block;
  margin: 0 15px;
  background-color: #FEFEFE;
}
#links a {
  background: #444;
  padding: 9px 0px;
  border-radius: 3px;
  color: white;
  width: 180px;
  display: inline-block;
  text-decoration: none;
  text-transform: lowercase;
  text-shadow: 1px 1px 7px #222;
}
#follow {
  margin-bottom: 36px;
  margin-left: 109px;
}
#follow ul {
  height: 26px;
}
#follow li {
  display: inline-block;
  font-size: 12px;
  margin-right: 12px;
}
#follow #version {
  margin: 0 29px 0 10px;
}
#follow #version span {
  position: relative;
  top: -4px;
}
#what {
  margin-bottom: 32px;
}
#example {
  margin-bottom: 32px;
}
.what {
  font-size: 18px;
}
#production ul {
  padding: 0;
}
#production li {
  list-style: none;
  overflow: hidden;
  display: inline-block;
  height: 114px;
}
#production img {
  width: 180px;
  margin: 10px;
}
#production img#mcds {
  width: 134px;
  margin: 10px 25px;
}
#production a {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  opacity: 0.7;
}
#production a:hover {
  opacity: 1.0;
}
#footer {
  text-align: center;
  font-size: 12px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  #forkbanner { display: none }
  #header {
    padding-top: 12px;
  }
  #header .mongoose {
    text-align: center;
    font-size: 65px;
    font-weight: 100;
    letter-spacing: -7px;
  }
  .load #header .mongoose {
    letter-spacing: -7px;
  }
  .tagline {
    text-align: center;
    font-size: 14px;
  }
  .tagline a {
    text-decoration: none;
  }
  .blurb {
    font-size: 16px;
    text-align: justify;
    margin-top: 25px;
  }
  #links {
    margin-bottom: 40px;
  }
  #links li {
    padding: 8px 2px;
    margin: 0 12px;
  }
  #links a {
    background: #444;
    padding: 7px 34px;
    font-size: 15px;
  }
  #follow, #docs { margin-left: 0; }
  #follow ul { padding-left: 15px }
  #follow li { margin-right: 0px }
  #follow #version {
    margin-left: 5px;
    margin-right: 15px;
  }
  .module {
    padding-left: 5px;
    border-width: 3px;
  }
  #wrap {
    width: auto;
    padding: 0 5px;
  }
  #production li {
    margin-bottom: 8px;
  }
  #production a {
    opacity: 1;
  }
  #production img {
    width: 175px;
  }
  .addyourown, .addyourown a {
    width: 100%;
  }
}

#wrap.homepage #install code, #wrap.homepage #example code {
  font-size: 13px;
}

.unstable {
  padding-left: 180px;
}

/* tidelift */

#tidelift {
  text-align: center;
  margin-bottom: 30px;
}

#tidelift-button {
  display: inline-block;
  background-color: #444;
  padding-top: 9px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 11px;
  border-radius: 3px;
  color: white;
  font-size: 20px;
  display: inline-block;
  text-decoration: none;
  text-shadow: 1px 1px 7px #222;
  margin: auto;
}
#tidelift-button span {
  margin-top: -20px;
}
#tidelift-button img {
  height: 25px;
  margin-right: 5px;
  position: relative;
  top: 5px;
}

#sponsors, .sponsors, .sponsor, #links {display:none !important} #content {margin:0px !important} #forkbanner, #production {display:none !important} .module > * {max-width: none !important} .module {padding:30px !important} .controls {display:none !important} body {background:white !important} .homepage #links {display:block !important} #___gcse_0 {display:none !important} .module {border:none !important} .suffix {display:none !important} #mobile-menu, #menu {display:none !important} .edit-docs-link, .native-inline {display:none !important} #content {margin: -11px 18px !important} h2:hover::before, h3:hover::before {display:none !important} #jobs {display:none !important} pre {overflow-x: scroll !important} .container {position:static !important; width:100% !important; padding-left:0 !important} ul {margin-top:0} html, body {font-size:16px} body, html {font-family: 'Open Sans';} h1 a::before, h2 a::before, h3 a::before, h4 a::before, a.anchor::before {opacity:0 !important}
