/*Foonts*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap");

body {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 52px;
}

h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 42px;
}

h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 32px;
}

h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 18px;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}

.nav-toggler {
  color: #000;
}

.overAll {
  position: relative;
  z-index: 100;
}

.prefooter {
  margin-top: 3rem;
  height: 500px;
  background-image: url(/assets/img/prefooter.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

#blob1 {
  width: 100%;
  position: absolute;
  z-index: -10;
  text-align: center;
  display: flex;
  text-align: -webkit-center;
}

#blob4 {
  width: 30rem;
  position: absolute;
  z-index: -10;
  text-align: center;
  display: flex;
  text-align: -webkit-center;
}

.blob-background {
  width: 50%;
  z-index: -10;
  text-align: left;
  text-align: -webkit-end;
  transform: translate(0, 5rem);
}

.blob-container {
  width: 50%;
  position: absolute;
  z-index: -10;
  display: flex;
  text-align: left;
  text-align: -webkit-end;
  transform: translate(0, 5rem);
}

#QSD2 {
  width: 80%;
  height: auto;
}

#intro ul {
  list-style: none;
  padding: 0;
}

/* smooth scroll */
html {
  scroll-behavior: smooth;
}

@media (max-width: 575px) {
  .blob-container {
    width: 70%;
    transform: translate(3rem, 3rem);
    position: absolute;
  }
}

/*tablet*/
@media only screen and (min-width: 758px) and (max-width: 920px) {

  .blob-container {
    width: 50%;
    position: absolute;
    z-index: -10;
    display: flex;
    text-align: center;
    transform: translate(0rem, 15rem);
  }
}

/*Fin tablet*/
footer {
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  background-color: #B4E2E7;
  height: 200px;
}

.toStack {
  display: flex;
  justify-content: space-around;
}

.toStack.mails {
  display: flex;
  justify-content: center;
}

footer .toStack a {
  color: #000;
}

hr {
  border: #ffffff77 solid 1px;
}

@media only screen and (max-width: 758px) {
  footer {
    justify-content: center;
    align-content: center;
    height: 500px;
  }

  footer .toStack {
    display: flex;
    flex-flow: column;
    column-count: 1;
    align-items: center;
  }

  footer .toStack a {
    margin-bottom: 15px;
  }

  #blob4,
  #choose {
    width: 15rem;
  }

  .blob-background {
    transform: none;
  }

  .blob-container {
    position: inherit;
    height: 300px;
  }
}

.copy {
  cursor: copy
}

.promo {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-color: #dd5082;
}