@font-face {
  font-family: "Favorit-Regular";
  src: url("fonts/Favorit-Regular.otf") format("opentype"),
    url("fonts/FavoritStd-Regular.woff") format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Favorit-Light";
  src: url("fonts/Favorit-Light.otf") format("opentype"),
    url("fonts/FavoritStd-Light.woff") format("woff2");
  font-style: normal;
  font-weight: 300;
}

* {
  box-sizing: border-box;
  font-family: "Favorit-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;

  text-align: left;
}

a,
a:visited,
a:hover,
a:active {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}

body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.logo {
  position: absolute;
  width: 280px;
  height: auto;

  top: 80px;
  left: 80px;
}

.gears-graphic {
  position: absolute;
  width: 36%;
  height: auto;

  bottom: 80px;
  right: 0;
}

.header {
  font-family: "Favorit-Regular", sans-serif;
  font-weight: 400;
  color: #2051b5;
  position: absolute;

  top: 210px;
  left: 80px;

  font-size: 90px;
  line-height: 1;
}

.subhead {
  font-family: "Favorit-Light", sans-serif;
  font-weight: 300;
  position: absolute;
  top: 450px;
  left: 80px;

  font-size: 24px;
  line-height: 1.2;
}

.footer-container {
  font-family: "Favorit-Light", sans-serif;
  font-weight: 300;
  position: absolute;
  bottom: 0;
  right: 0;

  font-size: 14px;

  display: flex;
  justify-content: flex-end;
  align-items: center;

  margin: 9px 0;
  padding: 0 38px 0 0;
  height: 35px;
  width: 636px;

  box-sizing: border-box;
  line-height: 2.5;
}

.footer-container span {
  font-family: inherit;
  font-weight: inherit;

  display: inline-block;
}

.footer-container a:hover {
  text-decoration: underline;
}

.footer-circle {
  height: 4px;
  width: 4px;
  background-color: #404040;
  border-radius: 50%;
  display: inline-block;

  margin-right: 12px;
}

.dcf,
.copyright {
  margin-right: 8px;
}

.dcf .right-space {
  margin-right: 1px;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 767px) {
  .logo {
    width: 200px;
    height: auto;

    top: 80px;
    left: 48px;
  }

  .gears-graphic {
    width: 46%;
    height: auto;
  }

  .header {
    top: 210px;
    left: 48px;

    font-size: 64px;
  }

  .subhead {
    top: 360px;
    left: 48px;

    font-size: 17px;
    line-height: 1.2;
  }

  .footer-container {
    display: none;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .logo {
    width: 240px;
    height: auto;

    top: 80px;
    left: 56px;
  }

  .gears-graphic {
    width: 42%;
    height: auto;
  }

  .header {
    top: 210px;
    left: 56px;

    font-size: 72px;
  }

  .subhead {
    top: 380px;
    left: 56px;

    font-size: 18px;
    line-height: 1.3;
  }

  .footer-container {
    font-size: 12px;
    width: 560px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 1140px) {
  .logo {
    position: absolute;
    width: 280px;
    height: auto;

    top: 80px;
    left: 80px;
  }

  .gears-graphic {
    width: 36%;
    max-width: 500px;
    height: auto;
  }

  .header {
    font-family: "Favorit-Regular", sans-serif;
    font-weight: 400;
    color: #2051b5;
    position: absolute;

    top: 210px;
    left: 80px;

    font-size: 90px;
  }

  .subhead {
    font-family: "Favorit-Light", sans-serif;
    font-weight: 300;
    position: absolute;
    top: 428px;
    left: 80px;

    font-size: 24px;
    line-height: 1.2;
  }

  .footer-container {
    font-size: 14px;
    width: 640px;
  }
}
