@import url("./components/navbar.scss");
@import url("./components/imageFond.scss");
@import url("./mixins/mixins.scss");
@import url("./home.scss");
@import url("./crew.scss");
@import url("./destination.scss");
@import url("./technology.scss");
html {
  max-height: 100%;
}

body {
  font-family: Bellefair;
  color: white;
}
body h1 {
  font-size: 11rem;
}
body h2 {
  font-size: 7rem;
}
body h3 {
  font-size: 56px;
}
body h4 {
  font-size: 32px;
}
body h5 {
  font-size: 28px;
  letter-spacing: 4, 75px;
}
body p {
  font-size: 18px;
  letter-spacing: 2.7px;
}
body div h4 {
  margin-left: 2rem;
}
body .number {
  color: rgb(139, 146, 146);
  text-transform: uppercase;
}
body .container {
  display: flex;
  justify-content: center;
  border: #61dafb solid 1px;
  max-width: 100%;
  min-height: 100%;
  overflow: hidden;
}
body .container .containerAll {
  width: 50%;
  max-height: 100%;
  margin: auto;
}
@media screen and (max-width: 800px) {
  body .container .containerAll {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
  }
}
body .container .containerAll img {
  max-width: 80%;
  max-height: 100%;
  object-fit: cover;
}
body .container #containerAll {
  display: flex;
  align-items: end;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  body .container {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
    margin: 0;
  }
  body .container p {
    color: rgb(174, 172, 169);
  }
  body h4 {
    font-size: 1rem;
    color: gray;
  }
  body .centre {
    width: 100%;
    margin-top: 7rem;
  }
  body .centre {
    flex-direction: column-reverse !important;
  }
  body .containerAll img {
    margin: auto;
  }
}
body section {
  min-height: 100%;
  margin: auto;
}

.centre {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

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