/* Some code from Skeleton V2.0.4 by Dave Gamache (www.getskeleton.com) */
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  line-height: 2;
  font-weight: 400;
}

a {
  color:#007ba7;
  text-decoration: inherit;
}

code {
  font-family: monospace;
  font-size: 1.2em;
}

h1 {
  color: #007ba7
}

h2 {
  color: #555;
}

p {
  text-align: justify;
}

pre {
  font-family: monospace;
  font-size: 1.2em;
  background-color: #003153;
  color: HSL(35,62%,89%);
  overflow-x: auto;
}


blockquote {
  font-family: serif;
  font-style: italic;
  font-size: x-large;
}

.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.button {
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  margin-top: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 30px;
  color: #fff;
  background-color: rgba(224, 190, 140, 0.1); }
.button:hover,
.button:focus
{
  color: #fff;
  background-color: rgba(224, 190, 140, 1); }
