h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
}

.navbar-bg {
  background-color: #527AAD !important;
}

.process-icon {
  color: #527AAD !important;
}

.process-steps {
  margin-top: 2em;
}

body {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0;
}

.footer {
  background-color: rgba(0, 0, 0, 0.5);
  /* background-color: #527AAD !important; */

  color: white;

  padding-left: 15px;
  padding-right: 15px;
}

.footer > .row {
  /* background-color: #527AAD !important; */
  /* background-color: rgba(82, 122, 173, 0.5); */
}

.phone {
  margin-top: 20px;
  font-size: 16pt;
  line-height: 16pt;
  margin-bottom: 4px;
}

.email {
  color: white;

  font-size: 10pt;
  line-height: 10pt;

  margin-bottom: 20px;
}

.phone a {
  color: white;
}

.email a {
  color: white;
}

.left-side-margin {
  margin-bottom: 20px;
}

.main-title {
  margin-top: 1em;
  color: white;
  text-shadow: 1px 1px 2px #000;
  text-align: left;
  margin-bottom: 1em;
}

.page-title {
  margin-top: 1em;
  color: white;
  text-shadow: 1px 1px 2px #000;
  text-align: left;
  margin-bottom: 1em;
}

.benefits-table {
  margin-top: 1em;
  margin-bottom: 1em;
}

.benefits-table td, .benefits-table .th  {
  padding: 4px;
}

.benefits-table td {
  border: 1px solid silver;
}

.benefits-table th {
  align-content: bottom;
}

.benefits-table tr:nth-child(even) {
  background-color: #eeeeee;
}

.review {
  margin-top: 20px;
  margin-bottom: 20px;
}

.review .name {
  font-weight: bold;
}

.dba {
  text-align: center;

  font-size: 10pt;

  color: white;

  margin-top: 40px;
}