@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400&display=swap');

* { box-sizing: border-box; }

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #1c1c1c;
  background: #fff;
  line-height: 1.7;
  margin: 0;
  padding: 40px 24px 80px;
}

main {
  max-width: 680px;
  margin: 0 auto;
}

h1 {
  font-weight: 200;
  font-size: 40px;
  line-height: 1.2;
  margin: 0 0 12px;
}

.tagline {
  font-weight: 200;
  font-size: 19px;
  color: #555;
  margin: 0;
}

h2 {
  font-weight: 200;
  font-size: 15px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #777;
  margin: 0 0 20px;
}

h3 {
  font-weight: 400;
  font-size: 19px;
  margin: 0 0 8px;
}

p { margin: 0 0 16px; }

section, footer {
  padding-top: 56px;
}

.services article + article {
  margin-top: 32px;
}

footer.contact {
  margin-top: 24px;
  border-top: 1px solid #e6e6e6;
  font-weight: 200;
  color: #555;
}

@media (max-width: 480px) {
  body { padding: 32px 20px 56px; }
  h1 { font-size: 32px; }
}
