
body {
    margin: 0px;
}
h1 {
  font: 100px Helvetica, sans-serif;
  font-weight: bold;
  color: #000;
  line-height: 80px;
  letter-spacing: -1px;
}
.white {
  color: #fff;
}
.fun {
  height: 100vh;
  width: 100%;
  background-color: #008ED3;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.not-fun {
  height: 100vh;
  width: 100%;
  background-color: #F16522;
  vertical-align: middle;
  text-align: center;
  display: none;
}
.fun-text {
  text-align: center;
  padding: 20% 0
}
.hero {
  text-align: center;
  padding: 20% 40% 20% 5%;
  width: 100%;
  background-image: url("images/bg1.jpg");
  background-size: cover;
  height: 100vh;
}
.logo {
  position: absolute;
  top: 35px;
  left: 4%;
  width: 200px;
}
.hero-phone {
  position: absolute;
  right: 0;
  top: 5%;
  width: 50%;
  text-align: right;
  z-index: 10;
}
video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
	mix-blend-mode: overlay;
}
.video-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #008ED3;
}

#text1,
#text2 {
		position: absolute;
		left: 0;
    width: 100%;
    display: inline-block;
    font-family: "Helvetica", sans-serif;
    font-size: 100px;
    line-height: 100px;
    font-weight: 900;
    text-align: center;
    user-select: none;
    color: #000;
}


@media only screen and (max-width: 798px) {
  h1 {
    font: 40px Helvetica, sans-serif;
    font-weight: bold;
    line-height: 35px;
    letter-spacing: -1px;
  }
  #text1,
  #text2 {
    font-size: 35px;
    line-height: 35px;
  }
  .hero {
    padding: 25% 40% 15% 5%;
    background-size: cover;
    height: 35vh;
  }
  .hero-phone {
    position: absolute;
    right: -10%;
    top: 5%;
    width: 50%;
    text-align: right;
    z-index: 10;
  }
  .fun {
    height: 50vh;
  }
}

.cleaner {
  clear: both;
  height: 1px;
  font-size: 1px;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  line-height: 1px;
  background-color: none;
}