body { margin-bottom: 600px; background-color: #ffb448; }

* { -webkit-box-sizing: border-box; box-sizing: border-box; }

.wrapper { width: 960px; max-width: 80%; margin: 0 auto; }

.fw-grid { width: 960px; max-width: 100%; }

a { color: inherit; }

nav { height: 75px; background-color: #ffffff; padding: 17.5px 25px; color: #ffb448; position: fixed; top: 0; left: 0; right: 0; z-index: 100; }
nav img { height: 40px; }
nav span { font-weight: bold; font-size: 24px; position: absolute; left: 82px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
nav ul { position: absolute; right: 25px; top: 50%; color: #000000; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); margin: 0; padding: 0; }
nav ul li { display: inline-block; margin-left: 20px; }
nav ul li a { padding: 5px 20px; text-decoration: none; position: relative; }
nav .hamburger { position: absolute; right: 25px; top: 50%; cursor: pointer; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
nav ul.js-toggled { position: absolute; top: 100%; left: 0; right: 0; transform: none; background-color: #fff; border-bottom: 1px solid #ddd; height: 0; transition: 200ms all cubic-bezier(0.4, 0, 1, 1); overflow: hidden; }
nav ul.js-toggled.visible { height: 248px; transition: 200ms all cubic-bezier(0, 0, 0.2, 1); }
nav ul.js-toggled li { border-top: 1px solid #ddd; display: block; padding: 30px; text-align: center; margin: 0; }
nav ul.js-toggled li a { padding: 30px; }

header { background-color: #ffb448; height: 100vh; min-height: 600px; position: relative; }
header.inverted { background-color: #ffffff; }
header.inverted .header-content { color: #000000; }
header.inverted .header-content .title { color: #ffb448; }
header .header-content { color: #ffffff; padding: 100px 0; text-align: center; position: absolute; top: 50%; left: 0; right: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
header .header-content img { height: 200px; }
header .header-content h1 { font-size: 48px; margin: 32px 0 16px; }
header .header-content p { font-size: 20px; margin-top: 0; margin-bottom: 10px; }
header .header-content p.small { font-size: 16px; }

section { background-color: #ffffff; }
section#features { padding: 100px 0; }
section#features a { color: #ffb448; }
section#features .col { text-align: center; }
section#features .col img { height: 100px; }
section#download-cta { background-color: #ffb448; padding: 75px 0; text-align: center; }
section#download-cta a.btn { background-color: #ffffff; color: #ffb448; border-radius: 2pt; font-size: 24px; padding: 15px 35px; text-decoration: none; }
section#docs-cta { background-color: #ffffff; padding: 75px; text-align: center; }
section#docs-cta a.btn { background-color: #ffb448; color: #ffffff; border-radius: 2pt; font-size: 24px; padding: 15px 35px; text-decoration: none; }
section#getting-started { padding: 100px 0; }
section#grid-example { background-color: #ffb448; padding: 100px 0; }
section#docs-preview { padding: 75px 0; }

.box { height: 25px; background-color: #ffffff; }

.gist .gist-file { border-bottom-color: #dddddd !important; }
.gist .gist-file .gist-meta { display: none !important; }
.gist .gist-file .gist-data { border-bottom: none !important; }
.gist .gist-meta { position: fixed; left: 0; right: 0; bottom: 0; top: 100vh; transition: 500ms all cubic-bezier(0.68, -0.55, 0.27, 1.55); }
.gist.visible .gist-meta { bottom: 0; top: calc(100vh - 36px); }

footer { color: #ffffff; background-color: #ffb448; text-align: center; padding: 75px 35px; position: fixed; left: 0; right: 0; bottom: 0; z-index: -100; }
footer ul { padding: 0; }
footer ul li { display: inline-block; }
footer ul li img { width: 45px; }
footer ul li:not(:first-child) { margin-left: 50px; }

h1:not(.title) { position: relative; display: inline-block; }
h1:not(.title):after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 8px; background-color: #ffb448; z-index: -10; }

@media (max-width: 480px) { header .header-content img { height: 150px; }
  header .header-content h1 { font-size: 32px; }
  header .header-content p { font-size: 18px; }
  header .header-content p.small { font-size: 14px; }
  .box { height: 20px; }
  section#download-cta a.btn, section#docs-cta a.btn { font-size: 18px; padding: 12px 24px; }
  footer ul img { width: 35px; }
  footer ul li:not(:first-child) { margin-left: 35px; } }
