:root {
  background: #fff;
  color: #444;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  height: 100%;
  text-align: center;
}

::selection,
::-moz-selection {
  background: rgba(0,0,0,.1);
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  line-height: 1.8rem;
  height: 100%;
  width: 100%;
}

code {
  border: 1px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 3px;
  color: #ba9;
  font-family: "Roboto Mono", monospace;
  font-size: .85rem;
  line-height: 0;
  padding: .2rem .3rem .1rem;
  white-space: nowrap;
}

footer {
  color: #bbb;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 4.5rem;
  margin-top: 9rem;
}

footer a {
  color: #444;
}

h1, h2, h3 {
  line-height: inherit;
  font-size: inherit;
  font-weight: normal;
  margin: 0;
}

h1 {
  font-family: "Abel", sans-serif;
}

h2 {
  font-family: "Abel", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 4.5rem;
}

h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2rem;
}

hr {
  border: none;
  border-bottom: 1px solid #444;
}

kbd {
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: 2px solid #ddd;
  border-radius: 3px;
  font-family: "Roboto Mono", monospace;
  font-size: .85rem;
  line-height: 0;
  padding: .2rem .3rem .1rem;
  text-transform: capitalize;
  white-space: nowrap;
}

p {
  margin: 0;
}

p a {
  text-decoration: underline;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* navigation
   ------------------------------ */

.nav-item {
  display: inline-block;
}

.nav-item:before {
  content: '\00a0 | \00a0';
}

.nav-item:first-child:before {
  content: '';
}

/* grid
   ------------------------------ */

.container {
  margin: 0 auto;
  max-width: 60rem;
  position: relative;
  width: 100%;
}

.row {
  display: flex;
  flex-direction: row;
  margin: 0 -1.0rem;
}

.row .column {
  margin-bottom: 2.7rem;
  padding: 0 1.0rem;
  width: 100%;
}
