/*
 * h4ck.io style sheet
 */

body {
  color: #333;
  font-family: Indie Flower;
  text-align: center;
  margin: 0px;
  background-color: aliceblue;
}

/*
 * header
 */

header {
  background-color: #333;
  min-height: 100px;
  margin: 0px;
  color: aliceblue;
  padding: 5px;
  text-align: center;
}

header div {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

header div pre {
  font-family: monofur;
  text-align: left;
  font-size: 1.3em;
  line-height: 0.8;
}

header h2 {}
/*
 * navigation
 */

nav {}

nav ul {
  padding: 0px;
}

nav ul li {
  list-style-type: none;
  display: inline;

}

nav ul li a {
  color:cornflowerblue;
  text-decoration: none;
}

nav ul li a:hover {
  color: cornflowerblue;
  font-weight: 800;
}

/*
 * main
 */

main {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 800px;
}

main article blockquote {
  margin: 10px;
}

main article section pre {
  padding: 5px;
  color: #ddd;
  max-width:650px;
}

main article section pre code {
  font-family: monospace;
  font-weight: 300;
  font-size: 0.8em;
}

main article section h2 {
  font-size: 1em;
  font-style: italic;
}

main article section blockquote {
 // font-family: Architects Daughter;
  margin-left: 20px;
  border-left: 2px;
  border-left-style: double;
  padding: 2px 8px;
}

/*
 * footer
 */

footer {
  margin: 20px;
}
