@import url("https://fonts.googleapis.com/css2?family=Bellefair&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed&display=swap");
body {
  background: #0b0d17 url("../images/home/background-home-mobile.jpg") no-repeat center top;
  background-size: cover;
  color: #fff;
  padding: 24px;
}
@media screen and (min-width: 768px) {
  body {
    background: #0b0d17 url("../images/home/background-home-tablet.jpg") no-repeat center top;
    background-size: cover;
    color: #fff;
    padding: 0 39px;
  }
}
@media screen and (min-width: 1024px) {
  body {
    background: #0b0d17 url("../images/home/background-home-desktop.jpg") no-repeat center top;
    background-size: cover;
    color: #fff;
    padding: 40px 3vw;
  }
}

.main {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .main {
    margin-top: 106px;
  }
}
@media screen and (min-width: 1024px) {
  .main {
    margin-top: 24vh;
  }
}
.main-content-title {
  margin: 16px 0;
}
@media screen and (min-width: 768px) {
  .main-content-title {
    margin: 24px 0;
  }
}
@media screen and (min-width: 1024px) {
  .main-content div {
    width: 450px;
  }
}
.main-content-btn {
  margin: 81px auto 0 auto;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: none;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .main-content-btn {
    margin-top: 156px;
    width: 242px;
    height: 242px;
  }
}
@media screen and (min-width: 1024px) {
  .main-content-btn {
    margin: 0;
    width: 274px;
    height: 274px;
  }
}
.main-content-btn:hover {
  outline: 30px solid rgba(151, 151, 151, 0.4117647059);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .main-content-btn:hover {
    outline-width: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .main-content-btn:hover {
    outline-width: 50px;
  }
}

.btn-text {
  text-transform: uppercase;
  font-family: "Bellefair", serif;
  color: #0b0d17;
  font-size: 20px;
  letter-spacing: 1.25px;
}
@media screen and (min-width: 768px) {
  .btn-text {
    font-size: 32px;
    letter-spacing: 2px;
  }
}

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