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

.section {
  position: static;
  width: 100%;
  height: 100vh;
  background-color: hsla(157.14285714285717, 45.17%, 81.76%, 1.00);
}

.container {
  display: block;
  padding-top: 450px;
  clear: none;
}

.heading {
  margin-bottom: 0px;
  font-family: museo-sans, sans-serif;
  color: #593317;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.div-block {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.link {
  display: inline-block;
  margin-left: 5px;
  font-family: museo-sans, sans-serif;
  color: #593317;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

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

.image {
  display: inline-block;
  margin-top: -2px;
  padding-top: 0px;
}

.div-block-2 {
  margin-bottom: 50px;
  padding-top: 20px;
  text-align: center;
}

.heading-h5 {
  font-family: museo-sans, sans-serif;
  color: #593317;
  font-size: 11px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.div-block-3 {
  padding-top: 20px;
  font-size: 12px;
}

.div-block-4 {
  display: block;
  width: 45%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.video {
  position: static;
  display: block;
  width: 327px;
  height: 500px;
  float: none;
}

.video-2 {
  position: fixed;
  display: block;
  width: 328px;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  clear: left;
}

.section-2 {
  position: fixed;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(214, 94, 94, .5)), to(rgba(214, 94, 94, .5)));
  background-image: linear-gradient(180deg, rgba(214, 94, 94, .5), rgba(214, 94, 94, .5));
}

.link-2 {
  text-decoration: none;
}

.link-3 {
  text-decoration: none;
}

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

.social_lnk {
  color: #613718;
  text-decoration: none;
}

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

.paragraph {
  display: block;
  font-family: museo-sans, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.container-2 {
  position: relative;
  z-index: 3;
  text-align: center;
}

.spacer {
  height: 40px;
}

.link-block {
  margin-left: 15px;
}

.footer {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  width: 100%;
  height: 70px;
  background-color: #fff;
}

.heading-2 {
  margin-right: 30px;
  font-family: museo-sans, sans-serif;
  font-size: 12px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.social {
  margin-top: 25px;
  margin-right: 10px;
  margin-left: 5px;
}

.div-block-5 {
  margin-left: 30px;
}

.background-video {
  position: relative;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 2;
  width: 65vw;
  height: 65vh;
  margin-right: auto;
  margin-left: auto;
}

.overlay {
  position: absolute;
  z-index: 3;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .13);
}

@media (max-width: 991px) {
  .background-video {
    width: 100vw;
  }
}

@media (max-width: 767px) {
  .section {
    padding-top: 420px;
    background-image: url('../images/bg.jpg');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .background-video {
    display: none;
  }
  .overlay {
    display: none;
  }
}

@media (max-width: 479px) {
  .container {
    padding-top: 349px;
  }
  .heading-2 {
    letter-spacing: 0px;
  }
  .grid {
    grid-column-gap: 0px;
    grid-template-areas: ".";
    -ms-grid-columns: 0.5fr 0px 1fr;
    grid-template-columns: 0.5fr 1fr;
  }
  .div-block-5 {
    margin-left: 10px;
  }
}

#w-node-49f15ca84a7a-79531620 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-49f15ca84a7a-79531620 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: end;
    justify-self: end;
  }
}

#w-node-744990581ee3-79531620 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 479px) {
  #w-node-744990581ee3-79531620 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

