#homepage {
  padding-top: 8rem;
  padding-bottom: 3rem;
}

#homepage-heading {
  font-size: 4rem;
}

#instruments {
  padding-top: 1rem;
  padding-left: 2rem;
  float: center;
}

.bg-primary .text-white {
  padding: 0;
}

.coming-soon-p {
  margin-bottom: 0.5rem;
}

#coming-to-you {
  padding: 2rem;
  background-color: #4a5aa0;
  color: white;
}

#coming-to-you h1 {
  font-weight: 400;
  margin-bottom: 1.5rem;
}

#im-a-student {
  padding-right: 1rem;
  color: #f7ededa2;
}

#im-a-teacher {
  color: #ffb0a3;
}

#im-a-teacher a {
  color: white;
}

#im-a-teacher #teachers-button {
  
  position: relative;
  float: left;
  left: 0rem;
  top: 0rem;
  right: 0;
  bottom: 0;
  width: 10rem;
  height: 2.1rem;
  margin: auto;
  margin-top: 0.2rem;
  margin-bottom: 1.5rem;
  padding: 0.2em 0.4em;
  border: 3px solid transparent;
  border-radius: 8px;
  background: #f79d8f;
  font-size: 0.95rem;
  text-align: center;
}

#im-a-teacher #teachers-button:hover {
  background: #facec4;
  text-decoration: none;
}

.box {
  padding: 2rem 1rem;
}

#benefits-subtitle {
  margin-bottom: 0;
}

#credit {
  font-size: 0.8rem;
}


/* #subheading {
  font-size: 1rem;
  line-height: ;
} */

#submit-form, #email-textfield {
  border-radius: 5rem;
}

#tc-pp {
  margin-top: 1rem;
}

#tc, #pp {
  padding-top: 0;
  margin: 0;
  font-size: 0.8rem;
}