@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:wght@100;200;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Life+Savers:wght@400;800&display=swap');


* {
  padding: 0;
  margin: 0;
}

body {
  display: block;
  min-height: 10000px;
  box-sizing: border-box;
  min-width: 1900px;
}

section {
  height: 100%;
  width: 100%;
}

.parallax-con:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  z-index:10000;
}

.parallax-con:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  mix-blend-mode: color;
}

.parallax-con {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  /* overflow: hidden; */
}

.bg-con {

}

img {
  position: absolute;

}

#background {
  position: fixed;
  z-index: -100;
  width: 180vw;
  left: -40vw;
  top: -50vh;
}

#moon {
  position: fixed;
  top: 300px;
  right: 200px;
  filter:  drop-shadow(0 0 15px #fff);
}

#sh-1,
#sh-2,
#sh-3,
#sh-4 {
  position: fixed;
  width: 100%;
  max-height: 100vh;
  top: 660px;
}
#sh-1{
  filter: brightness(0.0);
  filter: blur(0.5px);
  z-index: 10;
  filter: drop-shadow(0 0 4px #333);
}

#sh-2 {
  filter: brightness(1);
  filter:blur(2px);
  z-index: 0;

}

.heading-con {
  align-self: center;
  display: flex;
  justify-content: center;
}
#heading {
  position: fixed;
  color: rgba(255, 255, 255, 1.0);
  font-size: 200px;
  font-weight: 400;
  font-family: 'Life Savers';
  text-shadow: 0 0 20px #fff;
  left: 200px;
  z-index: 1;
  /* text-decoration: underline; */
  /* box-shadow: 0 0 4px #fff; */
}

.text-con {
  width: 100vw;
  height: 100vw;
  display: flex;
  align-self: center;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 200px;
  padding-bottom: 100px;

}

.text {
  position: fixed;
  color: rgba(255,255,255, );
  font-size: 40px;
  font-family: 'Roboto Slab';
  z-index: 11;
  line-height: 60px;
  color: transparent;
  text-shadow: none;
}

#text1 {
  padding-bottom: 280px;
}

#text2 {
  padding-bottom: 210px;
}

#text3 {
  padding-bottom: 140px;
}

#text4 {
  padding-bottom: 60px;
  font-style: italic;
}
