/* Text Elements */

h3.heading-1 {
  color: #f5e9e9;
  font-size: 11px;
}

a.link-text.text-link-1 {
  color: #17e85c;
  font-size: 15px;
}

/* Layout Elements */

body.grid-1 {
  background-color: #000;
}

body.grid-2 {
  background-color: #000;
}

@media screen and (min-width: 16.375rem) {
  /* Text Elements */

  h3.heading-1 {
    font-size: 14px;
  }
}

@media screen and (min-width: 21.875rem) {
  /* Text Elements */

  h3.heading-1 {
    font-size: 16px;
  }

  a.link-text.text-link-1 {
    font-size: 16px;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h3.heading-1 {
    font-size: 18px;
  }

  a.link-text.text-link-1 {
    font-size: 18px;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h3.heading-1 {
    color: #f5e9e9;
    font-size: 20px;
    font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
  }

  a.link-text.text-link-1 {
    color: #17fa28;
    font-size: 20px;
  }

  /* Layout Elements */

  body.grid-1 {
    background-color: #000;
  }
}