:root {
  --black: #333333;
  --blue: #267fcb;
  --light-yellow: #fffad8;
  --brown: #5c5145;
  --red: #dc3545;
  --white: #ffffff;
  --gray: #8f8f8f;
}
#page-header {
  padding-bottom: 170px !important;
  background-color: rgb(0, 155, 145);
}
#logos-header {
  background-color: rgb(0, 155, 145);
}
@font-face {
  font-family: "Sketchnote-Square";
  src: url(./assets/fonts/sketchnote-square.otf);
}
@font-face {
  font-family: "Asphaltic-Scratch";
  src: url(./assets/fonts/ASPHALTIC-SCRATCH-ROUNDED-PERSONAL-USE.ttf);
}

body {
  font-family: "Arial";
  font-size: 18px;
  overflow-x: hidden;
}
.sketchnote-square {
  font-family: "Sketchnote-Square";
}
.asphaltic-scratch {
  font-family: "Asphaltic-Scratch";
}
.heading {
  font-size: 80px;
}
.hero .subtitle {
  font-size: 24px;
  line-height: 36px;
}
#floating-images {
  min-height: 250px;
}
img#odippers {
  left: -10%;
  top: -400px;
}
img#flatbread {
  left: 25%;
  top: -130px;
}
img#sandwich {
  left: 40%;
  top: -250px;
}
img#bagels {
  left: 50%;
  top: -260px;
}
img#arrow {
  right: 50%;
  top: -150px;
}
img#muffins {
  right: -5%;
  top: -200px;
}

.form-container {
  border: 3px solid var(--black);
  border-radius: 25px;
  padding: 80px 100px 10px;
  margin-top: 20px;
  position: relative;
}
.form-container::before {
  content: "";
  background-color: var(--light-yellow);
  border-radius: 25px;
  position: absolute;
  left: -25px;
  top: 25px;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  z-index: -1;
}
form input:not([type="submit"]) {
  border: 1px solid var(--black);
}
form button[type="submit"] {
  color: var(--black);
  font-size: 18px;
}
form label {
  color: var(--gray);
  font-size: 12px;
  text-transform: uppercase;
}
form .form-check label {
  color: var(--gray);
  font-size: 18px;
  text-transform: none;
}
form .form-check label a {
  color: var(--blue);
}
.form-container .error {
  background-color: var(--red);
  color: var(--white);
  padding: 5px 10px;
}
#glitter {
  position: absolute;
  top: -100px;
  left: -175px;
  z-index: -1;
}

.gluten-intolerant {
  font-size: 50px;
}

#brownie-double-chocolate {
  position: absolute;
  left: 0;
}
#brownie-double-chocolate-1 {
  position: absolute;
  left: 35%;
  top: 20px;
}

#arrow-button {
  position: absolute;
  left: -25%;
  top: 75px;
}

#footer {
  background-image: url(./assets/img/footer-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#footer .bottom {
  background-color: var(--brown);
}
#footer .bottom p {
  font-size: 12px;
}

.image-grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  top: -205px;
  left: 0;
  right: 0;
  margin-left: auto;
  padding: 0 15px;
}

@media screen and (max-width: 1400px) {
  #glitter {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  img#odippers {
    max-height: 250px;
    left: 15%;
    top: -200px;
  }
  img#flatbread {
    max-height: 160px;
    left: 30%;
    top: -100px;
  }
  img#sandwich {
    max-height: 200px;
    top: -150px;
  }
  img#bagels {
    max-height: 200px;
    top: -140px;
    left: 45%;
  }
  img#muffins {
    max-height: 200px;
    top: -120px;
    right: 20%;
  }
  #glitter {
    display: none;
  }
  img#arrow {
    max-height: 150px;
    right: 0;
    top: 0;
  }
  .form-container {
    border: none;
    padding: 0;
  }
  .form-container::before {
    display: none;
  }

  #arrow-button {
    display: none;
  }

  #brownie-double-chocolate {
    position: relative;
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 35px;
  }
  img#odippers {
    left: -20%;
  }
  img#flatbread {
    left: 20%;
  }
  img#sandwich {
    top: -150px;
  }
  img#bagels {
    top: -140px;
    left: 45%;
  }
  img#muffins {
    right: -10%;
  }
  #gluten-free-logo {
    max-height: 50px;
  }
  .image-grid {
    top: -60px;
  }
}

.thanks {
  min-height: 75vh;
}
@media screen and (max-width: 1024px) {
  .thanks h2 {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #floating-images {
    min-height: 50px;
  }

  .image-grid {
    top: -130px;
  }
}
.bg-primary {
  background-color: rgb(0, 155, 145) !important;
}
