.learning_styles ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.learning_styles li {
  width: 320px;
  min-height: 230px;
  padding: 20px;
  border: 1px solid lightgray;
  box-shadow: 0 0 12px lightgray;
  border-radius: 9px;
  margin: auto;
  margin-bottom: 7px;
  z-index: 5;
}

.learning_styles .ls_name {
  font-size: 28px;
  padding-top: 0;
}
.learning_styles .ls_name a {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
}

.learning_styles .ls_icon {
  font-size: 85px;
}

.learning_styles .ls_desc {
  padding: 5px;
}

main {
  padding-bottom: 0px;
}

h1, p {
  text-align: center;
}

.welcome h1 {
  letter-spacing: -1px;
  margin-bottom: 9.6px;
  line-height: 1.3;
}

.page-content {
  padding-top: 10px;
}

div.herotext {
  max-width: 30em;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  padding-top: 80px;
  margin-bottom: -100px;
  color: #5E2417;
}

footer.site-footer.footer-img {
  margin-top: -216px;
  height: 900px;
}

/*# sourceMappingURL=frontpage.css.map */