@import url("https://use.typekit.net/uni6gpc.css");
html {
  font-size: 22px;
}

body {
  margin: 0;
  font-family: proxima-nova, sans-serif;
  color: #292929;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, p {
  margin: 0;
}

h1, h2, h3, h4 {
  line-height: 1;
  font-weight: 700;
  font-family: interstate-condensed, sans-serif;
}

h1 {
  font-size: 3rem;
}

@media (max-width: 800px) {
  h1 {
    font-size: 1.5rem;
  }
}

h2 {
  font-size: 3rem;
}

@media (max-width: 800px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3, h4 {
  font-size: 1.36rem;
}

p {
  font-size: 1rem;
  font-weight: 200;
  margin: 0;
  line-height: 1.25;
}

#wrapper {
  position: relative;
}

#mainNav {
  position: relative;
  display: table;
  padding: 10px;
  z-index: 2;
  margin-bottom: 1rem;
}

#logo {
  position: relative;
  display: table;
}

#logo img {
  display: block;
  width: 250px;
  height: auto;
}

#actions {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}

#actions button {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: 2px solid #292929;
  background: #292929;
  font-weight: 500;
  color: #FFF;
  text-transform: uppercase;
  font-family: interstate-condensed;
  transition: all 0.15s ease-out;
}

#actions button:hover {
  background: transparent;
  color: #292929;
}

#footer {
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}

#footer p {
  font-size: 12px;
}

.notFound {
  padding: 4rem 0;
  text-align: center;
}
