body {
  height: 100%;
  width: 100%;
}

body, #main {
  background-color: #121212 !important;
}

@-webkit-keyframes caret {
  50% {
    border-color: transparent;
  }
}

@keyframes caret {
  50% {
    border-color: transparent;
  }
}

#text {
  font-family: Roboto;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #767676;
}

h1 {
  font-family: Maven Pro;
  font-weight: normal;
  font-size: calc(22px + 3vw) !important;
  /* or 116px */
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FFFFFF;
}

#main {
  z-index: 2;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100% !important;
  position: absolute;
  width: inherit;
}

.deco {
  z-index: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(203px + 25vw);
}

.logo {
  position: absolute;
  bottom: 20%;
}

#logo {
  z-index: 490;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100% !important;
  width: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.anouncement {
  z-index: 9;
}

.bt-text {
  font-family: Roboto;
  font-weight: 300;
  bottom: 5px;
  position: absolute;
  font-size: 20px;
  text-transform: uppercase;
}
/*# sourceMappingURL=style.css.map */