#banner {
  min-height: 100vh;
  width: 100vw;
  background-color: #0e0d0d;
  font-size: 12px;
  overflow: hidden !important;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.7s ease-in;
}
#banner .drawings, #banner .content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
#banner .drawings svg {
  width: 100%;
  height: auto;
}
#banner .content {
  display: flex;
  flex-direction: column;
}
#banner .content .topbar {
  padding: 30px 30px 5px 0px;
  text-align: right;
}
#banner .content .topbar .menu {
  background: none;
  border: none;
}
#banner .content .topbar .menu img {
  width: 50px;
  height: auto;
}
#banner .content .banner-content {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#banner .content .banner-content .text {
  width: 40%;
  padding: 2rem;
}
#banner .content .banner-content .text h2 {
  color: #FF6F83;
  font-size: 2rem;
}
#banner .content .banner-content .text h1 {
  color: #fff;
  font-size: 3rem;
  margin: 10px 0px;
}
#banner .content .banner-content .text .btn1 {
  margin: 2px 0px;
  color: #fff;
  font-size: 1rem;
}
#banner .content .banner-content .img {
  height: 300px;
  width: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  background: #FFACB8;
}
#banner .content .banner-content .img svg {
  width: 70%;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes planet1 {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
#crosseye1,
#crosseye2,
#exclaim {
  opacity: 0;
  transition: 0.2s;
}

#shockedmouth {
  opacity: 0;
}

#eye1,
#eye2 {
  transition: 0.2s;
}

@media only screen and (max-width: 800px) {
  .banner-content .text {
    width: 50% !important;
    padding: 0.5rem !important;
  }
  .banner-content .text h2 {
    font-size: 1.5rem !important;
  }
  .banner-content .text h1 {
    font-size: 2rem !important;
  }
  .banner-content .btn1 {
    font-size: 0.7rem !important;
  }
  .content .banner-content .img {
    height: 200px !important;
    width: 200px !important;
  }
}
@media only screen and (max-width: 500px) {
  .banner-content .text {
    width: auto !important;
  }
  .content .banner-content .img {
    display: none !important;
  }
}

/*# sourceMappingURL=index.css.map */
