.herosection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: auto;
  max-width: 100vw;
  min-height: 100vh;
  min-width: 100vw;
  -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;
  background-image: url('../images/Space-BG-Enhanced-andy-holmes.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

.body {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading {
  margin-top: 20px;
  margin-bottom: 20px;
  opacity: 1;
  font-family: aw-conqueror-inline, sans-serif;
  font-size: 50px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}

.container {
  max-width: 90%;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.navbar {
  position: fixed;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 100%, 0);
}

.container-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  background-color: hsla(0, 0%, 100%, 0);
}

.icon {
  position: relative;
  left: 475px;
  top: 330px;
  right: auto;
  display: block;
  width: 50px;
  height: 50px;
  min-width: 1px;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.navlink {
  color: #fff;
}

.nav-menu {
  display: block;
  margin-top: 0px;
  padding-top: 0px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.1);
  font-family: gill-sans-nova, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.menu-button {
  display: none;
  margin-top: 10px;
}

.menu-button.w--open {
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.link-block-underline {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 10px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.text-block-4 {
  text-decoration: none;
}

.bottom-line {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  border: 0px none #000;
  border-radius: 1px;
  background-color: #000;
}

.lottie-animation {
  position: relative;
  left: 400px;
  top: 300px;
  width: 25px;
  height: 25px;
}

.text-block-5 {
  margin: 0px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 1280px) {
  .heading {
    font-family: aw-conqueror-inline, sans-serif;
    font-size: 50px;
  }

  .brand {
    background-image: none;
  }

  .navbar {
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .container-2 {
    background-color: hsla(0, 0%, 100%, 0);
  }
}

@media screen and (min-width: 1920px) {
  .herosection {
    overflow: visible;
    width: auto;
    height: auto;
    max-height: 100vh;
    background-repeat: repeat;
    background-attachment: fixed;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .heading {
    font-size: 50px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    position: fixed;
    width: 100%;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .nav-menu {
    background-color: hsla(0, 0%, 100%, 0.1);
  }

  .menu-button {
    margin-top: 10px;
    background-color: hsla(0, 0%, 100%, 0.05);
  }

  .menu-button.w--open {
    background-color: hsla(0, 0%, 100%, 0.1);
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
}

@media screen and (max-width: 767px) {
  .menu-button {
    background-color: hsla(0, 0%, 100%, 0.05);
  }
}

@media screen and (max-width: 479px) {
  .heading {
    overflow: visible;
    margin-left: 0px;
    padding-right: 0px;
    font-size: 32px;
  }
}

