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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #a71e22;
  border: 1px #000;
  border-radius: 20px;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero {
  background-image: url('../images/IMG_1477.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

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

.button {
  letter-spacing: .3rem;
  text-transform: uppercase;
  background-color: #a71e22;
  border-radius: 20px;
  padding: 20px 40px;
  font-family: Bitter, serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
}

.paragraph {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Bitter, serif;
  font-size: 45px;
  line-height: 45px;
  display: block;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 1000px;
  display: block;
}

.footer {
  color: #000;
  background-color: #a71e22;
  width: 100%;
  margin-top: 40px;
}

.image-2 {
  filter: drop-shadow(0 0 10px #ffffffb3);
  margin-top: 100px;
}

.white-text-block {
  color: #fff;
  text-align: left;
  font-family: Bitter, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.red-text-box {
  color: #a71e22;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Bitter, serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}

.container-3 {
  margin-top: 0;
  font-family: Bitter, serif;
}

.grid {
  grid-template-rows: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  display: flex;
}

.heading {
  letter-spacing: 1rem;
  font-family: Bitter, serif;
  font-size: 45px;
  text-decoration: underline;
}

.bullet-point {
  font-family: Bitter, serif;
  font-size: 30px;
  line-height: 30px;
}

.grid-2, .grid-3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 85%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.specializing {
  margin-top: 40px;
  margin-bottom: 35px;
  font-family: Bitter, serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  line-height: 30px;
}

.grid-4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 85%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.project-photos {
  width: 100%;
}

.photo-container {
  max-width: 95%;
  margin-bottom: 40px;
}

.photo-holder-650 {
  background-image: url('../images/IMG_1477.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 650px;
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .paragraph {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .button {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 35px;
    line-height: 35px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .container-2 {
    padding-top: 0;
  }

  .hero {
    height: 400px;
  }

  .image {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 30px;
    line-height: 35px;
  }

  .paragraph {
    text-align: center;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
    line-height: 20px;
  }

  .footer {
    height: auto;
  }

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

  .red-text-box {
    font-size: 20px;
    line-height: 20px;
  }

  .grid {
    grid-template: "."
                   "Area"
                   / 1fr;
    grid-auto-flow: row;
  }

  .container-4 {
    width: 50%;
    padding-top: 0;
  }

  .specializing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .photo-holder-650 {
    background-repeat: no-repeat;
    background-size: contain;
  }
}

#w-node-c18bab7e-4e1b-9844-8336-aa87c30e20a2-f2e2e452 {
  place-self: center end;
}

#w-node-_716c066f-ef78-5f4d-9207-204bbe204772-f2e2e452 {
  place-self: center start;
}

#w-node-c18bab7e-4e1b-9844-8336-aa87c30e20a2-1e95ac5e {
  place-self: center end;
}

#w-node-_716c066f-ef78-5f4d-9207-204bbe204772-1e95ac5e {
  place-self: center start;
}

#w-node-c18bab7e-4e1b-9844-8336-aa87c30e20a2-694961dd {
  place-self: center end;
}

#w-node-_716c066f-ef78-5f4d-9207-204bbe204772-694961dd {
  place-self: center start;
}

#w-node-c18bab7e-4e1b-9844-8336-aa87c30e20a2-563cc39f {
  place-self: center end;
}

#w-node-_716c066f-ef78-5f4d-9207-204bbe204772-563cc39f {
  place-self: center start;
}

@media screen and (max-width: 767px) {
  #w-node-_716c066f-ef78-5f4d-9207-204bbe204772-694961dd {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c18bab7e-4e1b-9844-8336-aa87c30e20a2-f2e2e452 {
    place-self: center;
  }

  #w-node-_716c066f-ef78-5f4d-9207-204bbe204772-f2e2e452, #w-node-c18bab7e-4e1b-9844-8336-aa87c30e20a2-694961dd, #w-node-_716c066f-ef78-5f4d-9207-204bbe204772-694961dd {
    justify-self: center;
  }
}


