body {
  background: #000;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.logo {
  margin: 52px auto 33px auto;
}

.nba-scene-logo {
  margin: 48px auto;
}

h1 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 4.5rem;
  margin: 20px 0;
}

h2 {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
}

p,
input,
label {
  font-weight: 400;
  font-size: 0.875rem;
}

p {
  font-size: 1.125rem;
  text-align: center;
}

input[type='text'],
input[type='text']:focus,
input[type='email'],
input[type='email']:focus {
  background: #000;
  color: #fff;
  border-radius: 0;
  padding: 12px;
}

form {
  margin-top: 3rem;
}

.row {
  margin-top: 2rem;
}

a,
a:hover,
a:active,
a:focus {
  color: #fff;
  text-decoration: none;
}

main a,
main a:hover,
main a:active,
main a:focus {
  color: #9b43ff;
  text-decoration: underline;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #9b43ff;
  border-color: #9b43ff;
  font-weight: 500;
  border-radius: 0;
  outline: none;
  box-shadow: none !important;
}

main .btn-primary {
  width: 420px;
}

main .btn-primary,
main .btn-primary:hover,
main .btn-primary:active,
main .btn-primary:focus {
  padding: 1rem;
  margin-top: 3rem;
}

.hero {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 30%),
    url('https://image.news.sceneplus.ca/lib/fe2711717d64047e721379/m/1/f26426d1-be08-485e-8365-074fa220be90.jpg')
      no-repeat 0 -115px;
  background-size: 100%;
}

.hero-copy {
  padding: 0 50px;
}

.hero-copy h2 {
  margin: 24px 0 50px 0;
  max-width: 600px;
}

main {
  max-width: 1016px;
  margin: auto;
  position: relative;
  top: 60px;
  z-index: 99;
  background: #000;
  padding-top: 10px;
}

.basketball {
  position: absolute;
  top: -5px;
  left: -35px;
}

footer {
  margin: 10rem 0;
}

footer p {
  text-align: left;
}

footer h2 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer .more-info li:first-child {
  font-weight: 700;
  padding-bottom: 1rem;
}

footer li {
  line-height: 2.3rem;
  font-size: 1rem;
}

footer .logos img {
  margin-right: 2rem;
}

footer .join {
  background: #9b43ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

footer .join .copy {
  margin: 0 20px;
}

footer .arrow-right {
  width: 44px;
  height: 44px;
  display: inline-block;
  background: url('https://image.news.sceneplus.ca/lib/fe2711717d64047e721379/m/1/arrow-right.svg')
    no-repeat #000 50% 50%;
}

.gray-band {
  background: #292929;
}

.gray-band .container {
  background: url('https://image.news.sceneplus.ca/lib/fe2711717d64047e721379/m/1/scene-logo-minimal.svg')
    no-repeat 0 4.5rem;
  padding: 2rem 0;
}

.social {
  margin-bottom: 40px;
}

.social img {
  margin-right: 32px;
}

.app-stores img {
  margin-right: 30px;
}

.dotted-line {
  background: url('https://image.news.sceneplus.ca/lib/fe2711717d64047e721379/m/1/dotted-line.svg');
  margin: 0 30px;
  height: 1px;
  width: 200px;
  display: inline-block;
}

.legal {
  max-width: 700px;
}

.legal p {
  margin: 30px 0;
}

.legal .smaller p {
  font-size: 1rem;
}

.legal-links {
  display: flex;
  justify-content: space-around;
  list-style: none;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1440px;
  }
}

@media (max-width: 992px) {
  .social,
  .app-stores,
  .legal-logos {
    justify-content: space-around;
  }

  .legal-links {
    margin-top: 3rem;
    flex-wrap: wrap;
  }

  .social {
    margin: 2rem auto;
    max-width: 200px;
  }

  .app-stores {
    margin: 0 auto;
    max-width: 340px;
  }

  .legal-logos {
    margin: 0 auto;
    max-width: 250px;
  }

  .social img,
  .logos img,
  .app-stores img {
    margin: 0 !important;
  }
}

@media (max-width: 768px) {
  .fields label {
    margin-top: 2rem;
  }

  .legal-links li {
    margin: 0 0.5rem;
  }

  h1 {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }

  h2 {
    font-size: 1.125rem;
    line-height: 2rem;
  }

  main .btn-primary {
    width: 100%;
  }

  .gray-band .container {
    background-position: 0 2rem;
    padding: 5rem 0;
  }

  .more-info {
    margin-top: 3.5rem;
    padding-top: 3rem;
    border-top: 1px solid #858585;
  }
}
