@import 'https://fonts.googleapis.com/css?family=Source+Code+Pro|Quicksand|Work+Sans|Comfortaa|Roboto|Roboto+Slab';
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  background-color: #002a35;
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-size: 1.05em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #002a35;
  font-family: "Quicksand", sans-serif;
  font-weight: normal;
  margin: 1em 0 .5em;
  padding: 0; }

h1 {
  color: #ced0ce;
  margin-bottom: 0;
  text-align: center;
  text-shadow: 4px 4px 3px #131211; }

h1 {
  font-size: 3em; }

h2 {
  font-size: 2.5em; }

h3 {
  font-size: 2.08333em; }

h4 {
  font-size: 1.73611em; }

h5 {
  font-size: 1.44676em; }

h6 {
  font-size: 1.20563em; }

pre,
code {
  font-family: "Source+Code+Pro", "monospace"; }

main {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 33% 33% 33%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 5%; }
  main section {
    color: #fff;
    padding: 0px; }
    main section ol li {
      list-style: none;
      padding: 5px; }
      main section ol li time {
        color: #ccc;
        font-size: .75em;
        margin-right: 15px; }

p {
  line-height: 2em;
  margin: 0 3em;
}

a {
  color: #fff;
  text-decoration: none;outline:none; }
  a:link {
    border-bottom: 1px dotted #fff; }

em {
  font-style: italic; }

details > summary {
  outline: none !important;
  border: none;
}

section {
  color: #000;
  overflow-x: hidden;
  padding: 3%; }

dl {
  background: #c9cbc9;
  border-left: 8px solid #002a35;
  display: table;
  padding: 5px 15px;
  min-width: 200px; }

dt {
  color: #002a35; }

table {
  margin-left: -50%;
  margin-right: 0;
  table-layout: fixed;
  width: 200%; }

tr:nth-child(even) {
  background: #c3cbd0; }

th,
td {
  padding: 10px 15px;
  text-align: left; }
  th:first-child,
  td:first-child {
    text-align: right; }

th {
  border-bottom: 1px solid #9fa4a9;
  font-weight: bold; }


article header {
  padding-bottom: 2.5%; }
  article header time {
    color: #ccc;
    display: block;
    margin: 10px;
    text-align: center; }
  article header nav a, a:link {
    border-bottom: none;
    text-decoration: none;
    color: #fff;
  }
article section {
  background-color: #ced0ce; }

article dl {
  margin: 1.25em 0; }

article dt {
  font-weight: bold; }

article dd {
  margin: .5em 0 .5em 2em; }

article a {
  color: #002a35; }

article pre {
  background: #c9cbc9;
  border-left: 8px solid #002a35;
  display: table;
  margin: 15px 0;
  min-width: 200px;
  padding: 5px 15px; }
