* {
  padding: 0;
  margin: 0;
}

body {
  width: 100%;
  height: 100%;
  color: #f1f1f1;
  background: #f1f1f1;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  z-index: -2;
}

h1 {
  font-size: 500%;
}

h2 {
  font-size: 300%;
}

h3 {
  font-size: 160%;
}

mark {
  background: none;
  color: #00df77;
  text-decoration: underline;
}

.headline {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  flex-direction: column;
  text-align: center;
  background: linear-gradient(rgba(22, 22, 22, 0), rgba(22, 22, 22, 0.5)), url("../images/burrito1.jpg");
  background-position: center center;
  background-size: cover;
}
.headline .bttn-container {
  margin: 2rem;
}
.headline button {
  background-color: #00df77;
  border: 2px solid #00df77;
  color: #f1f1f1;
  width: 150px;
  padding: 0.5em;
  margin: 0 1rem 1rem 1em;
  font-weight: 600;
  transition-duration: 0.3s;
  font-size: 150%;
}
.headline button:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #00df77;
  cursor: pointer;
}
.headline .explain {
  width: 30%;
  min-width: 25ch;
  padding: 0 1rem;
}

.nav {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
  align-items: baseline;
  padding: 2rem 0;
}
.nav .logo {
  padding: 1rem;
}
.nav .logo img {
  max-width: 200px;
}
.nav a.icon {
  display: none;
}
.nav #nav-links {
  overflow: hidden;
  width: 50%;
  min-width: 550px;
  padding: 0 3em;
  list-style: none;
  display: flex;
  justify-content: space-around;
}
.nav #nav-links li {
  font-size: 150%;
}
.nav #nav-links a {
  text-decoration: none;
  color: #161616;
  font-weight: bold;
  letter-spacing: 4px;
  padding: 0.3rem 0 0 0;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.nav #nav-links a:before {
  content: ".";
  color: transparent;
  background: #00df77;
  width: 0%;
  height: 2px;
}
.nav #nav-links a:hover {
  color: #00df77;
}
.nav #nav-links a:hover:before {
  width: 100%;
  transition: 0.5s;
}

.about-container {
  display: flex;
  align-items: center;
  height: none;
  flex-direction: column;
  width: 100%;
  min-height: 60vh;
  color: #161616;
  margin: 12rem 0 0 0;
}
.about-container .chillies {
  max-width: 1000px;
  overflow: hidden;
  z-index: -1;
  position: absolute;
  right: 1600px;
  top: 850px;
}
.about-container .chillies-2 {
  max-width: 1000px;
  overflow: hidden;
  z-index: -1;
  position: absolute;
  right: 1600px;
  top: 1250px;
  transform: scaleX(-1);
}
.about-container .beans {
  max-width: 1000px;
  overflow: hidden;
  z-index: -1;
  position: absolute;
  left: 1600px;
  top: 850px;
}
.about-container .beans-2 {
  max-width: 1000px;
  overflow: hidden;
  z-index: -1;
  position: absolute;
  left: 1600px;
  top: 1200px;
}
.about-container .about {
  margin: 5rem 0 0 0;
  width: 100%;
  text-align: center;
  color: #161616;
}
.about-container .about h3 {
  color: #161616;
  width: 60%;
  min-width: 25ch;
  margin: 0 auto 2rem auto;
  padding: 1rem;
}

.about h1 {
  color: #161616;
}

.contact-container {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}
.contact-container > * {
  flex: 1 1 15rem;
}
.contact-container .contact-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: 0 0 1rem 0;
}
.contact-container .contact-item h2 {
  color: #00df77;
}
.contact-container .contact-item h3 {
  width: 25ch;
}
.contact-container .contact-item div {
  display: flex;
  flex-direction: column;
}
.contact-container img {
  padding: 1rem;
  overflow: hidden;
  flex-basis: 100%;
  max-width: 200px;
  max-height: 10vh;
}

#order-wrapper {
  width: 100%;
  min-height: 100vh;
  color: white;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#order-container {
  width: 70%;
  min-height: 50vh;
  color: #161616;
  background: none;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
#order-container mark {
  text-decoration: none;
}
#order-container .fas .fa-level-down-alt {
  width: 500px;
  color: #00df77;
}

.order-items {
  width: 100%;
  min-height: none;
  color: #161616;
  background: none;
  display: flex;
  list-style: none;
  padding: 2rem;
  min-height: 30vh;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.order-items > * {
  flex: 0 1 13rem;
}

.order-item {
  height: 13rem;
  border-radius: 50%;
  transition: 0.3s;
  border: 8px solid #00df77;
  background-color: #f1f1f1;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 0;
  background: radial-gradient(rgba(255, 255, 255, 0), rgba(0, 223, 119, 0.1));
}
.order-item img {
  transition: 0.3s;
  max-width: 160px;
  filter: drop-shadow(0 0 0.3rem black);
}
.order-item #burrito-img {
  margin: 1.5rem 0 0 0;
}
.order-item #quesa-img {
  margin: 2rem 0 0 0;
}
.order-item #bowl-img {
  margin: 2rem 0 0 0;
  max-width: 140px;
}
.order-item #nachos-img {
  margin: 2rem 0 0 0;
}
.order-item #quesa {
  margin-top: 2.3rem;
}
.order-item a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.order-item h3 {
  position: absolute;
  z-index: 1;
  font-size: 200%;
  margin-top: -0.8rem;
  margin-bottom: 9rem;
  line-height: 30px;
}
.order-item:hover {
  border-color: rgba(0, 223, 119, 0.5);
  cursor: pointer;
}
.order-item:hover img {
  max-width: 170px;
  transition: 0.3s;
}
.order-item #bowl-img:hover {
  max-width: 150px;
}

#footer {
  z-index: 0;
  min-height: 60vh;
  display: flex;
  align-items: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 50%;
}

.social-container {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  width: 60%;
}
.social-container .contact-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  padding: 0 0 1rem 1rem;
  color: #161616;
}
.social-container .social-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0 0 1rem 1rem;
  width: 50%;
}
.social-container .social-list a {
  color: #161616;
}

.credit-container {
  width: 40%;
  display: flex;
  flex-direction: column;
  text-align: right;
  align-self: flex-end;
}
.credit-container h3 {
  padding: 0 1rem 1rem 0;
}

#drk-wrapper {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
}

#order-container {
  margin-top: 3rem;
}

#order-menu {
  width: 60%;
  min-height: none;
  color: #161616;
  background: #f1f1f1;
  display: flex;
  display: none;
  overflow-y: scroll;
  height: 90%;
  align-items: center;
  flex-direction: column;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
#order-menu figure {
  padding: 2rem;
  text-align: center;
}
#order-menu img {
  width: 100%;
  max-width: 400px;
  height: auto;
  filter: drop-shadow(0 0 0.75rem black);
}
#order-menu label {
  width: 80%;
  font-size: 200%;
  color: #00df77;
}
#order-menu select {
  width: 80%;
  text-align: center;
  padding: 1rem;
  margin: 0 0 1rem 0;
  font-size: large;
}
#order-menu #checkboxes {
  width: 80%;
}
#order-menu #checkboxes h3 {
  color: #00df77;
}
#order-menu #checkboxes #toppings {
  background: white;
  border-radius: 0.3rem;
}
#order-menu #checkboxes .topping {
  padding: 1rem;
  border: 1px solid #d4d4d4;
  border-radius: 0.3rem;
  border-bottom: none;
}
#order-menu #checkboxes label {
  font-size: large;
  color: #141414;
}
#order-menu #sub-bttn {
  background-color: #00df77;
  border: 2px solid #00df77;
  color: #f1f1f1;
  width: 150px;
  padding: 0.5em;
  margin: 0 1rem 1rem 1em;
  font-weight: 600;
  transition-duration: 0.3s;
  border-radius: 0.5rem;
  margin: 1rem;
  text-align: center;
}
#order-menu #sub-bttn:hover {
  background-color: white;
  color: #00df77;
  cursor: pointer;
}

#modal {
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 0 0 2rem 0;
  transform: translate(-50%, -50%);
  background: #f1f1f1;
  display: flex;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30%;
  border: 2px solid #00df77;
  border-radius: 1rem;
  z-index: 5;
}
#modal h2 {
  color: #00df77;
}
#modal h3 {
  color: #161616;
}
#modal span {
  color: #00df77;
  align-self: flex-end;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #00df77;
  border-radius: 50%;
}
#modal span:hover {
  color: red;
  border-color: red;
  cursor: pointer;
}
#modal .buttons {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  min-width: 200px;
  justify-content: space-around;
}
#modal .buttons a {
  background-color: #00df77;
  border: 2px solid #00df77;
  color: #f1f1f1;
  width: 150px;
  padding: 0.5em;
  margin: 0 1rem 1rem 1em;
  font-weight: 600;
  transition-duration: 0.3s;
  border-radius: 0.5rem;
  margin: 0.5rem;
  text-align: center;
  min-height: 1rem;
  font-size: large;
  width: 50%;
  text-decoration: none;
}
#modal .buttons a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #00df77;
  cursor: pointer;
}

#checkout-main .chillies {
  max-width: 1000px;
  overflow: hidden;
  z-index: -1;
  position: absolute;
  right: 1600px;
  top: 150px;
}
#checkout-main .chillies-2 {
  max-width: 1000px;
  overflow: hidden;
  z-index: -1;
  position: absolute;
  right: 1700px;
  top: 400px;
  transform: scaleX(-1);
}
#checkout-main .beans {
  max-width: 1000px;
  overflow: hidden;
  z-index: -1;
  position: absolute;
  left: 1600px;
  top: 150px;
}
#checkout-main .beans-2 {
  max-width: 1000px;
  overflow: hidden;
  z-index: -1;
  position: absolute;
  left: 1600px;
  top: 300px;
}

#order-summary {
  color: white;
  background: #00df77;
  display: flex;
  justify-content: center;
  padding: 1rem;
}

#checkout-container {
  display: flex;
  align-items: center;
  height: 100vh;
  flex-direction: column;
  width: 50%;
  min-width: 400px;
  padding: 1rem;
  background: #f1f1f1;
  margin: auto;
  justify-content: flex-start;
  color: #161616;
}
#checkout-container ul {
  width: 100%;
  background: white;
  padding: 1rem;
}
#checkout-container ul {
  color: #161616;
  list-style: none;
}
#checkout-container ul li {
  color: #161616;
}

#contact-wrapper {
  width: 100%;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
}

#contact-container {
  margin: 3rem 0 0 0;
  color: #161616;
  width: 60%;
  min-height: 50vh;
  background: white;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
}
#contact-container #contact-header {
  border-radius: 1rem 1rem 0 0;
  background: #00df77;
  width: 100%;
  text-align: center;
  padding: 1rem 0;
}
#contact-container #contact-header h2 {
  color: #f1f1f1;
}
#contact-container #contact-header h3 {
  padding: 0.2rem 1rem;
}
#contact-container #contact-form {
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
#contact-container #contact-form input, #contact-container #contact-form textarea, #contact-container #contact-form .sub-bttn {
  margin: 0 0 1rem 0;
}
#contact-container #contact-form textarea {
  min-height: 20vh;
  border-radius: 0.3rem;
  font-family: "Poppins", sans-serif;
}
#contact-container #contact-form .sub-bttn {
  background-color: #00df77;
  border: 2px solid #00df77;
  color: #f1f1f1;
  width: 150px;
  padding: 0.5em;
  margin: 0 1rem 1rem 1em;
  font-weight: 600;
  transition-duration: 0.3s;
  align-self: center;
  font-size: 150%;
}
#contact-container #contact-form .sub-bttn:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #00df77;
  cursor: pointer;
}

@media only screen and (max-width: 1700px) {
  .about-container .chillies {
    max-width: 1000px;
    overflow: hidden;
    z-index: -1;
    position: absolute;
    right: 1400px;
    top: 650px;
  }
  .about-container .chillies-2 {
    max-width: 1000px;
    overflow: hidden;
    z-index: -1;
    position: absolute;
    right: 1500px;
    top: 900px;
    transform: scaleX(-1);
  }
  .about-container .beans {
    max-width: 1000px;
    overflow: hidden;
    z-index: -1;
    position: absolute;
    left: 1400px;
    top: 650px;
  }
  .about-container .beans-2 {
    max-width: 1000px;
    overflow: hidden;
    z-index: -1;
    position: absolute;
    left: 1400px;
    top: 1050px;
  }
}
@media only screen and (min-width: 1230px) {
  .nav #nav-links {
    display: flex;
  }
}
@media only screen and (max-width: 1230px) {
  .about-container {
    margin-top: 1rem;
  }

  /* Style the navigation menu */
  .nav {
    overflow: hidden;
    position: relative;
    min-height: 10vh;
  }

  /* Hide the links inside the navigation menu (except for logo/home) */
  .nav #nav-links {
    display: none;
    min-width: 100px;
  }

  /* Style navigation menu links */
  .topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }

  /* Style the hamburger menu */
  .nav a.icon {
    margin: 1rem;
    color: #161616;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }

  /* Add a grey background color on mouse-over */
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
}
@media only screen and (max-width: 992px) {
  .about-container {
    margin-top: 1rem;
  }

  h1 {
    font-size: 400%;
  }

  h2 {
    font-size: 250%;
  }

  h3 {
    font-size: 120%;
  }

  .order-item h3 {
    font-size: 200%;
    margin-top: -1rem;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 300%;
  }

  h2 {
    font-size: 150%;
  }

  h3 {
    font-size: 80%;
  }

  #order-menu {
    width: 90%;
    overflow-x: hidden;
  }

  .nav {
    height: 3rem;
  }

  #burrito-img {
    width: 150px;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 400%;
  }

  h2 {
    font-size: 200%;
  }

  h3 {
    font-size: 100%;
  }

  #order-menu label {
    font-size: 160%;
  }

  button {
    max-width: 8rem;
    max-height: 4rem;
    font-size: 120%;
  }

  #modal {
    width: 80%;
  }

  .modal-bttn {
    font-size: 70%;
    height: 0.3rem;
  }
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 300%;
  }

  h2 {
    font-size: 150%;
  }

  h3 {
    font-size: 80%;
  }

  #order-menu label {
    font-size: 120%;
  }

  .buttons {
    font-size: 100%;
  }

  .order-item h3 {
    font-size: 190%;
  }

  .about-container {
    margin-top: 1rem;
  }

  .headline button {
    font-size: 100%;
  }

  .explain {
    margin-top: -1.5rem;
  }

  #contact-container {
    width: 80%;
  }
  #contact-container #contact-form .sub-bttn {
    max-width: 6rem;
    max-height: 3rem;
    font-size: 100%;
  }
}/*# sourceMappingURL=style.css.map */