:root {
  --backdrop: rgba(14, 14, 14, .6);
  --gold: rgba(248, 199, 41, .7);
}

body {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6em;
}

.nav-menu {
  text-align: center;
}

.nav-link {
  color: rgba(255, 255, 255, .62);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 26px 13px;
  font-size: 13px;
  line-height: 18px;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.w--current {
  color: #fff;
  text-decoration: none;
}

.nav-bar {
  background-color: rgba(0, 0, 0, .5);
}

.hero {
  background-color: #0d0d0d;
  background-image: linear-gradient(118deg, rgba(0, 0, 0, .1) 42%, rgba(0, 0, 0, .82)), url('../images/nuba-hero.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 100vh;
}

.title {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.2em;
}

.subtext {
  color: rgba(255, 255, 255, .7);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.6em;
}

.subpage-background {
  object-fit: cover;
  background-color: #0a0d0e;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/nuba-hero.jpg');
  background-position: 0 0, 80% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  font-weight: 300;
}

.page-title {
  text-align: center;
  text-transform: none;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 2rem;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2em;
}

.footer {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #222;
  text-align: center;
  background-color: rgba(13, 10, 8, .5);
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: .8rem;
  line-height: 1.4rem;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-link {
  opacity: .82;
  color: #c4c4c4;
  margin-left: 6px;
  margin-right: 6px;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-link:hover {
  opacity: .76;
  color: #fff;
  text-decoration: underline;
}

.contact-h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4em;
}

.contact-row {
  background-color: var(--backdrop);
  text-align: center;
  border: 1px #000;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 3rem 2rem;
  display: flex;
}

.contact-link {
  color: #999;
  margin-top: 5px;
  text-decoration: none;
  display: inline-block;
}

.contact-link:hover {
  color: #fff;
}

.logo {
  color: #fdfdfd;
  letter-spacing: 1px;
  text-transform: capitalize;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 23px;
  position: relative;
  right: 0;
}

.brand-link {
  z-index: 1;
  padding-top: 23px;
  padding-bottom: 23px;
}

.hero-content {
  text-align: right;
  object-fit: fill;
  max-width: 940px;
  position: relative;
  top: 40%;
  transform: translate(0, -40%);
}

.button {
  color: rgba(248, 199, 41, .7);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(248, 199, 41, .7);
  padding: 11px 19px;
  font-size: 14px;
}

.button.big {
  color: #fff;
  background-color: #2aa2f7;
  border-style: none;
  border-color: #2aa2f7;
  flex: 0 auto;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 11px 26px;
  font-size: 16px;
  transition: border .2s, color .2s;
  display: inline-block;
}

.button.big:hover {
  color: #fff;
  background-color: #0b456e;
  border-style: none;
  border-color: #fff;
}

.button.small {
  color: #fff;
  background-color: #2aa2f7;
  border-style: none;
  border-color: #2aa2f7;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-size: .8rem;
  line-height: 1.2rem;
  transition: border .2s, color .2s;
}

.button.small:hover {
  color: #fff;
  background-color: #0b456e;
  border-color: #fff;
}

.content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  align-content: stretch;
  justify-content: flex-start;
  max-width: 940px;
  margin-top: 1rem;
  padding-bottom: 5rem;
  display: flex;
}

.footer-text {
  color: rgba(255, 255, 255, .43);
}

.actions {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  margin-top: 5rem;
  display: flex;
}

.body {
  background-color: #060606;
  font-size: 16px;
  line-height: 1.6rem;
}

.container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: right;
  justify-content: flex-end;
  max-width: 1280px;
  display: flex;
}

.container-wide {
  max-width: 1280px;
}

.subtitle {
  color: rgba(255, 255, 255, .7);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2em;
}

.hero-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.hero-copy {
  color: #fff;
  max-width: 100%;
  margin-top: 3rem;
  margin-bottom: .6rem;
  padding-left: 18rem;
  font-size: 1rem;
  line-height: 1.6rem;
}

.content-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.heading-left {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-weight: 300;
  line-height: 1.2em;
}

.head {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-weight: 300;
  line-height: 1.2em;
}

.reports {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid rgba(255, 255, 255, .1);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  display: flex;
}

.subheading-left {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.6em;
}

.file-download {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.columns {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.file-name {
  color: rgba(255, 255, 255, .6);
  font-size: 1rem;
}

.default {
  font-size: 1rem;
  line-height: 1.6em;
}

.column-2 {
  flex: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.image-column-left {
  padding-left: 0;
  padding-right: 0;
}

.text-column-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  padding-left: 5rem;
  padding-right: 0;
  display: flex;
}

.image-column-right {
  padding-left: 0;
  padding-right: 0;
}

.text-column-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  padding-left: 0;
  padding-right: 5rem;
  display: flex;
}

.full-logo {
  opacity: .9;
  width: 25%;
  height: 25%;
  margin-bottom: 2rem;
  margin-right: 1em;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: rgba(0, 0, 0, .85);
    border-top: 1px solid #000;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .nav-link {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 21px;
    line-height: 27px;
  }

  .hero {
    background-position: 0 0, 40%;
    background-size: auto, cover;
  }

  .footer {
    padding-left: 2rem;
    padding-right: 2rem;
    position: static;
  }

  .menu-button {
    color: rgba(255, 255, 255, .62);
    padding: 20px 0 20px 20px;
    font-size: 25px;
    line-height: 22px;
  }

  .menu-button:hover {
    color: #fff;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .hero-content {
    margin-top: 0;
    padding-left: 4rem;
    padding-right: 4rem;
    position: relative;
    top: 40%;
    transform: translate(0, -40%);
  }

  .menu-text {
    float: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-right: 3px;
    padding: 2px;
    font-size: 12px;
    line-height: 19px;
  }

  .menu-text:hover {
    color: #fff;
  }

  .menu-icon {
    float: left;
  }

  .content-wrapper {
    max-width: 940px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .container-wide {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-copy {
    padding-left: 0;
  }

  .columns {
    margin-left: 0;
    margin-right: 0;
  }

  .column {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .full-logo {
    width: 25%;
    height: 25%;
  }
}

@media screen and (max-width: 767px) {
  .title {
    font-size: 50px;
    line-height: 1.2em;
  }

  .subtext {
    font-size: .8rem;
  }

  .page-title {
    font-size: 50px;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-h3 {
    font-size: 1.2rem;
  }

  .contact-row {
    flex-direction: column;
  }

  .contact-link {
    margin-bottom: 30px;
  }

  .contact-link.default {
    margin-bottom: 0;
  }

  .menu-button {
    margin-right: 7px;
  }

  .hero-content {
    top: 30%;
    transform: translate(0, -30%);
  }

  .actions {
    margin-top: 3rem;
  }

  .container {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .subtitle {
    font-size: 30px;
  }

  .hero-title {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .hero-copy {
    margin-top: 2rem;
    line-height: 1.6em;
  }

  .heading-left {
    font-size: 28px;
  }

  .head {
    text-align: left;
    font-size: 28px;
  }

  .column-3 {
    margin-top: 2.5rem;
  }

  .image-column-left {
    text-align: center;
  }

  .text-column-right {
    padding-top: 3rem;
    padding-left: 0;
  }

  .text-column-left {
    padding-bottom: 3rem;
    padding-right: 0;
  }

  .image {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .full-logo {
    width: 30%;
    height: 30%;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-position: 0 0, 40%;
    margin-bottom: 8rem;
  }

  .title {
    font-size: 40px;
    line-height: 1.2em;
  }

  .page-title {
    font-size: 40px;
  }

  .contact-h3 {
    font-size: 1.1rem;
  }

  .contact-row {
    padding: 2rem;
  }

  .logo {
    font-size: .9rem;
    line-height: 1em;
  }

  .hero-content {
    padding-left: 1rem;
    padding-right: 1rem;
    top: 40%;
    transform: translate(0, -30%);
  }

  .button.big, .button.small {
    text-align: center;
    width: 100%;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
  }

  .content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .actions {
    display: block;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-wide {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .subtitle {
    font-size: 25px;
  }

  .heading-left, .head {
    font-size: 26px;
  }

  .file-download {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .image {
    max-width: 70%;
  }

  .full-logo {
    width: 40%;
    height: 40%;
    margin-right: .5em;
  }
}


