@import url("https://use.typekit.net/sce4zcz.css");
.hero-wrapper {
  margin: 0 auto;
  width: 80vw;
  padding: 0em;
  padding-top: 6em;
  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 .laptop-svg {
  margin-top: 10em;
}

.form-wrapper {
  padding: 0;
  margin: 0 auto;
  width: 80vw;
}

.form-wrapper h1 {
  text-shadow: 0px 3px 6px #00000029;
  text-align: center;
  font-size: 3em;
  padding-bottom: 1em;
  letter-spacing: 0.02em;
}

.form-wrapper .col {
  margin: 0;
  padding: 0;
}

.form-wrapper label {
  margin-top: -10px;
  font-size: 18px;
}

.form-wrapper input[type='text'],
.form-wrapper input[type='email'] {
  font-size: 24px;
}

.form-wrapper #file {
  font-size: 1em;
}

.form-wrapper .btn {
  background-color: white;
  color: black;
  border-radius: 15px;
  border: #76f8b7 1px solid;
  font-weight: 300;
}

.form-wrapper .btn:hover {
  background-color: #76f8b7;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-wrapper #submit-btn {
  color: black;
  border-radius: 12px;
  border: #8044f2 1px solid;
  font-weight: 700;
  font-size: 1.4em;
  padding-left: 5em;
  padding-right: 5em;
}

.form-wrapper #submit-btn:hover {
  background-color: #8044f2;
  color: white;
}

.form-wrapper #submit-wrapper {
  margin-top: 3em;
  text-align: center;
  position: absolute;
  right: 0;
}

.footer-container {
  margin-top: 16em;
  clear: both;
  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%;
  }
  .forartists {
    color: white;
    background-color: #76f8b7;
  }
  #form {
    font-size: 2.4em;
  }
}
/*# sourceMappingURL=forartists.css.map */