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;
  font-weight: bold;
  text-align: left;
}

.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-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.expanded {
    font-size: 12px;
  }
}

.contactContainer h1 {
  font-size: 20px;
}

@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.expanded {
    font-size: 24px;
  }

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

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

  .contactContainer h1 {
    font-size: 30px;
  }
}

.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-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #e0e0e0;
  border-radius: 10px;
  padding: 5px;
  margin-top: 1vw;
  overflow: hidden;
  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%;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  transition: all 1s;
  background: #46B1E1
}

.card-info {
  width: 0;
  height: 0;
  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%;
  height: 100%;
  width: 100%;
}

.horScroll{
  overflow: auto;
  white-space: nowrap;
}

.horScroll img{
  display: inline-block;
  
  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;
}


.contactContainer {
  display: grid;
  grid-template-columns: auto;
}

.form-container {
  display: grid;
  grid-template-columns: auto auto;
  overflow: visible;
  gap: 10px;
}

@media (max-width: 860px) {
  .contactContainer .form-item {
    grid-column: 1 / span 2;
    width: 94vw;
  }

  .contactContainer textarea {
    width: 94vw;
  }

  .contactContainer .button-area {
    width: 94vw;
  }

  .preview {
    width: 94vw;
  }
}

@media (min-width: 861px) {
  .form-item {
    grid-column: unset;
  }
}

.contactContainer h1 {
  text-align: left;
  align-self: baseline;
  color: rgb(0, 0, 0);
  letter-spacing: 0.4px;
  margin-bottom: 0px;
}

.contactContainer p {
  align-self: baseline;
  text-align: left;
  font-size: 20px;
  color: rgb(136, 136, 136);

  margin-bottom: 25px;
  width: 94vw;
}


.input-text {
  font-size: 14px;
  height: 2rem;

  border: 1px solid #999;
  border-radius: 10px;
  outline: none;

  color: rgb(136, 136, 136);
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
}

.input-image {
  font-size: 14px;
  height: 2rem;

  border: 1px solid #999;
  border-radius: 10px;
  outline: none;
  transition: all 0.5s;
}

.contactContainer textarea {
  background-color: #ffffff00;
  min-height: 3rem;
  max-height: 20rem;
  resize: vertical;
  border: 1px solid #999;
  border-radius: 10px;
  color: rgb(136, 136, 136);
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
}

.contactContainer button {
  transition: all 0.5s;
}

.contactContainer .button-area {
  background-color: #ffffff00;
  height: 3rem;
  border: 1px solid #999;
  border-radius: 10px;
  /* redeifne color and font for some reason*/
  color: rgb(136, 136, 136);
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
}

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

.input-image {
  cursor: pointer;
  background-color: #ffffff00;
  height: 3rem;
  border: 1px solid #999;
  border-radius: 10px;
  overflow: hidden;
}

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

::file-selector-button {
  width: 100%;
  height: 100%;
  border-color: transparent;
  background-color: transparent;
  /* redeifne color and font for some reason*/
  color: rgb(136, 136, 136);
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
}

.preview {
  height: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.preview p {
  height: 10rem;
  width: fit-content;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.preview img {
  height: fit-content;
  width: 10rem;
}

.preview ol {
  padding: 0;
}

.preview li {
  margin: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}