/* Text Elements */

h1.heading-1 {
  margin: 30px 0;
  padding-right: 0;
  padding-left: 0;
  color: #010101;
  text-align: center;
  text-shadow: none;
  white-space: normal;
  font-weight: 800;
  font-size: 25px;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
}

a.link-text.text-link-1 {
  color: #010101;
  text-align: center;
  font-weight: 800;
  font-size: 19px;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
}

a.link-text.text-link-2 {
  display: inline;
  color: #010101;
  text-align: right;
  white-space: normal;
  font-weight: 800;
  font-size: 19px;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;

  justify-self: auto;
}

a.link-text.text-link-3 {
  margin-top: 0;
  color: #010101;
  text-align: center;
  font-weight: 800;
  font-size: 19px;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
}

a.link-text.text-link-4 {
  color: #010101;
  font-weight: 800;
  font-size: 19px;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
}

a.link-text.text-link-5 {
  margin-top: 0;
  margin-bottom: 0;
  color: #010101;
  text-align: left;
  font-weight: 800;
  font-size: 19px;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
}

a.link-text.text-link-6 {
  color: #010101;
  font-weight: 800;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
}

/* Layout Elements */

body.body-1 {
  margin-right: 10%;
  margin-left: 10%;
}

.container.container-1 {
  margin-right: 0;
  margin-left: 0;
}

.container.container-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;

  justify-self: center;
}

.container.container-3 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;

  justify-self: center;
}

.container.container-4 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;

  justify-self: center;
}

.container.container-5 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;

  justify-self: center;
}

.container.container-6 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;

  justify-self: center;
}

.container.container-7 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 19px;

  justify-self: center;
}

.container.container-8 {
  margin: 0 10%;
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 75rem) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 22px;
  }

  a.link-text.text-link-3 {
    font-size: 16px;
  }

  a.link-text.text-link-2 {
    font-size: 16px;
  }

  a.link-text.text-link-1 {
    font-size: 16px;
  }

  a.link-text.text-link-4 {
    font-size: 16px;
  }

  a.link-text.text-link-5 {
    color: #010101;
    font-size: 16px;
  }

  a.link-text.text-link-6 {
    color: #010101;
    font-size: 16px;
  }
}

@media screen and (max-width: 60rem) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 17px;
  }

  a.link-text.text-link-2 {
    font-size: 13px;
  }

  a.link-text.text-link-3 {
    font-size: 13px;
  }

  a.link-text.text-link-1 {
    font-size: 13px;
  }

  a.link-text.text-link-4 {
    font-size: 13px;
  }

  a.link-text.text-link-5 {
    font-size: 13px;
  }

  a.link-text.text-link-6 {
    font-size: 13px;
  }
}

@media screen and (max-width: 35rem) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 15px;
  }

  a.link-text.text-link-2 {
    font-size: 11px;
  }

  a.link-text.text-link-3 {
    font-size: 11px;
  }

  a.link-text.text-link-1 {
    font-size: 11px;
  }

  a.link-text.text-link-4 {
    font-size: 11px;
  }

  a.link-text.text-link-5 {
    font-size: 11px;
  }

  a.link-text.text-link-6 {
    font-size: 11px;
  }
}