:root {
  --black: black;
  --black-2: #333;
  --white: white;
}

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

body {
  color: #333;
  font-family: Varela, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-2 {
  color: var(--black-2);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  display: block;
}

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

.image {
  margin-bottom: 50px;
}

.link-block {
  margin-top: 50px;
}

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

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

.navbar {
  background-color: rgba(0, 0, 0, 0);
}

.nav-link {
  color: var(--black-2);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link.w--current {
  color: #e6bb52;
}

.nav-menu {
  margin-top: 0;
}

.section {
  min-height: 30vh;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-5 {
  color: var(--black-2);
  text-align: center;
  margin-bottom: 20px;
}

.container-2 {
  min-height: 75vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-3 {
  justify-content: space-between;
  display: flex;
}

.list {
  margin-top: 10px;
}

.container-4 {
  min-height: 50vh;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.list-2 {
  margin-top: 10px;
}

.container-5, .container-6 {
  min-height: 50vh;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.heading-6 {
  text-align: right;
}

.column {
  border-right: 0px solid var(--black-2);
}

.text-block {
  margin: 15px 0;
}

.text-block-2 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.text-block-3 {
  text-align: right;
}

.column-2 {
  border-left: 2px solid var(--black-2);
  padding-left: 30px;
}

.text-block-4 {
  text-align: right;
  margin-top: 15px;
  font-size: 14px;
  line-height: 20px;
}

.text-block-5 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

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

.image-2 {
  border-radius: 10px;
}

.grid {
  grid-column-gap: 64px;
  padding-bottom: 20px;
}

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

.section-4 {
  color: var(--black-2);
  background-color: #ebebeb;
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-block-6 {
  margin-bottom: 10px;
}

.text-block-7 {
  margin-top: 10px;
}

.grid-2 {
  grid-column-gap: 62px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-block-8 {
  color: var(--white);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.link:hover {
  text-decoration: underline;
}

.image-3 {
  border-radius: 10px;
}

.section-5 {
  min-height: 50vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  min-height: 20px;
  background-image: radial-gradient(circle, #733401, #e6bb52 23%, #ab770a 65%, #fcf7b5);
}

.section-6 {
  background-color: var(--black);
  color: var(--white);
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-7 {
  min-height: auto;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/sunset-with-dog-picture.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.heading-7 {
  color: var(--white);
  text-align: center;
}

.container-7 {
  min-height: 75vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.link-2:hover {
  text-decoration: underline;
}

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

@media screen and (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-2 {
    font-size: 14px;
    line-height: 20px;
  }

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

  .heading-3, .heading-4 {
    font-size: 24px;
    line-height: 30px;
  }
}

#w-node-_68a4e4cb-5636-1e09-d8ae-12addb056772-25341e89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5c83017a-b82a-6f96-10b5-0eac5bebe94e-25341e89 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_00dc7dd4-bfdb-b884-9939-46b06c134e40-61ae844d {
  align-self: center;
}

#w-node-aed308e1-4e4f-dc81-43ec-18432e47b866-61ae844d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


