/*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;
}

.pink-shadow {
  background: #ffffff;
  border: none;
  box-sizing: border-box;
  border-radius: 12px;
  margin-bottom: 1rem;
  transition: all 0.3s ease-in;
}

.pink-shadow img {
  margin-bottom: 10px;
}

.pink-shadow p {
  font-size: 14px;
}

.pink-shadow:hover {
  transform: scale(1.05);
}

.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;
}

.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;
  }
}

/*--ribbon--*/

.ribbon {
  position: absolute;
  padding: 0 0.5rem;
  font-size: 2.000em;
  margin: 10px 0 0 -0.625em;
  line-height: 1.875em;
  color: #e6e2c8;
  border-radius: 0 0.156em 0.156em 0;
  background: #00B1BD;

  bottom: 0;
  width: 100%;
  text-align: center;
  margin: auto;
}


.pink-shadow a {
  color: #00B1BD
}

.pink-shadow a:hover {
  color: #00B1BD
}