/* Font variables */
/* Color variables */
/* Breakpoint variables */
.foo {
  padding: 10px;
}

body {
  color: #333;
  font-family: mrs-eaves-roman-small-caps, mrs-eaves, Times, serif;
  font-size: 1.6em;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.6;
  background-color: #555;
}

a:link, a:visited {
  color: #fff;
  opacity: 0.67;
}

a:hover, a:active {
  color: #0d66a7;
  opacity: 1;
}

a {
  transition: color 0.125s ease;
}

div.logo {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66.67%;
}
@media (min-width: 900px) {
  div.logo {
    width: 44.44%;
  }
}
div.logo img {
  width: 100%;
  height: auto;
}
div.logo h1 {
  color: #fff;
  font-family: mrs-eaves-roman-small-caps, mrs-eaves, Times, serif;
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 0.25rem;
}
div.logo p {
  font-family: griffith-gothic, helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  mix-blend-mode: hard-light;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.33);
}/*# sourceMappingURL=main.css.map */