@font-face {
  font-family: 'proxima_nova_regular';
  src: url('../fonts/proximanova-regular-webfont.woff2') format('woff2'),
       url('../fonts/proximanova-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gt_pressura_mono_triallight';
  src: url('../fonts/gt-pressura-mono-trial-light-webfont.woff2') format('woff2'),
       url('../fonts/gt-pressura-mono-trial-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 87.5%;
}

body {
  font-family: 'proxima_nova_regular', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
  margin: 0;
  padding: 3rem 3rem 3rem 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.link {
  text-decoration: none;
  color: #95785e;
}

.link:hover,
.link:focus {
  text-decoration: underline;
  color: #000;
}

.main {
  max-width: 45rem;
  margin: auto 0;
  padding: 2rem;
  position: relative;
}

.main-image {
  position: absolute;
  right: 85%;
  top: 50%;
  transform: translateY(-50%);
  height: 105vh;
  z-index: 0;
}

.main-image > img {
  display: block;
  height: 100%;
  width: auto;
}

.main-content {
  position: relative;
  z-index: 1;
}

.main-content > svg {
  display: block;
  width: 100%;
  margin-bottom: 4rem;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
  height: 4rem;
  margin-top: -4rem;
}

.footer > address {
  font-family: 'gt_pressura_mono_triallight', 'Courier New', Courier, monospace;
  color: #95785e;
  font-size: .85rem;
  text-align: right;
  font-style: normal;
  margin-right: 1.7rem;
}

.footer > svg {
  width: 2.4rem;
}

@media (max-width: 768px) {
  body {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .main,
  .footer {
    background-color: rgba(255, 255, 255, .9);
  }

  .main-image {
    right: 50%;
    opacity: .25;
  }

  .footer {
    margin-top: 0;
  }
}
