@font-face {
   font-family: 'F37 Ginger Bold';
   src: url(../fonts/F37_Ginger_Bold.otf);
}
body{
    max-width: 100%;
    max-height: auto;
    margin: auto;
    background: black;
}



.hamburger {
  width: 3em;
  height: 3em;
  position: absolute;
  top: 2.5em;
  right: 5em;
  z-index: 10000;
  background: transparent;
  cursor: pointer;
}
.hamburger.is-active .hamburger--container .hamburger--bars {
  background: white;
}
.hamburger.is-active .hamburger--container .hamburger--bars:before, .hamburger.is-active .hamburger--container .hamburger--bars:after {
  background: white;
}
.hamburger.is-active .hamburger--container .hamburger--bars:before {
  left: 0.25em;
}
.hamburger.is-active .hamburger--container .hamburger--bars:after {
  left: -0.25em;
}
.hamburger .hamburger--container {
  width: 100%;
  padding: 0.25em;
  position: relative;
}
.hamburger .hamburger--container .hamburger--bars {
  height: 2px;
  width: 3.5em;
  background: red;
  position: absolute;
  top: 0.9em;
  transition: 0.3s ease;
}
.hamburger .hamburger--container .hamburger--bars:before, .hamburger .hamburger--container .hamburger--bars:after {
  content: "";
  display: block;
  height: 2px;
  width: 3.5em;
  background: inherit;
  position: absolute;
  left: 0;
  transition: 0.3s ease;
}
.hamburger .hamburger--container .hamburger--bars:before {
  top: -0.5em;
}
.hamburger .hamburger--container .hamburger--bars:after {
  top: 0.5em;
}

.logo {
  width: 20em;
  height: 20em;
  position: absolute;
  top: 1.5em;
  left: 4em;
  z-index: 10000;
}
.logo img {
  width: 100%;
  display: block;
  transition: 0.3s linear 0.3s;
}
.logo.is-active img {
  filter: hue-rotate(0deg);
}

.fsmenu {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  overflow: hidden;
  display: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.fsmenu .fsmenu--container {
  width: 0;
  height: 100vh;
  padding: 8em 3em 3em;
  background: red;
  position: absolute;
  right: 0;
  overflow: hidden;
}
.fsmenu .fsmenu--container .fsmenu--text-block {
  width: 100%;
  height: 100%;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container {
  width: 100%;
  height: 100%;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element {
  width: 100%;
  height: 22%;
  list-style-type: none;
  text-align: center;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a:hover {
  color: white;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span {
  font-size: 5em;
  font-weight: 700;
  letter-spacing: 10px;
  text-transform: uppercase;
  line-height: 1;
  height: 1em;
  display: inline-block;
  position: relative;
  z-index: 1002;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 1003;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--scrolling-text {
  height: 100%;
  display: flex;
  align-items: center;
  transform: translate(-20%, -100%);
  opacity: 0;
  pointer-events: none;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--scrolling-text span {
  height: 1em;
  font-size: 8em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  color: #DD0505;
  display: inline-block;
  margin-right: 1em;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element:hover .fsmenu--scrolling-text {
  opacity: 1;
  -webkit-animation: animScrollingContactTextLeft 9s linear 0s infinite;
          animation: animScrollingContactTextLeft 9s linear 0s infinite;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--link-img {
  width: 0px;
  height: 100vh;
  padding: 8em 3em 3em;
  position: absolute;
  top: 0;
  right: calc(100vw - 720px);
  z-index: 1001;
  font-size: 16px;
  pointer-events: none;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--link-img .fsmenu--img-container {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--link-img .fsmenu--img-container img {
  width: 624px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element.open .fsmenu--link-img {
  left: auto;
  right: calc(100vw - 720px);
  -webkit-animation: animMenuRevealImg 0.4s ease 0s forwards;
          animation: animMenuRevealImg 0.4s ease 0s forwards;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element.open .fsmenu--link-img .fsmenu--img-container img {
  right: 0;
  left: auto;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element.is-closing .fsmenu--link-img {
  left: 0;
  right: auto;
  -webkit-animation: animMenuCloseImg 0.4s ease 0s forwards;
          animation: animMenuCloseImg 0.4s ease 0s forwards;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element.is-closing .fsmenu--link-img .fsmenu--img-container img {
  left: 0;
  right: auto;
}
.fsmenu.is-active {
  display: block;
}
.fsmenu.is-active .fsmenu--container {
  -webkit-animation: animMenuReveal 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
          animation: animMenuReveal 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
}
.fsmenu.is-active .fsmenu--container .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span:before {
  -webkit-animation: animMenuRevealLinks 0.4s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0.4s forwards;
          animation: animMenuRevealLinks 0.4s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0.4s forwards;
}
.fsmenu.close-menu {
  display: block;
}
.fsmenu.close-menu .fsmenu--container {
  width: 100vw;
  right: auto;
  left: 0;
  -webkit-animation: animMenuClose 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0.3s forwards;
          animation: animMenuClose 0.6s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0.3s forwards;
}
.fsmenu.close-menu .fsmenu--container .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span:before {
  left: auto;
  right: 0;
  background: black;
  -webkit-animation: animMenuCloseLinks 0.4s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
          animation: animMenuCloseLinks 0.4s cubic-bezier(0.13, 0.13, 0.02, 1.07) 0s forwards;
}

@-webkit-keyframes animMenuReveal {
  0% {
    width: 0vw;
  }
  100% {
    width: 100vw;
  }
}

@keyframes animMenuReveal {
  0% {
    width: 0vw;
  }
  100% {
    width: 100vw;
  }
}
@-webkit-keyframes animMenuRevealLinks {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes animMenuRevealLinks {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@-webkit-keyframes animMenuClose {
  0% {
    width: 100vw;
    padding: 8em 3em 3em;
  }
  100% {
    width: 0vw;
    padding: 8em 0 0;
  }
}
@keyframes animMenuClose {
  0% {
    width: 100vw;
    padding: 8em 3em 3em;
  }
  100% {
    width: 0vw;
    padding: 8em 0 0;
  }
}
@-webkit-keyframes animMenuCloseLinks {
  0% {
    width: 0%;
  }
  100% {
    width: 110%;
  }
}
@keyframes animMenuCloseLinks {
  0% {
    width: 0%;
  }
  100% {
    width: 110%;
  }
}
@-webkit-keyframes animMenuRevealImg {
  0% {
    width: 0;
  }
  100% {
    width: 720px;
  }
}
@keyframes animMenuRevealImg {
  0% {
    width: 0;
  }
  100% {
    width: 720px;
  }
}
@-webkit-keyframes animMenuCloseImg {
  0% {
    width: 720px;
  }
  100% {
    width: 0;
  }
}
@keyframes animMenuCloseImg {
  0% {
    width: 720px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes animScrollingContactTextLeft {
  0% {
    transform: translate(-20%, -100%);
  }
  100% {
    transform: translate(-40%, -100%);
  }
}
@keyframes animScrollingContactTextLeft {
  0% {
    transform: translate(-20%, -100%);
  }
  100% {
    transform: translate(-40%, -100%);
  }
}

.agency{
    background: black;
    width: 100%;
    margin: 15% 0 5% 0;
    clear: both;
}
.title_terms{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size:3.3vw;
    color: White;
    margin-top: 5%;
     margin-left: 10%;
    margin-bottom: 5%;
    width: 80%;
}
.title_privacy{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size:1.6vw;
    color: red;
    margin-top: 5%;
     margin-left: 10%;
    margin-bottom: 2%;
    width: 80%;
}

.content_privacy{
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size:1.3vw;
    color: white;
    margin-top: 1%;
    margin-left: 10%;
    width: 80%;
}



.scrolling_text {
    width: 100%;
    overflow: hidden;
    display: flex;
    white-space: nowrap;
    margin: 10% 0 0 0;
}


.text {
    
    font-weight: 700;
    text-transform: uppercase;
    -webkit-text-stroke: 3px white;
  color: transparent; 
    animation: animate_text 30s linear infinite;
    font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
    font-size:10vw;
}

.text a {
  text-decoration: none;
  color: transparent;     
}

.text a:hover {
  text-decoration: none;
  color: transparent;  
    -webkit-text-stroke: 3px red;
}

.text span {
    margin: 0 40px;
}

@keyframes animate_text {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-100%, 0, 0);
    }
}



.textofinal {
    color: white;
    width: 100%;
    text-align: center;
    background: red;
    font-family: F37 Ginger Bold;
    font-weight: bold;
    font-size:17vw;
    margin-left: none;
    margin-bottom: 1px;
    border: none;
    clear: both;
}






.ball {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  border: 3px solid red;
  border-radius: 50%;
  pointer-events: none;
}









@media only screen and (max-width: 1024px){
    
    
    
    
       
    
    
.header-nightsky {
    color: white;
    background: black;
    background-size: cover;
    background-position: bottom;
    padding-bottom: 200px;
}
.header-nightsky .hero {
    text-align: center;
    margin-top: none;
    padding: 40% 0 15% 1%;
    margin-bottom: 100px;
}

.header-nightsky .hero h1 {
    
    font-size:34vw;
    margin-left: none;
    margin-bottom: 1px;
}

@keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

.header-nightsky .hero p {
    color: white;
    font-size:5vw;
    text-align: center;
    margin: -1% 0 0 0;
}

.fadeInUp-animation {
  animation: 1.5s fadeInUp;
}



    


    
   

     
  
.scroll-container {
  height: 80vh;
  min-height: 100px;
  padding: 0 2rem 14rem 2rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}


.scroll-container:nth-of-type(2) {
  background-color: black;
}


.scroll-container:nth-of-type(even) {
  flex-direction: row-reverse;
}

.scroll-element {
  width: 100%;
    padding: none;
    margin-top: -190px;
}

.scroll-element {
  min-height: 100px;
  height: 20%;
  color: red;
font-size: 8vw;
    text-align: center;
    padding: none;
    margin: none;
}

    
    
 .ball {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  border: none;
  border-radius: 50%;
  pointer-events: none;
}
    
    
    
}















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


    
    
 
    
    
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element {
  width: 100%;
  height: 20%;
  list-style-type: none;
  text-align: center;
}
    
    
    
   

.header-nightsky .hero {
    text-align: left;
    margin-top: none;
    padding: 44% 1px 10% 10%;
    margin-bottom: 70px;
}

.header-nightsky .hero h1 {
    width: 90%;
    font-size:8vw;
    margin-left: 1px;
    margin-bottom: 1px;
}
    
.header-nightsky .hero h1 b{
    font-size:9vw;
    margin-left: 1px;
    margin-bottom: 1px;
}

@keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}



.fadeInUp-animation {
  animation: 1.5s fadeInUp;
}


.agency{
    margin: 25% 0 0 0;
    clear: both;
}
.title_terms{
    font-size:3.3vw;
    margin-top: 5%;
     margin-left: 10%;
    margin-bottom: 5%;
    width: 80%;
}
.title_privacy{
    font-size:2vw;
    margin-top: 5%;
     margin-left: 10%;
    margin-bottom: 2%;
    width: 80%;
}

.content_privacy{
    font-size:1.5vw;
    margin-top: 1%;
    margin-left: 10%;
    width: 80%;
}    
    


.section-background {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  height: 80vh;
  width: 100%;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-background h2{
    font-size:10vw;
}


.scrolling_text {
    width: 100%;
    overflow: hidden;
    display: flex;
    white-space: nowrap;
    margin: 15% 0 0 0;
}


.text {
    
    font-weight: 700;
    text-transform: uppercase;
    -webkit-text-stroke: 2px white;
  color: transparent; 
    animation: animate_text 30s linear infinite;
    font-size:16vw;
}

.text a {
  text-decoration: none;
  color: transparent;     
}

.text a:hover {
  text-decoration: none;
  color: transparent;  
    -webkit-text-stroke: 3px red;
}

.text span {
    margin: 0 40px;
}

@keyframes animate_text {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-100%, 0, 0);
    }
}

    
 



      .ball {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  border: none;
  border-radius: 50%;
  pointer-events: none;
}
    
    
    


}



















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

.hamburger {
  width: 3em;
  height: 3em;
  position: absolute;
  top: 2.5em;
  right: 3em;
  z-index: 10000;
  background: transparent;
  cursor: pointer;
}
.hamburger.is-active .hamburger--container .hamburger--bars {
  background: white;
}
.hamburger.is-active .hamburger--container .hamburger--bars:before, .hamburger.is-active .hamburger--container .hamburger--bars:after {
  background: white;
}
.hamburger.is-active .hamburger--container .hamburger--bars:before {
  left: 0.25em;
}
.hamburger.is-active .hamburger--container .hamburger--bars:after {
  left: -0.25em;
}
.hamburger .hamburger--container {
  width: 100%;
  padding: 0.25em;
  position: relative;
}
.hamburger .hamburger--container .hamburger--bars {
  height: 2px;
  width: 3.5em;
  background: red;
  position: absolute;
  top: 0.9em;
  transition: 0.3s ease;
}
.hamburger .hamburger--container .hamburger--bars:before, .hamburger .hamburger--container .hamburger--bars:after {
  content: "";
  display: block;
  height: 2px;
  width: 3.5em;
  background: inherit;
  position: absolute;
  left: 0;
  transition: 0.3s ease;
}
.hamburger .hamburger--container .hamburger--bars:before {
  top: -0.5em;
}
.hamburger .hamburger--container .hamburger--bars:after {
  top: 0.5em;
}

.logo {
  width: 20em;
  height: 20em;
  position: absolute;
  top: 1.5em;
  left: 3em;
  z-index: 10000;
}
.logo img {
  width: 100%;
  display: block;
  transition: 0.3s linear 0.3s;
}
.logo.is-active img {
  filter: hue-rotate(0deg);
}

.fsmenu {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  overflow: hidden;
  display: none;
}
.fsmenu .fsmenu--container {
  width: 0;
  height: 100vh;
  padding: 45% 7% 0 0;
  background: red;
  position: absolute;
  right: 0;
  overflow: hidden;
}
.fsmenu .fsmenu--container .fsmenu--text-block {
  width: 100%;
  height: 100%;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container {
  width: 100%;
  height: 100%;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element {
  width: 100%;
  height: 15%;
  list-style-type: none;
  text-align: center;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: white;
  display: flex;
 justify-content: center;
  align-items: center;
  transition: 0.2s ease;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a:hover {
  color: white;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span {
  font-size: 3em;
  font-weight: 700;
  letter-spacing: 8px;
  text-transform: uppercase;
  line-height: 1;
  height: 1em;
  display: inline-block;
  position: relative;
  z-index: 1002;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 1003;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--scrolling-text {
  height: 100%;
  display: flex;
  align-items: center;
  transform: translate(-20%, -100%);
  opacity: 0;
  pointer-events: none;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--scrolling-text span {
  height: 1em;
  font-size: 8em;
  font-weight: 900;
  letter-spacing: 10px;
  text-transform: uppercase;
  line-height: 1;
  color: #DD0505;
  display: inline-block;
  margin-right: 1em;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element:hover .fsmenu--scrolling-text {
  opacity: 1;
  -webkit-animation: animScrollingContactTextLeft 9s linear 0s infinite;
          animation: animScrollingContactTextLeft 9s linear 0s infinite;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--link-img {
  width: 0px;
  height: 100vh;
  padding: 100em 3em 3em;
  position: absolute;
  top: 0;
  right: calc(100vw - 720px);
  z-index: 1001;
  font-size: 16px;
  pointer-events: none;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--link-img .fsmenu--img-container {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element .fsmenu--link-img .fsmenu--img-container img {
  width: 624px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

    
    
    
.agency{
    width: 100%;
    margin:35% 0 5% 0;
    clear: both;
}
.title_terms{
    font-size:7.3vw;
    margin-top: 5%;
     margin-left: 10%;
    margin-bottom: 5%;
    width: 80%;
}
.title_privacy{
    font-size:4.2vw;
    margin-top: 10%;
     margin-left: 10%;
    margin-bottom: 2%;
    width: 80%;
}

.content_privacy{
    font-size:3.7vw;
    margin-top: 3%;
    margin-left: 10%;
    width: 80%;
}
    
    
    
    
    
  
    


.scrolling_text {
    width: 100%;
    overflow: hidden;
    display: flex;
    white-space: nowrap;
    margin: 20% 0 0 0;
}


.text {
    
    font-weight: 700;
    text-transform: uppercase;
    -webkit-text-stroke: 1px white;
  color: transparent; 
    animation: animate_text 30s linear infinite;
    font-size:16vw;
}

.text a {
  text-decoration: none;
  color: transparent;     
}

.text a:hover {
  text-decoration: none;
  color: transparent;  
    -webkit-text-stroke: 3px red;
}

.text span {
    margin: 0 40px;
}

@keyframes animate_text {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-100%, 0, 0);
    }
}
    
    

    
    
    
    
    

.textofinal {
    color: white;
    width: 100%;
    text-align: center;
    background: red;
    font-family: F37 Ginger Bold;
    font-weight: bold;
    font-size:17vw;
    margin-left: none;
    margin-bottom: 1px;
    border: none;
    clear: both;
}

  .ball {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  border: none;
  border-radius: 50%;
  pointer-events: none;
}


    
}






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



.fsmenu .fsmenu--container .fsmenu--text-block .fsmenu--text-container .fsmenu--list .fsmenu--list-element a span {
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: 10px;
  text-transform: uppercase;
  line-height: 1;
  height: 1em;
  display: inline-block;
  position: relative;
  z-index: 1002;
}
    
.header-nightsky .hero {
    text-align: left;
    margin-top: none;
    padding: 58% 1px 10% 10%;
    margin-bottom: 60px;
}

.header-nightsky .hero h1 {
    width: 90%;
    font-size:10vw;
    margin-left: 1px;
    margin-bottom: 1px;
}
    
.header-nightsky .hero h1 b{
    font-size:12vw;
    margin-left: 1px;
    margin-bottom: 1px;
} 
    
    
    
  .ball {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  border: none;
  border-radius: 50%;
  pointer-events: none;
}


    
    
}