@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/crew/background-crew-mobile.jpg") no-repeat center top;
  background-size: cover;
  color: #fff;
  padding: 24px;
}
@media screen and (min-width: 768px) {
  body {
    background: #0b0d17 url("../images/crew/background-crew-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/crew/background-crew-desktop.jpg") no-repeat center top;
    background-size: cover;
    color: #fff;
    padding: 40px 3vw;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .main {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .main-content {
    margin-bottom: 0;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .main-content {
    max-width: none;
    margin: 0;
    flex-direction: row-reverse;
  }
}
.main-content-intro-img {
  height: 223px;
}
@media screen and (min-width: 768px) {
  .main-content-intro-img {
    height: 532px;
  }
}
@media screen and (min-width: 1024px) {
  .main-content-intro-img {
    height: none;
    min-width: 300px;
    max-width: 616px;
  }
}
@media screen and (min-width: 768px) {
  .main-content div {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .main-content div {
    margin-bottom: 10vh;
    justify-content: space-between;
    height: 406px;
  }
}
@media screen and (min-width: 1024px) {
  .main-content-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: none;
  }
}
.main-content-info-title {
  margin: 8px 0 16px 0;
}
@media screen and (min-width: 1024px) {
  .main-content-info-title {
    margin: 15px 0 27px 0;
  }
}
@media screen and (min-width: 768px) {
  .main-content-info-description {
    height: 84px;
  }
}
@media screen and (min-width: 1024px) {
  .main-content-info-description {
    height: 128px;
    min-width: 350px;
    max-width: 444px;
    margin: 0;
    padding: 0;
  }
}

.main-menu ul {
  margin: 32px 0;
}
@media screen and (min-width: 768px) {
  .main-menu ul {
    margin: 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  .main-menu ul {
    margin: 0;
    justify-content: flex-start;
  }
}
.main-menu li {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.17;
}
@media screen and (min-width: 1024px) {
  .main-menu li {
    width: 15px;
    height: 15px;
  }
}
.main-menu li:hover {
  opacity: 0.5;
  cursor: pointer;
}
.main-menu .active {
  opacity: 1;
}
.main-menu span {
  display: none;
}

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