/* pfh 7/30/16, shamelessly taken from http://jgthms.com/web-design-in-4-minutes/ */


header {
  background-color: #263d36;
  background-image: url("/img/photo-1468476775582-6bede20f356f.jpeg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 1.2;
  padding: 10vw 2em;
  width: 100%;
  max-width: none;
  text-align: center;
}

header img {
  display: inline-block;
  height: 120px;
  vertical-align: top;
  width: 120px;
}

header h1 {
  color: #555;
  font-size: 2.5em;
  font-weight: 300;
}

header a {
  border: 1px solid #e81c4f;
  border-radius: 290486px;
  color: #555;
  font-size: 0.6em;
  letter-spacing: 0.2em;
  padding: 1em 2em;
  text-transform: uppercase;
  text-decoration: none;
  transition: none 200ms ease-out;
  transition-property: color, background;
}

header a:hover {
  background:  #e81c4f;
  color: white;
}

/* reset browser margin and padding as per ryan */
main, body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

main {
  max-width: 50em;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  color: #566b78;  
}

main, footer {
  padding: 2em;
}

h1,
h2,
strong {
  color: #333;
  margin-top: 1em;
  padding-top: 1em;
}

