@import url(https://fonts.googleapis.com/css?family=Montserrat:700,400);
@import url(https://fonts.googleapis.com/css?family=Lato:300);
@import url(https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&display=swap);

body {
    background: #ffffff;
    font-size: 16px;
    font-family: 'Futura PT', sans-serif;
    font-weight: 600;
    width: 100%;
    max-width: 100vw;
}

.logo {
  display: flex;
  margin: auto; 
  max-width: 100%;
}

.container {
  max-width: 900px;
  margin: auto;
  position: relative;
  z-index: 1;
}

a {
  color: #000;
}
a:hover {
  color: #cccccc;
}

.intro-text {
  text-align: center;
  margin: 1em auto;
  font-size: 1.5em;
  background-color: #ddff00;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: -4em;
  z-index: 1;
  position: relative;

}

.form-container {
  max-width: 560px;
  margin: 0 auto;
  margin-top: 2em;
  /* border: 2px solid #ddff0070; */
  /* border-radius: 14px; */
  /* padding: 1.3em 0; */
  /* background-color: #ddff0050;
  box-shadow: 2px 2px 10px 2px #ddff0040; */
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#text {
  width: 100%;
  max-width: 500px;
  margin: auto;
  height: 150px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em;
  border: 1px solid #ddff0080;
  border-radius: 14px;
  padding: 4px 5px;
  box-shadow: 2px 2px 10px 2px #ddff0040; 
}
#text:focus-visible {
  border: 1px solid #ddff0080;
  outline: #ddff0080 auto 1px;
}


.color-pickers {
  display: flex;
  flex-wrap: wrap;
  width: 500px;
  margin: 1.5em 0;
}

.bubble-color {
  /* flex: 50%; or - flex: 0 50% - or - flex-basis: 50% - */
  align-items: center;
  margin-right: 12px;
  flex: 29%;
  margin-bottom: 10px;
  border-radius: 12px;
  padding: 4px 10px;
  display: flex;
  background-color: #ddff0070;
    border: 2px solid #ddff00;
}

.bubble-color:nth-child(even) {
  margin-right: 0px;
}

.bubble-color > label {
  width: 70px;
  display: inline-block;
  margin-right: 1em;
  text-transform: uppercase;
}


.bubble-color input[type="color"] {
  border-radius: 100%;
  max-width: 25px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 50%;
  margin: 0;
  box-shadow: none;
  appearance: none;
  padding: 0;
}
.bubble-color input[type="color"]::-webkit-color-swatch {
  box-shadow: none;
  appearance: none;
  border: none;
  max-width: 27px;
}

form input[type="button"] {
  background: #ddff00;
  border: none;
  font-weight: 600;
  padding: 15px 35px;
  margin: 0px auto;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 5px;
    width: 90%;
}
form input[type="button"]:hover {
  background: #000;
  color: #ddff00;
  border: none;
  font-weight: 600;
  padding: 15px 35px;
  margin: 0px auto;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 5px;
  width: 90%;
}



.image-download {
  display: flex;
  justify-content: center;
  margin-top: 1.5em;
  flex-direction: column;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5em;
  text-transform: uppercase;
  align-items: center;
  max-width: 100%;
}

.footnote {
  text-align: center;
  font-family: 'Lato';
  /* margin-top: 5em; */
  font-size: 1.5em;
  position: relative;
    justify-content: center;
    margin-bottom: -200px;
    z-index: 1;
}
.footer {
  margin-top: -200px;
  max-width: 100%;
  position: relative;
}
.footer > img {
  max-width: 100%;
  /* margin-bottom: -4px; */
  margin-bottom: -62px;
  position: relative;
  z-index: -1;
}
.footer::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* height: 30px; */
  height: 13px;

  /* background: linear-gradient(to bottom, transparent, #E9EEFD); */
  background: linear-gradient(to bottom, transparent, #0000004f);
  pointer-events: none;
}

.footer-gradient-bar {
  width: 100%;
  height: 60px;
  /* background: linear-gradient(to right, #E9EEFD, #FFFFFF); */
  background: #E9EEFD;
  opacity: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.footer-gradient-bar > p {
  color: #4b2362;
}

.footer-gradient-bar > p a {
  color: #ff7bbb;
  text-decoration: none;
}

.footer-gradient-bar > p a:hover {
  color: #4b2362;
}

.image-download > img {
  max-width: 100%;
}

/* .bottom-footer {
  border-top: 1px solid white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
} */


@media only screen and (max-width: 900px) {
  .intro-text {
    margin-top: -1.5em;
    font-size: 0.9em;
    padding: 10px;
  }
  .container {
    max-width: 100%;
    margin: 0 2em;
    position: relative;
    z-index: 1;
  }
  .form-container {
    margin-top: 1em;
  }
  #text {
    height: 100px;
    border-radius: 5px;
    font-size: 1em;
  }
  #text:focus-visible {
    border: 1px solid #ddff0080;
    outline: #ddff0080 auto 1px;
  }
  .color-pickers {
    width: 100%;
    display: block;
  }
  .bubble-color:nth-child(odd) {
    margin-right: 0;
  }
  .bubble-color {
    font-size: .7em;
    border-radius: 8px;
    border: 1px solid #ddff00;
  }
  .bubble-color input[type="color"] {
    max-width: 28px;
  }
  form input[type="button"] {
    width: 100%;
    color: #000;
  }
  form input[type="button"]:hover {
    width: 100%;
  }

  .footer {
    margin-top: 60px;
  }

  .footer-gradient-bar > p {
    font-size: 0.7em;
  }
  
  .image-download {
    max-width: 100%;
  }
  .footnote {
    margin-bottom: -50px;
    font-size: 1em;
  }
}