body {

  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
  width: 100%;
  overflow-x: hidden;
}

.header {
  background-color: #ffffff;
  color: #000000;
  padding: 20px;
  position: relative;
  width: 90%;
  align-self: center;
  justify-self: center;
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin: 1vw;
}


.blurred {
  filter: blur(10px);
}

.logo {
  font-size: 24px;
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
  width: 200px;
}

.menu-button {
  width: 20vw;
  height: 60px;
  align-content: center;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
  cursor: pointer;
  text-align: center;
}

.menu-button:hover {
  background-color: #b5b5b5;
}

.contact-button:hover {
  background-color: #b5b5b5;
}

.contact-button {
  width: 20vw;
  height: 60px;
  align-content: center;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
  cursor: pointer;
  text-align: center;
}

.sideMenu {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ffffff7a;
  overflow-x: hidden;
  transition: 0.3s;
  padding-top: 70px;

}


.sideMenu a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  display: block;
  transition: 0.3s;
  background-color: #ffffff00;
  color: #000000;
}


.sideMenu .closebtn {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  background-color: #ffffff00;
  color: #000000;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
}

.sideMenu .closebtn:hover {
  background-color: #b5b5b5;
}

.sideMenuOption {
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
  cursor: pointer;
}

.sideMenuOption:hover {
  background-color: #b5b5b5;
}

.header-container {
  width: 90%;
  text-align: center;
  flex-direction: column;
  margin: 1vw;
  margin-top: 50px;
  display: flex;
  justify-self: center;
}

.header-text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: left;
}

.header-container a {

  margin-bottom: 5px;
  text-align: left;
}

.image-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.header-image-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}


.header-container img {
  width: 25%;
  height: 25vw;
  border: none;
  object-fit: scale-down;
  background-color: #e0e0e0;
  border-radius: 10px;
  margin: 0;
  margin-top: 10px;
  transition: background-color 0.5s;
}

.header-image-container img {
  width: 45%;
  height: 25vw;
  border: none;
  object-fit: scale-down;
  background-color: #e0e0e0;
  border-radius: 10px;
  margin: 0;
  margin-top: 10px;
  transition: background-color 0.5s;
}


.header-container img:hover {
  background-color: #b0b0b0;
}

.exploded-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;

}

.exploded-container img {
  border: none;
  object-fit: scale-down;
  background-color: #e0e0e0;
  border-radius: 10px;
  margin: 0;
  margin-top: 10px;
  transition: background-color 0.5s;

}

.exploded-container img:hover {
  background-color: #b0b0b0;
}

@media (max-width: 860px) {
  .exploded-container img {
    width: 100%;
    height: 25vh;
  }

  .header-container a {
    font-size: 20px;
  }

  .header-container p {
    font-size: 14px;
  }

  .card {
    height: 100px;
    width: 100px;
  }

  .card-header {
    font-size: 30px;
    width: 40px;
    height: 40px;
  }

  .card-info {
    font-size: 12px;
  }
}

@media (min-width: 861px) {
  .exploded-container img {
    width: 100%;
    height: 50vh;
  }

  .card {
    height: 200px;
    width: 200px;
  }

  .card-header {
    font-size: 50px;
    width: 75px;
    height: 75px;
  }

  .card-info {
    font-size: 24px;
  }

  .header-container a {
    font-size: 30px;
  }

  .header-container p {
    font-size: 20px;
  }
}

.header-container iframe {
  width: 100%;
  height: 100vh;
  border: none;
  object-fit: scale-down;
  background-color: #e0e0e0;
  border-radius: 10px;
}

.card-container {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  justify-self: center;
  margin: 1vw;
}

.card {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-color: #e0e0e0;
  border-radius: 10px;
  padding: 5px;
  margin-top: 1vw;
  overflow: visible;
  transition: all 1s;
}

.card:hover {
  background-color: #b0b0b0;
}

.card.expanded {
  background-color: #b0b0b0;
}

.card-header {
  border-radius: 50%;
  font-weight: bold;
  color: #fff;
  opacity: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  transition: all 1s;
  background: #46B1E1;
}

.card-info {
  height: 0;
  width: 100%;
  text-align: center;
  opacity: 0%;
  transition: all 1s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-header.expanded {
  opacity: 0%;
  width: 0;
  height: 0;
}

.card-info.expanded {
  opacity: 100%;
  width: 100%;
  height: 100%;
}

.checkoutContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  color: #000000;
}

.checkoutContainer input {
  height: 3rem;
  text-align: center;
  font-size: 18px;
  border: none;
  background-color: #e0e0e0;
  border-radius: 10px;
  cursor: pointer;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
  transition: all 0.5s;
  margin-bottom: 10px;
}

.checkoutContainer input::placeholder {
  color: #000000;
}

.checkoutContainer input:hover {
  background-color: #b5b5b5;
}
