html {
  font-family: sans-serif;
  color: #555;
}

body {
  margin: 0;
}

h1, h2 {
  font-weight: bold;
  margin: 0;
}

a {
  text-decoration: underline;
  color: inherit;
}

#about, section {
  padding: 1.14em 1.85em;
}

#about h1 {
  font-size: 3em;
}

#about h1 + h2 {
  color: #CCC;
  font-size: 1.85em;
}

#about p {
  font-size: 1.85em;
}

#cover {
  margin-bottom: 1.85em;
}

#cover img {
  max-width: 100%;
}

#more {
  list-style-type: none;
  margin: 0;
  padding: 1em 0;
}

#more li {
  display: inline-block;
  font-weight: bold;
  margin: .5em 1em .5em 0;
}

section > h1 {
  font-size: 1.85em;
}

section article {
  margin-top: 1.85em;
}

section article h1 {
  font-size: 1em;
}

section article p {
  margin: 0.62em 0;
}

@media (min-width : 768px) {
  #about, section {
    margin-left: 62%;
  }

  #cover {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 62%;
    padding: 1em 0;
    background-image: url('/?url=https%3A%2F%2Fcollimarco.com%2Fimages%2Fme.jpg');
    background-size: cover;
  }

  #cover img {
    display: none;
  }
}
