* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  padding: 20px;
  font-size: 14px;
  line-height: 1.5;
}

@media (min-width: 768px) {

  html {
    padding: 30px;
    font-size: 18px;
    line-height: 1.75;
  }

}

body {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;;
  margin: 0 auto;
  max-width: 770px;
  color: #3c3836;
  background-color: #ecf0f1;
}

p {
  margin: 0 0 20px;
}

pre {
  border-color: #3c3836;
  margin: 0 0 14px;
  border: 1px solid;
  padding: 5px;
  white-space: pre-wrap;
  word-wrap: wrap-all;
  background-color: #f5f5f5;
  border-radius: 3px;
  display: block;
}

blockquote {
  background: #f9f9f9;;
  border-left: 10px solid #ccc;;
  margin-top: 0px;
  padding-left: 5px;
}

@media (max-width: 767px) {

  blockquote {
    margin: 0px;
  }

}

a {
  font-weight: inherit;
  line-height: inherit;
  color: #d65d0e;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.feather {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #d65d0e;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.masthead {
  text-align: center;
}

.masthead:after {
  display: block;
  content: '----------------------------------------------------------------';
  margin: 10px 0;
  color: #ccc;
}

.masthead a {
  color: #af3a03;
}

.badges {
  text-align: center;
  list-style: none;
}

.badge {
  display: inline-block;
  margin: auto 5px;
  color: #d65d0e;
}

.footer {
  margin: 80px 0 0;
  text-align: center;
  color: #3c3836;
}