body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 5px;
}

a {
  color: #00e;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: 4px 15px;
  text-decoration: none;
  display: inline-block;
}

.button.about-us {
  float: none;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .5);
  background-color: #9a8dbe;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.button.about-us:hover {
  color: rgba(5, 247, 239, .49);
}

.button.success-stories {
  float: none;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .5);
  background-color: #9a8dbe;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.button.success-stories:hover {
  color: rgba(5, 247, 239, .49);
}

.button.contact-us {
  float: none;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .5);
  background-color: #9a8dbe;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.button.contact-us:hover {
  color: rgba(5, 247, 239, .49);
}

.button.grant-application {
  float: none;
  box-shadow: none;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .5);
  background-color: #9a8dbe;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.button.grant-application:hover {
  color: rgba(5, 247, 239, .49);
}

.button.grant-application.w--current {
  box-shadow: none;
}

.button.qualification {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .5);
  background-color: #9a8dbe;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.button.qualification:hover {
  color: rgba(5, 247, 239, .49);
  background-color: #9a8dbe;
}

.button.download-application {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .5);
  background-color: #9a8dbe;
  border-radius: 10px;
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 700;
  display: block;
  box-shadow: 1px 1px 3px #000;
}

.logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.spacer {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar {
  background-color: #9a8dbe;
}

.content {
  margin-top: 28px;
  position: static;
}

.footer {
  background-color: #9a8dbe;
  margin-top: 24px;
}

.contact-information {
  text-align: center;
  letter-spacing: 3px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .5);
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.more-information {
  margin-top: 18px;
}

.samaritan-house {
  margin-top: 20px;
}

.samaritan-house-1 {
  float: left;
  clear: none;
  margin: 4px 9px 9px;
  display: inline-block;
  position: relative;
}

.samaritan-row {
  margin-top: 21px;
  display: block;
}

.samaritan-house-2 {
  float: none;
  text-align: left;
  margin-bottom: 11px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.samaritan-house-3 {
  margin-bottom: 28px;
}

.ann-roger-link {
  margin-top: 15px;
}

.logo-link {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .button.success-stories {
    float: none;
    display: block;
  }

  .button.contact-us {
    text-align: left;
    display: inline-block;
  }

  .button.grant-application {
    box-shadow: none;
  }

  .button.qualification {
    margin: 0 -4px -4px;
  }

  .button.qualification.w--current {
    margin: 0 -4px -4px;
    display: block;
  }

  .content {
    margin: 35px;
  }

  .contact-information {
    letter-spacing: 2px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .button.about-us {
    position: static;
  }

  .button.contact-us {
    text-align: center;
    display: block;
    position: static;
  }

  .content {
    margin: 27px;
  }

  .court-house-image {
    padding-top: 14px;
    padding-bottom: 25px;
  }

  .samaritan-house-1 {
    position: relative;
  }

  .samaritan-house-2 {
    margin-top: 19px;
    margin-bottom: 25px;
  }

  .samaritan-house-3 {
    margin: 16px auto 31px;
    display: block;
  }

  .crouch-park-header {
    padding-left: 21px;
  }
}

@media screen and (max-width: 479px) {
  .button.about-us, .button.success-stories {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button.contact-us {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button.grant-application {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .crouch-park-header {
    margin: 17px;
  }
}


