html {
  height: 100%;
}

body {
  background-color: #242A32;
  color: #4a4a4a;
  font-family: Muli, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
}

@media (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

.navbar {
  transition: background-color 300ms;
  background-color: #f8f8f8;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* Shrink the navbar font for moderately narrow screens. */
  .navbar {
    font-size: 11px;
  }
}

.navbar-brand {
  color: #fff;
  width: 200px;
}

.navbar-nav > li > a {
  color: #242A32;
}

.navbar-nav > li > a:focus, .navbar-nav > li > a:hover {
  background-color: transparent;
}

.navbar-brand-img {
  color: #151922;
  margin-top: -4px;
}

.navbar-toggle {
  border-color: #242A32;
}

.navbar-toggle .icon-bar {
  border: 1px solid #242A32;
}

@media (max-width: 767px) {
  .navbar-collapse {
    background-color: rgba(184, 162, 211, 0.95);
  }
}

.topfold {
  color: #242A32;
  height: 50px;
  position: relative;
  width: 100%;
}

.topfold-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../image/hero/capitol-building-2x.jpg');
  background-color: #e6d8f2;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}

.topfold-content {
  position: absolute;
  left: 50%;
  top: 20%;
  width: 40%;
}

.topfold-h1 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .topfold-bg {
    height: 50%;
    background-position: left center;
  }

  .topfold-h1 {
    font-size: 24px;
  }

  .topfold-content {
    background-color: #fff;
    position: relative;
    top: 50%;
    left: 0;
    width: 100%;
    min-height: 50%;
    text-align: center;
    padding: 15px;
  }

}

.topfold-button {
  background-color: #242A32;
  border-radius: 50px;
  border: none;
  color: #fdfdfd;
  font-size: 13px;
  font-weight: 700;
  margin-top: 1.5em;
  padding: 8px 28px;
}

.topfold-button:hover, .topfold-button:focus {
  background-color: #000;
}

section {
  background-color: #242A32;
  color: #fff;
  padding: 80px 50px;
}

@media (max-width: 767px) {
  section {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

section.mediumbright {
  color: #242A32;
  background-color: #D8D8D8;
}

section.bright {
  color: #242A32;
  background-color: #f8f8f8;
}

section.centered {
  text-align: center;
}

.section-title {
  font-weight: 700;
  font-size: 150%;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 2.5em;
}

.benefit-imagebox {
  text-align: center;
  margin-top: 50px;
}

.benefit-imagefield {
  background-color: #242A32;
  display: inline-block;
  border-radius: 100px;
  width: 91px;
  height: 91px;
  line-height: 91px;
}

.benefit-imagefield > img {
  display: block;
  margin: 20px auto;
}

.benefit-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.benefit-text {
  padding: 0 15px;
  margin: 0 auto;
  text-align: justify;
  max-width: 350px;
}

.feature-table {
  width: 100%;
}

.feature-table > tbody > tr > td {
  vertical-align: top;
}

.feature-imagebox {
  height: 80px;
  text-align: center;
}

.feature-title {
  text-align: center;
  max-width: 150px;
  margin: 15px auto 40px auto;
  padding: 0 10px;
}

@media (max-width: 599px) {
  .feature-imagebox > img {
    height: 50px;
  }

  .feature-imagebox {
    height: 50px;
  }
}

section.arch-section {
  background: url('../image/arch/fed-eagle-2x.jpg');
  background-size: cover;
  background-position: top center;
}

.arch-table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.arch-image-cell {
  padding-top: 10px;
  vertical-align: top;
}

.arch-image-field {
  background-color: #fff;
  border-radius: 37px;
  height: 74px;
  line-height: 74px;
  margin-right: 40px;
  text-align: center;
  width: 74px;
}

.arch-image-field > img {
  display: inline-block;
  vertical-align: middle;
}

.arch-text-cell {
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 1.5em;
}

.arch-text-cell > h4 {
  font-size: 100%;
  font-weight: 700;
  color: #B6A7DE;
  margin: 0 0 0.5em 0;
}

.getstarted-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 60px 0 40px 0;
}

.getstarted-line {
  border-bottom: 1px solid #B6A7DE;
  flex: 2 1 50px;
}

.getstarted-title {
  font-size: 140%;
  flex: 1;
  font-weight: 700;
  margin: 0;
  padding: 0 40px;
  text-align: center;
  white-space: nowrap;
}

.action-button-box {
  margin: 1em 0 3em 0;
}

.action-button, .submit-button {
  background-color: #B6A7DE;
  border: none;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 24px;
  color: #242A32;
}

.action-button:hover, .submit-button:hover {
  opacity: 0.8;
}

.social-link {
  margin: 0 3px;
}
