* {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
}

h1, h2 {
  font-family: Lato, sans-serif;
}

code, code * {
  font-family: 'Ubuntu Mono', monospace;
}

h2 {
  margin: 1em 0;
}

body {
  background-color: #333;
  color: #000000;
}

p {
    margin-bottom: 1em;
}

p:last-of-type {
    margin-bottom: 0;
}

.valign-parent {
  display: table;
  height: 100%;
  width: 100%;
}

.valign-child {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}

.navigation {
  top: 0;
  width: 100%;
}

nav {
  box-sizing: border-box;
  background-color: rgba(0,0,0,0.8);
  padding: 15px 10px;
}

nav * {
  display: inline-block;
}

nav .logo {
  color: white;
  font-size: 2em;
}

.nav-links {
  float: right;
  position: relative;
  top: 11px;
}

.nav-links a {
  color: rgba(24, 138, 250, 1);
  font-weight: bold;
  padding: 0 10px;
}

.hero-area {
  background-color: rgba(24, 138, 250, 0.5);
  color: white;
  height: 300px;
  text-align: center;
}

.hero-area h2 {
  font-weight: 300;
}

.highlight {
  background-color: rgba(255,255,255,0.9);
  padding: 20px 10%;
}

.features-limitations {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

.features-limitations li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -o-column-break-inside: avoid;
  column-break-inside: avoid;
}

.date {
  margin-left: 10px;
  font-size: .7em;
  font-weight: normal;
}
