html {
  box-sizing: border-box !important;
  font-size: 1.4rem;
}

/* NAVBAR */
.navbar {
  top: 0;
  background-image: url("images/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 5;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}
.navbar .navbar-toggler {
  border-color: #fff;
}
.navbar .navbar-toggler:focus {
  box-shadow: 0 0 0;
}
.navbar .navbar-brand:hover, .navbar .nav-link:hover {
  color: #000 !important;
}
.navbar .navbar-collapse {
  max-height: 3.5rem !important;
  line-height: 0.7rem;
}

.row > * {
  width: 95% !important;
}

.title {
  padding-top: 6.5rem !important;
  font-size: 3rem !important;
  text-align: center;
  font-family: "Cookie-Regular" !important;
  background-image: linear-gradient(#47ad8d, #336a9f);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.text {
  width: 80% !important;
  margin-top: 2rem;
  font-family: "Cookie-Regular" !important;
}
.text p::first-letter {
  padding-left: 3rem;
}
.text a {
  color: #47ad8d;
}

.footer {
  background-image: url("images/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  column-gap: 1rem;
  flex-direction: column;
  line-height: 1.1rem;
  font-size: 0.7rem;
}
.footer .mermaid {
  width: 4rem;
  margin-bottom: -5px;
}
.footer .facebook {
  font-size: 1.1rem;
}
.footer a:hover {
  color: #FFF !important;
}

.color {
  color: #45769b;
}

.return:hover {
  color: #47ad8d;
}

/* RESPONSIVE */
@media all and (max-width: 350px) {
  .navbar {
    padding-left: 0.3rem !important;
    padding-right: 0.5rem !important;
  }
  .navbar .navbar-toggler {
    padding: 3px;
  }
}
@media all and (max-width: 450px) {
  .navbar {
    padding-left: 0.5rem;
    padding-right: 0.7rem;
  }
  .navbar .navbar-brand {
    font-size: 1rem !important;
  }

  .text {
    width: 90% !important;
    text-align: justify !important;
  }

  .footer {
    text-align: center;
  }
  .footer .relance {
    margin: auto;
  }
  .footer .copyright {
    font-size: 1rem;
  }
}
@media screen and (min-width: 650px) {
  .footer {
    flex-direction: row;
  }
  .footer .copyright {
    max-width: 60%;
  }
}

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