.header-container {
  margin: 10px;
}

.school-logo {
  margin-top: 10px;
}

.button-heading {
  margin-top: 40px;
  margin-tbottom: 20px;
}

.button-container {
  max-width: 400px;
  padding: 0px 40px;
}

.bottom-margin {
  margin-bottom: 10px;
}

.button-wrappable {
  margin-bottom:4px;
  white-space: normal;
}

.no-wrap {
  white-space: nowrap;
}

table {
  font-size: 14px;
}

.margin-top {
  margin-top: 20px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

/* xs < 768 */
@media screen and (max-width: 767px) {
  h1{
    font-size: 1.7em;
  }

  h2{
    font-size: 1.3em;
  }
}

/* sm */
@media screen and (min-width: 768px) {
  h1{
    font-size: 2em;
  }

  h2{
    font-size: 1.6em;
  }
}

/* md */
@media screen and (min-width: 992px) {
  h1{
    font-size: 2.5em;
  }

  h2{
    font-size: 2.1em;
  }
}

/* lg */
@media screen and (min-width: 1200px) {
  h1{
    font-size: 2.9em;
  }

  h2{
    font-size: 2.5em;
  }
}
