.body {
  background-color: #000;
}

.div-block {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
  width: auto;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.background-video {
  position: static;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.image {
  margin-top: 42px;
}

.heading {
  color: #e6ff00;
  text-align: center;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-video-2 {
  width: 640px;
  height: 360px;
}

.div-block-3 {
  position: absolute;
}

.image-2 {
  margin-top: 34px;
}

.text-block {
  font-family: Montserrat, sans-serif;
  color: #ff0;
  font-size: 32px;
  font-weight: 300;
  text-decoration: none;
}

.div-block-4 {
  position: static;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 7px;
  -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;
  border-bottom: 1px solid #ff0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.div-block-4.top-motto {
  border-bottom-style: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.name {
  position: static;
  top: -4px;
  font-family: Montserrat, sans-serif;
  color: #ff0;
  font-size: 24px;
  font-weight: 300;
}

.name.premier {
  position: static;
  color: #ff0;
}

.name.custom {
  position: static;
  font-weight: 600;
  text-decoration: underline;
}

.navbar {
  position: static;
  top: -2px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  margin-top: 13px;
  margin-right: 10px;
  margin-left: 10px;
  -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;
  border-bottom: 1px solid #ff0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: transparent;
}

.nav-link {
  padding: 10px;
  font-family: Montserrat, sans-serif;
  color: #ff0;
  font-size: 18px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  border-top: 1px solid #ff0;
}

.image-3 {
  margin-right: 150px;
  padding-top: 5px;
}

.container-3 {
  height: 100vh;
}

.image-4 {
  margin-top: -39px;
  padding-bottom: 11px;
}

.div-block-5 {
  position: -webkit-sticky;
  position: sticky;
  top: -2px;
  width: 100%;
}

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

.div-block-7 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-image: url('../images/backgroundtextture.jpg');
  background-position: 50% 0%;
  background-size: 1000px;
  background-attachment: fixed;
}

@media screen and (max-width: 991px) {
  .div-block {
    overflow: visible;
    width: 100vw;
  }

  .background-video {
    width: 100vw;
  }

  .nav-link {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    height: auto;
  }

  .background-video {
    width: 100vw;
  }

  .background-video-2 {
    width: 560px;
  }

  .navbar {
    top: -4px;
  }

  .nav-link {
    padding-top: 5px;
    padding-right: 75px;
    padding-bottom: 5px;
    text-align: right;
  }

  .image-3 {
    margin-right: 334px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .icon {
    color: #ff0;
  }

  .menu-button {
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .div-block-5 {
    top: -5px;
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, 0.82);
  }
}

@media screen and (max-width: 479px) {
  .background-video-2 {
    width: 287px;
    height: 360px;
  }

  .name {
    font-size: 17px;
  }

  .name.custom {
    font-size: 17px;
  }

  .navbar {
    top: -5px;
  }

  .nav-link {
    padding-right: 22px;
  }

  .image-3 {
    margin-right: 234px;
  }
}