html {
  height: 100%;
}

body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 300;
  position: relative;
  text-align: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/bg.png);
}

.main-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  min-height: 100%;
  padding: 100px 0 150px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.main-wrap .domain-box {
  color: #e8e8e8;
  font-size: 20px;
}
@media screen and (min-width: 576px) {
  .main-wrap .domain-box {
    font-size: 24px;
  }
}
@media screen and (min-width: 767px) {
  .main-wrap .domain-box {
    font-size: 27px;
  }
}
.main-wrap .domain-box h1 {
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
}
@media screen and (min-width: 576px) {
  .main-wrap .domain-box h1 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 767px) {
  .main-wrap .domain-box h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .main-wrap .domain-box h1 {
    font-size: 3.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .main-wrap .domain-box h1 {
    font-size: 4rem;
  }
}
.main-wrap .contact-box {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  font-size: 22px;
}
.main-wrap .contact-box h2 {
  margin-bottom: 15px;
  font-style: italic;
  font-weight: bold;
}

footer {
  padding: 1em;
  font-size: 20px;
  letter-spacing: 0.05em;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
@media screen and (min-width: 1200px) {
  footer {
    position: fixed;
    z-index: 5;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
footer a {
  color: #F2C5C8;
  text-decoration: none;
}
footer a:hover, footer a:focus {
  color: #fff;
}

.menu {
  font-size: 20px;
  position: absolute;
  right: 0;
  padding: 10px 10px 0px 0px;
  max-width: 300px;
  text-align: left;
}/*# sourceMappingURL=style.css.map */