

@font-face {
  font-family: 'Host Grotesk';
  src: url(hostgrotesk-medium.ttf), url(hostgrotesk-regular.ttf);
}

body {
  font-family: Host Grotesk, Arial;
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  overflow-x: hidden
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;

  z-index: 1;

  display: flex;
  align-items: center;

  padding: 0 48px 0 52px;

  height: 112px;

  transition: background-color 1s;
}

header nav {
  text-align: right;
}

header a {
  margin: 0 0 0 8px;
}

hero {
  margin: 124px 0px 0px 0px;
}

header div img {
  position: relative;
  width: 112px;
}

h2 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 16px;
}

h3 {
    font-size: 23px;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 112px;  
}

section.content {
  max-width: 640px;
  margin: 0px 48px 48px 48px;
}

div.illustration img{
  display: flex;
  width: 100%;
  max-width: 640px;
}

div.illustration-alt img{
  margin: 124px 0px 0px 0px;
  display: flex;
  width: 100%;
  max-width: 640px;
}

a {
  color: #000000;
  text-decoration: none;
}

hr {
  border: none;
}

li {
  font-weight: 600;
}

footer {
  max-width: 640px;
  bottom: 0;
  left: 0;
  padding: 32px 48px 48px 48px;
  background-color: white;
  color: black;
  display: flex;
  flex-direction: column;
}

footer nav img {
  height:32px;
  margin-right: 8px;
}

footer p {
  font-size: 12px;
  color: #9d9d9c;
  padding-bottom:8px
}

a.button {
  display: inline-block;
  background-color: black;
  color: white;
  text-decoration: none;
  font-size: 16px;
  padding: 10px 15px 10px 15px;
  border-radius: 3px;
  margin-top: 16px;
}


