:root {
  --color-3: #010629;
  --color: white;
  --color-4: #e80000;
  --color-2: #333;
}

h1 {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 15px;
}

.nav-div {
  justify-content: space-between;
  align-items: center;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.navbar {
  z-index: 5000;
  background-color: var(--color);
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 13px #0000001a;
}

.brand {
  justify-content: center;
  align-items: center;
  width: 15%;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.body {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.65em;
}

.nav-link {
  letter-spacing: 1px;
  text-transform: none;
  padding: 15px 25px;
  font-size: 14px;
  line-height: 1em;
}

.nav-link:hover {
  color: var(--color-4);
}

.nav-link.phone {
  border: 1px solid var(--color-4);
  border-radius: 5px;
  padding: 20px 25px;
}

.hero-sectioin {
  background-image: url('../images/couple-on-walk.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 98vh;
  padding: 5%;
  display: flex;
}

.hero-wrapper {
  width: 45%;
}

.button-container {
  margin-top: 25px;
}

.button {
  border: 1px solid var(--color-3);
  color: var(--color-3);
  background-color: #3898ec00;
  border-radius: 4px;
  margin-right: 7px;
  padding: 15px 20px;
  font-size: 15px;
  line-height: 1em;
}

.button:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.button.red {
  border-color: var(--color-4);
  background-color: var(--color-4);
  color: var(--color);
}

.button.red:hover {
  color: var(--color-3);
  background-color: #e8000000;
}

.test-section {
  padding-top: 0%;
  padding-bottom: 1%;
}

.test-wrapper {
  border: 2px solid var(--color-4);
  background-color: var(--color);
  border-radius: 2px 4px 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  max-width: 1800px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  position: relative;
  top: -25px;
}

.subh {
  color: var(--color-4);
  letter-spacing: 1px;
  white-space: nowrap;
  overflow-wrap: normal;
  font-size: 20px;
  font-weight: 400;
  transform: rotate(0);
}

.section-tag {
  background-color: var(--color-4);
  color: var(--color);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  position: static;
  top: -25px;
}

.section-tag.space {
  margin-bottom: 30px;
}

.test-image {
  width: 90%;
  margin-top: 19px;
}

.what-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.what-wrapper {
  justify-content: space-between;
  width: 80%;
  max-width: 1650px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.what-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 25px;
  display: flex;
}

.what-image {
  box-shadow: 6px 6px 0 0 var(--color-4);
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 45%;
  overflow: hidden;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.candidate-section {
  background-image: url('../images/girl-on-segway.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-start;
  align-items: center;
  min-height: 75vh;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  display: flex;
}

.candidate-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  padding: 0;
  display: flex;
}

.list-holder {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 7px;
}

.list-div {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.check-mark {
  width: 30px;
  margin-right: 2%;
}

.how-section {
  background-image: linear-gradient(#fff, #0000000a);
  padding-top: 5%;
  padding-bottom: 0%;
}

.how-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  max-width: 1650px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.how-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 25px;
  display: flex;
}

.doc-section {
  background-color: #010629cc;
  background-image: linear-gradient(180deg, #010629b3, #010629d4 52%, var(--color-3)), url('../images/illinois-landscape.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 12%;
  padding-bottom: 5%;
  position: relative;
}

.why-wrapper {
  z-index: 5;
  border-left: 10px solid var(--color-4);
  background-color: var(--color);
  box-shadow: none;
  justify-content: space-around;
  align-items: stretch;
  width: 75%;
  max-width: 1700px;
  min-height: auto;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px;
  display: flex;
  position: relative;
  bottom: -50px;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-1 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 37%;
  display: flex;
}

.div-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 52%;
  display: flex;
}

.doc-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  max-width: 1650px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h3-white-centered {
  color: var(--color);
  text-align: center;
}

.doc-holder {
  background-color: var(--color-3);
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  width: auto;
  max-width: 1400px;
  min-height: auto;
  margin-top: 30px;
  padding: 20px;
  display: flex;
}

.doc-name {
  color: var(--color);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
}

.doc-image {
  border: 1px solid var(--color);
  width: 250px;
  height: 325px;
  margin-bottom: 10px;
  margin-right: 5%;
  padding: 10px;
}

.white-centered-text {
  color: var(--color);
  text-align: center;
  display: none;
}

.testimonial-section {
  background-color: var(--color-3);
  padding-top: 4%;
  padding-bottom: 4%;
}

.testimonial-wrapper {
  border: 3px solid var(--color-4);
  width: 65%;
  min-width: 1300px;
  max-width: 1500px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-header {
  background-color: var(--color-4);
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  padding: 45px;
  display: flex;
}

.h3-white {
  color: var(--color);
}

.h3-white.no-space {
  margin-bottom: 0;
}

.testimonial-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 75%;
  padding: 0;
  display: flex;
}

.quote {
  color: var(--color);
  margin-bottom: 20px;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.75em;
}

.name {
  color: var(--color);
  font-weight: 200;
}

.slide-content {
  width: 100%;
  height: 100%;
  padding: 55px;
}

.slider {
  background-color: #ddd0;
  width: 100%;
}

.right-arrow, .left-arrow {
  display: none;
}

.slide-nav {
  inset: auto 6% 6% auto;
}

.location-section {
  background-color: var(--color-3);
  padding-top: 8%;
  padding-bottom: 5%;
}

.location-wrapper {
  justify-content: space-between;
  width: 92%;
  max-width: 2200px;
  min-height: auto;
  margin-left: auto;
  margin-right: 3%;
  display: flex;
}

.form {
  flex-flow: column;
  justify-content: center;
  width: 35%;
  display: flex;
}

.location-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 62%;
  padding-left: 2%;
  display: flex;
}

.form-block {
  background-color: var(--color-4);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 25px;
}

.field-label {
  color: var(--color);
  font-weight: 600;
}

.submit-button {
  background-color: var(--color-3);
  margin-top: 10px;
  padding: 15px 20px;
  font-size: 15px;
  line-height: 1em;
}

.submit-button:hover {
  background-color: var(--color);
  color: var(--color-3);
}

.location-holder {
  justify-content: space-between;
  width: 100%;
  margin-top: 25px;
  display: flex;
}

.location-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33%;
  padding: 10px;
  display: flex;
}

.big-text {
  color: var(--color);
  text-align: left;
  font-size: 22px;
  font-weight: 500;
}

.location-icon {
  width: 35px;
  margin-bottom: 15px;
}

.footer-text {
  color: var(--color);
  text-align: left;
  width: 100%;
  margin-top: 125px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.white-text, .footer-link {
  color: var(--color);
}

.footer-link:hover {
  color: var(--color-4);
}

.doc-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 400px;
  max-width: 600px;
  padding: 5px;
  display: flex;
}

.footer-div {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2.75em;
  }

  h3 {
    margin-bottom: 15px;
    font-size: 2em;
  }

  .nav-link.phone {
    margin: 5px;
  }

  .hero-sectioin {
    height: 725px;
    padding: 6% 4% 0%;
  }

  .hero-wrapper {
    width: 60%;
  }

  .button-container {
    margin-top: 12px;
  }

  .button {
    margin-bottom: 5px;
  }

  .test-wrapper {
    width: 90%;
    padding: 30px;
  }

  .subh {
    text-align: center;
  }

  .what-wrapper {
    width: 90%;
  }

  .what-content {
    padding: 10px;
  }

  .candidate-wrapper {
    width: 60%;
  }

  .list-holder {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .list-div {
    padding-left: 15px;
  }

  .check-mark {
    width: 25px;
  }

  .how-wrapper {
    width: 90%;
  }

  .how-content {
    padding: 10px;
  }

  .why-wrapper {
    justify-content: space-between;
    width: 95%;
    margin-top: 45px;
    padding: 15px;
  }

  .nav-menu {
    background-color: var(--color);
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
  }

  .div-1 {
    width: 33%;
  }

  .div-2 {
    width: 60%;
  }

  .doc-wrapper {
    width: 85%;
  }

  .doc-holder {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    max-width: none;
  }

  .doc-image {
    width: 200px;
    height: auto;
  }

  .testimonial-wrapper {
    width: 90%;
    min-width: auto;
    max-width: none;
  }

  .testimonial-header {
    width: 35%;
    padding: 12px;
  }

  .testimonial-div {
    width: 65%;
  }

  .quote {
    font-size: 20px;
  }

  .slide-content {
    padding: 35px;
  }

  .location-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .location-wrapper {
    flex-flow: column;
    align-items: center;
    width: 90%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .form {
    justify-content: flex-start;
    align-items: center;
    width: 75%;
    margin-top: 45px;
  }

  .location-div {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 0%;
  }

  .form-block {
    width: 100%;
  }

  .location-holder {
    flex-flow: row;
    margin-top: 20px;
  }

  .location-card {
    justify-content: flex-start;
    align-items: center;
    width: 33%;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .big-text {
    text-align: center;
    font-size: 20px;
  }

  .footer-text.centered {
    text-align: center;
    margin-top: 45px;
  }

  .white-text.centered {
    text-align: center;
  }

  .doc-content {
    min-width: auto;
    max-width: none;
  }

  .menu-button {
    background-color: var(--color);
  }

  .menu-button.w--open {
    background-color: var(--color-3);
  }

  .h3-centered {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 12px;
    font-size: 2em;
  }

  .brand {
    width: 22%;
  }

  .hero-sectioin {
    height: 450px;
  }

  .button-container {
    margin-top: 10px;
  }

  .test-wrapper {
    width: 90%;
    padding: 20px;
  }

  .subh {
    font-size: 17px;
  }

  .what-section {
    padding-top: 3%;
    padding-bottom: 7%;
  }

  .what-wrapper {
    flex-flow: column;
  }

  .what-content {
    width: 100%;
  }

  .what-image {
    width: 75%;
    margin-top: 15px;
  }

  .candidate-section {
    background-position: 30% 0;
  }

  .list-holder {
    margin-top: 0;
    margin-bottom: 0;
  }

  .list-div {
    margin-bottom: 15px;
    padding-left: 2px;
  }

  .check-mark {
    width: 20px;
  }

  .how-wrapper {
    flex-flow: column;
  }

  .how-content {
    width: 100%;
  }

  .why-wrapper {
    flex-flow: column;
    width: 90%;
    margin-top: 20px;
    padding: 30px;
    bottom: -35px;
  }

  .div-1, .div-2 {
    width: 100%;
  }

  .doc-holder {
    margin-top: 20px;
  }

  .quote {
    font-size: 18px;
  }

  .slide-content {
    padding: 25px;
  }

  .form {
    width: 90%;
  }

  .location-holder {
    flex-flow: column;
  }

  .location-card {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.75em;
  }

  h3 {
    font-size: 1.4em;
  }

  .brand {
    width: 30%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
  }

  .hero-sectioin {
    background-image: linear-gradient(#0000, #0f0f0f0f 38%, #fff 87%), url('../images/couple-on-walk.jpg');
    background-position: 0 0, 85%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: center;
    align-items: flex-end;
    height: 550px;
    padding-bottom: 12%;
  }

  .hero-wrapper {
    width: 95%;
  }

  .test-wrapper {
    width: 90%;
    padding: 15px;
    top: -15px;
  }

  .subh {
    white-space: normal;
    font-size: 14px;
    line-height: 1.5em;
  }

  .what-section {
    padding-bottom: 9%;
  }

  .what-image {
    width: 90%;
    margin-top: 0;
  }

  .candidate-section {
    background-image: linear-gradient(#fffc, #fffc), url('../images/girl-on-segway.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .candidate-wrapper {
    width: 95%;
  }

  .list-div {
    margin-bottom: 11px;
  }

  .how-section {
    padding-top: 8%;
  }

  .how-content {
    padding: 0;
  }

  .doc-section {
    padding-top: 20%;
  }

  .why-wrapper {
    margin-top: 15px;
    padding: 20px;
  }

  .doc-holder {
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px 10px 10px;
  }

  .doc-image {
    width: 90%;
    margin-right: 0%;
  }

  .testimonial-wrapper {
    flex-flow: column;
  }

  .testimonial-header {
    width: 100%;
    padding: 20px;
  }

  .testimonial-div {
    width: 100%;
  }

  .slide-nav {
    font-size: 14px;
  }

  .form {
    width: 95%;
    margin-top: 30px;
  }

  .form-block {
    padding: 20px;
  }

  .big-text {
    margin-bottom: 10px;
  }

  .footer-text.centered {
    line-height: 1.4em;
  }

  .doc-content {
    padding: 10px;
  }
}


