:root {
  --black-2: #333;
  --gold: #e9d04a;
  --coral: #ff7319;
  --black: #3c2313;
  --white: white;
  --teal: #10857d;
  --medium-sea-green: #39af4f;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.main, .bod {
  text-align: center;
}

.border {
  background-color: var(--black-2);
  height: 40px;
  margin-bottom: 0;
}

.body {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-top: 1px solid #000;
}

.section {
  background-color: #fff;
  background-image: linear-gradient(rgba(233, 208, 74, .94), rgba(233, 208, 74, .94)), url('../images/56407483_494545837744002_6078834387040862208_o.jpg');
  background-position: 0 0, 50% 60%;
  border-bottom: 5px #39af4f;
  padding-top: 8px;
  padding-bottom: 0;
}

.rich {
  text-align: left;
  line-height: 16px;
}

.mainhead {
  color: #838383;
  font-family: Merriweather, serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 300;
}

.foot {
  color: #fff;
  font-size: 16px;
}

.footer {
  text-align: center;
  margin-top: 0;
  padding: 62px;
}

.link {
  color: #fca36a;
}

.test {
  width: 50%;
}

.link-2 {
  color: var(--black-2);
  text-decoration: none;
}

.logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
}

.link-block {
  margin-right: 28px;
}

.heading {
  text-align: center;
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  font-weight: 400;
}

.column, .column-2 {
  text-align: center;
}

.section-2 {
  background-color: #f1f1f1;
  margin-top: 106px;
  padding-top: 49px;
  padding-bottom: 54px;
}

.section-2.alt {
  background-color: #fff;
  margin-top: 26px;
  padding-bottom: 0;
}

.section-2.white {
  background-color: #fff;
  margin-top: 43px;
}

.paragraph {
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.dropdown-link {
  color: #253d3f;
  text-transform: uppercase;
  background-color: #fff;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 60px;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.dropdown-link:hover {
  color: #253d3f;
  background-color: #f6f4ef;
}

.dropdown-link.w--current {
  color: #909090;
}

.text-floated-left {
  float: none;
  margin-right: 5px;
  display: inline-block;
}

.dropdown {
  color: #253d3f;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  padding: 12px 26px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.nav-link:hover {
  color: #253d3f;
}

.nav-link.w--current {
  color: var(--coral);
}

.content-wrapper {
  max-width: 1140px;
  padding-left: 25px;
  padding-right: 25px;
}

.dropdown-toggle {
  color: #253d3f;
  text-transform: uppercase;
  padding: 12px 26px;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.dropdown-toggle:hover {
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-toggle.w--open {
  background-color: #fff;
  padding-right: 20px;
}

.dropdown-menu-arrow {
  margin-top: 5px;
  margin-bottom: 5px;
}

.navbar {
  z-index: 1000;
  background-color: rgba(51, 51, 51, .45);
  height: 70px;
  margin-top: 0;
}

.nav-menu {
  float: none;
  text-align: center;
  margin-top: 13px;
  margin-bottom: -18px;
}

.link-3 {
  color: var(--black);
}

.call {
  background-color: var(--black);
  color: #fff;
  padding: 9px 18px;
  text-decoration: none;
}

.html-embed {
  margin-top: 55px;
}

.div-block {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: black black var(--white);
  text-align: center;
  background-image: url('../images/DBF88B11-0E1C-40E8-8F6F-991F91DD41A3.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding: 136px 108px 28px 28px;
  display: flex;
}

.button {
  background-color: var(--gold);
  color: #000;
  border: 3px solid #fff;
  border-radius: 3px;
  padding: 23px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, .25);
}

.button:hover {
  background-color: #f3ce09;
}

.grid {
  border-right: 3px solid var(--white);
  background-image: url('../images/IMG_0942.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 33.33%;
  height: 300px;
}

.grid._2 {
  background-image: url('../images/IMG_1007.jpg');
  background-position: 50%;
}

.grid._3 {
  background-image: url('../images/IMG_0746.jpg');
  border-right-style: none;
}

.featurewrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.container {
  text-align: center;
  max-width: 1200px;
}

.div-block-3 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.feature {
  width: 49%;
}

.feature._2 {
  width: 32.5%;
}

.paragraph-2 {
  font-size: 18px;
}

.newb {
  text-align: left;
  font-size: 18px;
  line-height: 1.6em;
}



@media screen and (max-width: 991px) {
  .dropdown-link {
    padding-left: 30px;
  }

  .burger-line-3 {
    background-color: var(--gold);
    width: 20px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .burger-menu {
    text-align: center;
    font-size: 17px;
    position: relative;
  }

  .burger-line-1 {
    background-color: var(--gold);
    width: 20px;
    height: 2px;
    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-link {
    background-color: var(--gold);
    color: #444;
    width: 100%;
    height: 50px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
  }

  .nav-link:hover {
    background-color: #bba73a;
  }

  .dropdown-toggle {
    color: #444;
    background-color: #f9a625;
    height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown-toggle:hover {
    background-color: #fff;
  }

  .menu-button {
    height: 50px;
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .menu-button.w--open {
    background-color: #fff;
    padding-top: 30px;
  }

  .navbar {
    height: 70px;
  }

  .nav-menu {
    background-color: #036b8c;
    margin-top: -1px;
  }

  .grid {
    height: 200px;
  }

  .feature._2 {
    width: 32%;
  }
}

@media screen and (max-width: 767px) {
  .bod {
    padding: 0 41px 41px;
  }

  .link-block {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .section-2.white {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .dropdown-link {
    background-color: #044d64;
  }

  .div-block {
    min-height: 275px;
    padding-top: 80px;
    padding-right: 35px;
  }

  .grid {
    height: 175px;
  }
}

@media screen and (max-width: 479px) {
  .mainhead {
    font-size: 22px;
    line-height: 26px;
  }

  .heading {
    font-size: 24px;
  }

  .div-block {
    align-items: flex-end;
    padding-bottom: 15px;
    padding-right: 11px;
  }

  .feature {
    width: 100%;
  }

  .feature._2 {
    width: 48%;
  }

  .feature.x {
    display: none;
  }

  .newb {
    font-size: 15px;
    line-height: 1.5em;
  }
}

#w-node-_5f488f22-c442-0837-ded9-77e05d641d21-1e3807d9, #w-node-cde60db7-eb66-f5ab-bacc-b769fa8a9771-1e3807d9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}


