:root {
  --blk: #000;
  --white: #e6e6e6;
  --dk-grey: #474747;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body-1 {
  background-color: var(--blk);
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 22px;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.nav, .container-2, .hero-div {
  background-color: var(--white);
}

.div-for-home {
  margin: 100px auto 300px;
}

.image, .image-2 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--white);
  color: var(--white);
  margin-bottom: 50px;
  font-weight: 400;
  text-decoration: none;
}

.columns.testimonial-column {
  margin-bottom: 20px;
}

.paragraph {
  color: var(--white);
  overflow-wrap: normal;
}

.paragraph-2 {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.home-header {
  text-align: center;
  font-size: 25px;
}

.section-div {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.line-div {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--white);
  margin-bottom: 50px;
  padding-bottom: 25px;
}

.image-3, .image-4, .image-5 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-2 {
  border-bottom: 1px solid var(--white);
  margin-bottom: 50px;
}

.bold-text {
  font-weight: 400;
}

.link {
  border-bottom: 1px solid var(--white);
  outline-offset: 0px;
  color: var(--white);
  outline: 3px #e6e6e6;
  font-size: 38px;
  line-height: 44px;
  text-decoration: none;
}

.link-2, .link-3 {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  font-size: 38px;
  line-height: 44px;
  text-decoration: none;
}

.text-field-no-fill {
  border: 1px solid var(--white);
  background-color: var(--blk);
  color: var(--white);
  border-radius: 10px;
  margin-bottom: 10px;
}

.text-field-no-fill.reserve-button {
  text-align: center;
  max-width: 200px;
  margin: 100px auto;
  padding: 25px;
  font-size: 23px;
  line-height: 29px;
  display: block;
}

.form {
  border-radius: 10px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.text-field-2 {
  border: 1px solid var(--white);
  background-color: var(--blk);
  border-radius: 10px;
  max-width: 300px;
}

.submit-button {
  border: 1px solid var(--white);
  background-color: var(--blk);
  border-radius: 10px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 76px;
  padding-right: 76px;
  display: block;
}

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

.submit-button.home-submit {
  margin-top: 0;
  display: inline-block;
}

.columns-2 {
  max-width: 600px;
}

.input {
  border: 1px solid var(--white);
  background-color: var(--blk);
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}

.input.text-field-no-fill {
  padding: 7px 35px;
}

.link-text:hover {
  color: var(--dk-grey);
  font-weight: 700;
}

.link-text.w--current {
  color: var(--blk);
}

.form-block {
  padding-bottom: 75px;
}

.text-block {
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  display: block;
}

.link-4 {
  color: var(--white);
  text-decoration: none;
}


