:root {
  --dark-blue: #08456a;
  --white: #fff;
  --gold: #bfaa71;
}

.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;
  }
}

.navbar {
  background-color: #fff;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-flex {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.site-logo {
  height: 85px;
}

.container {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.nav-link {
  padding-top: 0;
  padding-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 20px;
}

.button {
  border: 2px solid #3898ec;
  padding: 16px 40px 14px;
  font-family: Bebas Neue, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.button.bluebutton {
  background-color: #08456a;
  border: 2px solid #08456a;
  border-radius: 0;
  padding-top: 16px;
}

.button.bluebutton:hover {
  background-color: #05293f;
}

.button.goldoutlinebutton {
  color: #ac9248;
  background-color: #3898ec00;
  border: 2px solid #ac9248;
  border-radius: 0;
  padding-top: 16px;
}

.button.goldoutlinebutton.herogoldbutton {
  color: #fff;
}

.button.goldoutlinebutton.herogoldbutton:hover {
  background-color: #ac9248;
}

.button.goldbutton {
  background-color: #ac9248;
  border-color: #ac9248;
}

.button.goldbutton:hover {
  background-color: #886f27;
}

.sectionhero {
  background-color: var(--dark-blue);
  background-image: url('../images/HeroImage.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 110px;
  position: static;
  top: 125px;
}

.herowrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 750px;
  display: flex;
}

.doublebuttonwrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.doublebuttonwrap.leftalignbuttonwrap {
  justify-content: flex-start;
}

.herohdg {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 120px;
  line-height: 120px;
}

.herotext {
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.herotext.whitetxt {
  color: #fff;
  line-height: 28px;
}

.subhdgtxt {
  color: var(--gold);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.sectionabout {
  padding-top: 100px;
  padding-bottom: 100px;
}

.introblockflex {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.introblockimage {
  flex: auto;
  width: 50%;
  display: block;
}

.introblockcontent {
  width: 50%;
}

.sectionhdg {
  color: var(--dark-blue);
  margin-top: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 45px;
  line-height: 45px;
}

.sectionhdg.abouthdg {
  max-width: 375px;
}

.sectionhdg.whitetext {
  color: var(--white);
}

.bodytext {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.bodytext.subhdgbodytext {
  text-align: center;
  max-width: 950px;
}

.bodytext.subhdgbodytext.quotebodytext {
  max-width: 710px;
}

.bodytext.whitetext {
  color: #fff;
}

.signature {
  width: 300px;
}

.familyphoto {
  background-image: url('../images/TheMenkes.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.sectionservices {
  background-color: #f4f4f4;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sectionhdgcentered {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.serviceboxflex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 60px;
  display: grid;
}

.servicebox {
  text-align: center;
  background-color: #fff;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 40px;
  display: flex;
  box-shadow: 0 3px 60px #0000000a;
}

.serviceboxicon {
  width: auto;
  height: 55px;
  margin-bottom: 20px;
}

.serviceboxtitle {
  color: var(--dark-blue);
  font-family: Bebas Neue, sans-serif;
  font-size: 28px;
}

.single-button-wrap {
  flex-flow: column;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.single-button-wrap.footerbuttonwrap {
  margin-top: 30px;
}

.section {
  padding-top: 100px;
  padding-bottom: 0;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.imagemodal {
  z-index: 9999;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
}

.modal-image {
  object-fit: contain;
  width: auto;
  min-width: auto;
  max-width: 90vw;
  max-height: 90vh;
}

.rt-about-one-portfolio-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.rt-about-one-portfolio-main.gallery-page-gallery {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.rt-overflow-off {
  border-radius: 10px;
  overflow: hidden;
}

.rt-overflow-off.gallery-page-wrap {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background-color: #fff;
  border-radius: 0;
  height: auto;
}

.rt-autofit-2 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-autofit-2.rt-responsive-full-width-2 {
  width: 100%;
  overflow: hidden;
}

.rt-autofit-2.rt-responsive-full-width-2.gallery-page-single {
  border-radius: 0;
  height: 100%;
}

.sectionquote {
  background-color: #f4f4f4;
  padding-top: 100px;
}

.sectionfooter {
  background-color: #08456a;
}

.footerlogowrap {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.image {
  width: 185px;
}

.div-block-2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-3 {
  background-color: #ac9248;
}

.div-block-4 {
  color: #fff;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.formwrap {
  padding-top: 60px;
  padding-bottom: 80px;
}

._2-col-form-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .rt-overflow-off {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  .sectionhero {
    background-size: cover;
  }

  .herohdg {
    font-size: 85px;
    line-height: 85px;
  }

  .icon {
    color: var(--dark-blue);
    font-size: 35px;
  }

  .sectionabout {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .introblockflex {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .introblockimage, .introblockcontent {
    width: 100%;
  }

  .sectionhdg {
    text-align: center;
  }

  .sectionhdg.abouthdg {
    text-align: left;
  }

  .familyphoto {
    height: 750px;
  }

  .rt-about-one-portfolio-main {
    grid-template-columns: 1fr 1fr;
  }

  .rt-about-one-portfolio-main.gallery-page-gallery {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footerlogowrap {
    width: 150px;
  }

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

@media screen and (max-width: 767px) {
  .site-logo {
    height: 65px;
  }

  .button.bluebutton {
    letter-spacing: .5px;
    padding: 12px 25px 10px;
    font-size: 16px;
  }

  .button.bluebutton.navbarbutton {
    padding: 8px 18px 6px;
    font-size: 14px;
  }

  .button.goldoutlinebutton {
    padding: 12px 25px 10px;
    font-size: 16px;
  }

  .button.goldoutlinebutton.herogoldbutton, .button.goldbutton {
    letter-spacing: .5px;
    padding: 12px 25px 10px;
    font-size: 16px;
  }

  .sectionhero {
    background-size: cover;
    padding-top: 100px;
  }

  .herowrap {
    height: 600px;
  }

  .herohdg {
    font-size: 65px;
    line-height: 65px;
  }

  .herotext.whitetxt {
    font-size: 16px;
  }

  .sectionhdg {
    font-size: 40px;
    line-height: 40px;
  }

  .sectionhdg.abouthdg {
    max-width: 330px;
  }

  .bodytext {
    font-size: 14px;
    line-height: 26px;
  }

  .bodytext.whitetext {
    text-align: center;
  }

  .signature {
    width: 200px;
  }

  .familyphoto {
    height: 500px;
  }

  .serviceboxflex {
    grid-template-columns: 1fr;
  }

  .rt-about-one-portfolio-main {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .rt-about-one-portfolio-main.gallery-page-gallery {
    grid-template-columns: 1fr;
  }

  .rt-autofit-2.rt-responsive-full-width-2 {
    height: auto;
  }

  .div-block-2 {
    padding-bottom: 40px;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: center;
  }

  .text-block, .text-block-2 {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .site-logo {
    height: 50px;
  }

  .button.bluebutton.navbarbutton {
    padding-left: 18px;
    padding-right: 18px;
  }

  .sectionhero {
    padding-top: 80px;
  }

  .herowrap {
    height: 500px;
  }

  .doublebuttonwrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .doublebuttonwrap.leftalignbuttonwrap {
    text-align: center;
  }

  .herohdg {
    font-size: 45px;
    line-height: 45px;
  }

  .herotext.whitetxt {
    font-size: 14px;
    line-height: 24px;
  }

  .subhdgtxt {
    font-size: 14px;
  }

  .sectionabout {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sectionhdg {
    font-size: 34px;
    line-height: 34px;
  }

  .familyphoto {
    height: 400px;
  }

  .single-button-wrap.footerbuttonwrap {
    margin-top: 10px;
  }

  .rt-about-one-portfolio-main.gallery-page-gallery {
    grid-template-columns: 1fr;
  }

  .div-block-2 {
    padding-top: 30px;
  }

  ._2-col-form-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-block, .text-block-2 {
    text-align: center;
    font-size: 10px;
  }
}


