body {
  padding-top: 20px;
  background: #f5f7fa;
}

.masthead {
  margin-bottom: 22px;
  padding: 14px 16px 10px 16px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 2px 14px rgba(15, 23, 42, .06);
}

.masthead h3.text-muted {
  margin: 0 0 12px 0;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: .6px;
  color: #0f172a !important;
  text-transform: uppercase;
}

.masthead h3.text-muted::before {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  margin-bottom: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, #0ea5e9, #2563eb);
}

.footer {
  padding: 22px 16px;
  margin-top: 40px;
  border-top: 0;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}

.footer .footer-links {
  margin: 0;
  text-align: center;
  color: #4b5563;
  line-height: 1.8;
  font-size: 13px;
}

.footer .footer-links .footer-copy {
  color: #1f2937;
  font-weight: 600;
}

.footer .footer-links .sep {
  color: #9ca3af;
  margin: 0 8px;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
}
.nav-justified > li > a {
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 0;
  font-weight: 700;
  color: #475569;
  text-align: center;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  transition: all .2s ease;
}
.nav-justified > li > a:hover {
  color: #1d4ed8;
  background: #f1f5f9;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background: #2563eb;
  color: #ffffff;
  -webkit-box-shadow: inset 0 -2px 0 rgba(255,255,255,.22);
          box-shadow: inset 0 -2px 0 rgba(255,255,255,.22);
}
.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
    border-radius: 0 5px 5px 0;
  }
}

@media (max-width: 992px) {
  .masthead h3.text-muted {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .masthead {
    padding: 12px;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 992px) {
  .footer {
    padding: 16px 12px;
  }
  .footer .footer-links {
    font-size: 12px;
    line-height: 1.65;
  }
  .footer .footer-links .sep {
    margin: 0 5px;
  }
}