.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 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 5px 15px #d5b58a;
}

.section {
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  max-width: 200px;
}

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

.container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-2 {
  min-height: 220vh;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns {
  align-items: center;
  display: flex;
}

.text-span {
  color: #d5b58a;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

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

.heading {
  text-align: center;
  margin-bottom: 100px;
}

.link {
  text-decoration: none;
}

.rich-text-block {
  background-color: #fff;
  padding: 0 10px;
}

.heading-2 {
  opacity: .8;
}

.heading-2:hover {
  opacity: 1;
}

.link-2 {
  opacity: .8;
}

.link-2:hover {
  opacity: 1;
}

.rich-text-block-copy {
  background-color: #fff;
  padding: 0 10px;
}

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

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

.heading-3 {
  color: #d5b58a;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
  font-weight: 400;
}

.italic-text {
  text-align: center;
}

.section-4 {
  background-color: #f0fbfc;
  align-items: flex-end;
  display: flex;
}

.columns-2 {
  width: 100%;
  margin-bottom: 100px;
}

.container-3 {
  min-width: 80%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.image-2 {
  max-width: 70%;
}

.paragraph {
  text-align: left;
}

.div-block {
  width: 100%;
  border-top: 1px dashed rgba(0, 0, 0, .1);
}

.link-block {
  opacity: .9;
}

.link-block:hover {
  opacity: 1;
}

.heading-4 {
  margin-top: 10px;
  font-size: 56px;
  line-height: 62px;
}

.paragraph-3 {
  text-align: left;
  margin-top: 10px;
}

.section-5 {
  min-height: 100vh;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.heading-5 {
  margin-top: 10px;
}

.columns-3 {
  align-items: center;
  display: flex;
}

.paragraph-4 {
  text-align: center;
  margin-top: 40px;
}

.container-4 {
  max-width: 1140px;
}

.columns-4 {
  margin-top: 40px;
}

.section-7 {
  min-height: 100vh;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  max-width: 50%;
  margin-bottom: 100px;
}

.container-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.button {
  opacity: .9;
  text-align: center;
  background-color: #d5b58a;
}

.button:hover {
  opacity: 1;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.image-5 {
  max-width: 50%;
  margin-bottom: 20px;
}

@media screen and (max-width: 479px) {
  .section-2 {
    background-color: rgba(213, 181, 138, .2);
    padding-top: 0;
    padding-bottom: 40px;
  }

  .columns {
    flex-direction: column;
    margin-top: 100px;
  }

  .grid {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    margin-bottom: 20px;
  }

  .section-3 {
    min-height: 100vh;
  }

  .italic-text {
    font-size: 34px;
    line-height: 42px;
  }

  .image-2 {
    max-width: 100%;
  }

  .paragraph {
    margin-top: 20px;
  }

  .paragraph-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-4 {
    margin-top: 0;
    font-size: 50px;
  }

  .image-3 {
    max-width: 80%;
  }

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

  .section-5 {
    min-height: 120vh;
  }

  .section-6 {
    min-height: 170vh;
  }

  .columns-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .heading-6 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 34px;
    line-height: 40px;
  }

  .image-4 {
    max-width: 90%;
  }

  .nav-menu {
    background-color: #f0f0f0;
  }

  .menu-button {
    background-color: white;
  }

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

  .image-5 {
    max-width: 90%;
  }
}

#w-node-_20b4c12e-0e48-e61d-7163-b812feb42fae-bca74336, #w-node-_8f8a6a85-ccd3-efd5-df5c-ea2bfeb8fb35-bca74336, #w-node-e96f4938-5c0f-c00a-69ba-c473db48f16d-bca74336, #w-node-c6f0aa0f-aa81-2d7f-926b-02f033992200-bca74336, #w-node-_1e3f030c-e89c-8863-ec5b-6fe218a0ce7f-bca74336, #w-node-_40a14207-bbe9-8b8e-6a72-853fc3d6b9f3-bca74336, #w-node-_32783e61-3f39-5aa4-a126-838b54fbdcb7-bca74336, #w-node-_96a07ef3-35d0-9741-a658-badad767c9e5-bca74336, #w-node-e45dd3ff-f81f-a6d1-a2aa-83493264f82b-bca74336, #w-node-_109e69fc-8fd1-24c6-94db-5fdf35fd25c7-bca74336, #w-node-b45ae223-5138-5031-8192-daf6cc93dbe6-bca74336, #w-node-e2fe81c5-122d-a628-cf9a-cd9dd9def21a-bca74336, #w-node-d70eb264-0551-87dd-cf38-7dafccf702bf-bca74336, #w-node-_9459bb7e-567e-d8aa-1477-394e8b0e5c73-bca74336, #w-node-_238b12a9-cd65-fc50-cd5b-706b0cba7f8c-bca74336, #w-node-e1ea9bc4-717e-8f22-f655-39d7b3dbd239-bca74336, #w-node-dc8acf33-ec0b-86d4-ae42-22e8ddc988b9-bca74336, #w-node-_21869909-dd5e-68cd-0d83-7b816995ef9d-bca74336 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

/* ------------TIMELINE CSS------------ */

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

.time-line-section {
  min-height: 150vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
}

.video-section {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f8f8f8;
}

.main-container {
  margin-top: 100px;
  width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.line {
  position: absolute;
  left: 50%;
  height: 840px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  transform: translateX(-50%);
  background-color: #333;
}

/* .line a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 50px;
  font-weight: bold;
  color: #d5b58a;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
} */

.card {
  font-size: .8rem;
  width: 400px;
  height: 150px;
  padding: 20px;
  display: flex;
  flex-direction:row;
  justify-content: center;
  align-items: center;
  color: #333;
  text-decoration: none;
}

.card h2 {
  color:#d5b58a;
  margin-bottom: 0;
}

.card h2:hover {
  text-decoration: underline;
}

/* .card:hover {
  box-shadow: 0 2px 5px 3px rgba(0, 0, 0, .2);
} */

.card a {
  text-decoration: none;
  color: #333;
  height: 100%;
  width: 100%;  
}

.card h2 {
  font-size: 24px;
  line-height: 24px;
  margin-top: 0;
}

.caret {
  width: 20px;
  height: 20px;
  rotate: 45deg;
  background-color: #333;
}

.card.left .caret {    
  position: absolute;
  right: 0;
  bottom: 65px;
}

.card.right .caret {
  position: absolute;
  left: 0;
  bottom: 65px;
}

.timeline-text {
  margin: 0 20px;
  width: 200px;
}

hr {
  position: relative;
  width: 21px;
  border: 3px solid #f8f8f8;
  z-index: 50;

}

.card hr {
  border: 1px solid #333;
  z-index: 50;
  width: 60px;
}
.card.left .caret hr {
}

.card.right .caret hr {
}

.left {
  position: relative;
  left: -200px;
  text-align: right;
}


.right {
  position: relative;
  left: 200px;
}

.left::after,
.right::after {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: #d5b58a;
  border-radius: 0px 10px;
  transform: rotate(-45deg);
  z-index: -1;
}

.left::after {
  top: 5px;
  right: -10px;
}

.right::after {
  top: 5px;
  left: -10px;
}

.card h1 {
  padding: 5px;
  color: #d5b58a;
  opacity: 0.9;
}

.card h1:hover {
  opacity: 1;

}

.thumbnail {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.thumbnail img {
  width: 100%;
  height: 100%;
}

.left .thumbnail {
  left: 113%;
}

.right .thumbnail {
  right: 225px;
}

@media screen and (max-width:790px) {

  .time-line-section {

      min-height: 250vh;
  }

  .main-container {
      width: auto;
      text-align: center;
      padding: 0 10px;
  }

  .line {
      height: 1300px;
  }

  hr {
      margin-top: 20px;
  }

  .card {
      top: 70px;
      margin-bottom: 100px;
  }

  .left::after,
  .right::after {
      visibility: hidden;
  }

  .left {
      left: auto;
      text-align: center;
  }

  .right {
      left: auto;
      text-align: center;
  }

  .left .thumbnail {
      top: -70px;
      left: 75px;
  }

  .right .thumbnail {
      top: -70px;
      left: 75px;
  }

  .card {
    background-color: white;
    width: 300px;
    height: 150px;
    border-radius: 5px;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, .1)
  }

  .timeline-text {
  }

  .caret {
    display: none;
  }

  .card hr {
    display: none;
  }
}
