@import url("https://use.typekit.net/sce4zcz.css");
.hero-wrapper {
  margin: 0 auto;
  width: 80vw;
  padding: 0em;
  padding-top: 2em;
  margin-bottom: 10em;
}

.hero-wrapper .hero-container-left {
  text-align: left;
}

.hero-wrapper .hero-container-left .hero-header h1 {
  font-size: 5.5em;
  color: black;
  text-shadow: 0px 3px 4px #0000004d;
  letter-spacing: 0.06em;
  margin-bottom: 0.6em;
}

.hero-wrapper .hero-container-left .hero-subtext {
  margin-bottom: 3em;
  font-size: 1.1em;
}

.hero-wrapper .hero-container-left .support-button {
  display: block;
}

.hero-wrapper .hero-container-left .support-button button {
  width: 100%;
  color: black;
  background-color: white;
  border: #76f8b7 solid 2px;
  -webkit-transition: 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.hero-wrapper .hero-container-left .support-button button:hover {
  color: white;
  background-color: #76f8b7;
}

.hero-wrapper .hero-container-left .donate-button {
  display: block;
}

.hero-wrapper .hero-container-left .donate-button button {
  width: 100%;
  color: white;
  background-color: #a0a6ab;
  -webkit-transition: 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.hero-wrapper .laptop-svg {
  margin-top: 10em;
}

.footer-container {
  display: block;
  margin-top: 16em;
  padding: 1em 10em;
  text-align: left;
  width: 100vw;
  background-color: white;
}

.footer-container img {
  width: 8em;
}

.footer-container ul {
  float: right;
  font-size: 1.4em;
  padding-bottom: 1em;
}

.footer-container ul a {
  font-weight: 200;
}

.footer-container ul .auctions-link {
  font-weight: 900;
}

.footer-container p {
  clear: both;
  font-size: 1.4em;
  text-align: left;
  color: #8044f2;
}

.footer-container p span {
  font-weight: 800;
  text-decoration: underline;
}

@media (min-width: 640px) {
  .hero-header {
    width: 60%;
  }
}

@media (min-width: 1150px) {
  .hero-wrapper {
    display: block;
    padding-bottom: 12em;
    height: 100% !important;
  }
}
/*# sourceMappingURL=support.css.map */