.jumbotron {
  height: 600px;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 180px;
  background: none;
}

.jumbotron .home-heading {
  color: #f2f2f2;
  font-size: 54px;
  text-transform: capitalize;
}

.jumbotron .home-sub-heading {
  color: #f2f2f2;
  text-align: center;
  font-weight: 400;
  font-size: 23px;
}

.jumbotron .home-sub-heading span {
  background: rgba(253, 181, 21, 0.3);
  padding: 0 6px;
  border-radius: 4px;
  text-transform: uppercase;
  color: #fff;
}

.navbar-default {
  background: #083129;
}

.hero {
  background: #093028; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to bottom,
    #093028,
    #237a57
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to bottom,
    #093028,
    #237a57
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.action-button {
  margin-top: 40px;
  margin-bottom: 25px;
}

.sub-heading-section {
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 500;
  text-align: center;
}

.category-section {
  background: #237a57;
  margin-bottom: 20px;
  color: #fff;
}

blockquote {
  border-left: none;
  background: #f9f9f9;
  position: relative;
}

blockquote:before {
  display: block;
  content: "\201C";
  font-family: serif;
  font-size: 96px;
  position: absolute;
  left: -54px;
  top: -35px;
  color: #eeeeee;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

blockquote .profile-pic {
  max-width: 100px;
  border: 3px solid #eee;
  margin: 20px 0;
}

.features-section .sub-section {
  text-align: center;
}

.features-section .sub-section p {
  font-size: 24px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

.table-features {
  background: #fff;
  box-shadow: #333 1px 7px 5px;
}

.table-features thead {
  font-size: 20px;
  background: #237a57;
  color: #fff;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

.table-features thead th {
  text-align: center;
}

.category-section p {
  color: #fff;
}

#letter p {
  margin: 20px 0 29px;
  line-height: 1.8;
}

#letter p.lead {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

li {
  font-size: 16px;
}

.special-price {
  font-style: italic;
  color: #fff;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.5px;
  font-size: 13px;
}

.special-price-table {
  color: #333;
  position: relative;
  bottom: 20px;
}

#about {
  background: #eee;
  padding: 30px 0;
  margin-top: 30px;
}

#about .about-subtext {
  font-size: 16px;
  position: relative;
  bottom: 15px;
}

.media-heading {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

.media-body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

#build {
  background: #eeeeee;
  padding-bottom: 20px;
  margin-top: 20px;
}

#curriculum {
  margin-top: 50px;
}

.submit-button-big {
  margin: 25px 0 0;
  font-size: 23px;
  padding: 10px 22px;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: inline-block;
  background: #d53e48;
  border: none;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

.sub_text {
  font-size: 16px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

.lead-text {
  font-style: italic;
}

.btn-danger {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

#faq {
  background: #eee;
  margin-top: 50px;
}

#faq h2 {
  color: #247a57;
}

#faq p {
  font-size: 15px;
}

#faq .faq-item {
  background: #fff;
  margin-bottom: 20px;
}

#faq p.lead {
  font-size: 18px;
  margin-top: 0;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

mark {
  background-color: rgba(255, 255, 0, 0.5);
}

/* Payment button */

.simpay-checkout-form .simpay-payment-btn {
  display: none;
}

@media only screen and (max-width: 768px) {
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: rgba(242, 242, 242, 0.3);
  }

  .jumbotron .home-heading {
    font-size: 32px;
  }

  .jumbotron .home-sub-heading {
    font-size: 18px;
    margin-top: 15px;
    line-height: 30px;
  }
}
