@font-face {
  font-family: 'Julius Sans One';
  src: url('static/fonts/JuliusSansOne-Regular.ttf') format('ttf');

}
@font-face {
  font-family: 'Maitree';
  src: url(/fonts/Maitree-ExtraLight.ttf) format('ttf');
}
.logo {
  
  font-family: 'Julius Sans One', sans-serif;
  font-weight: 100;
  text-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  text-align: center;
  color: #333;
} 
.Banner-item--title {
  text-align: center;
  text-decoration: none;
}

.logohead  {
  
  font-family: 'Julius Sans One', sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 95%;
  
}

.Banner-item--title {
  display: inline-block;
  margin: 0 1em;
  font-size: 1.5rem;
  font-weight: 100;
  text-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 95%;
  margin-top: 50px;
  text-decoration: none;
  color: #333;
}

.logosub {
  font-family: 'Julius Sans One', sans-serif;
  font-size: 0.75rem;

  
}


body {
  font-family: 'Julius Sans One', sans-serif;
  font-size: 1.2em;
  font-weight: 100;
  text-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.3);
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
}
.terminal {
  font-family: monospace;
  font-size: 1.5em;
  white-space: nowrap;
  overflow: hidden;
  display: flex; /* Use flexbox */
  align-items: flex-start; /* Align items to the top */
  margin-bottom: 1em;
  margin-top: -2em;
}

#prompt {
  display: inline-block;
  width: 10%; /* Set the width of the prompt */
}

#text {
  display: inline-block;
  width: 90%; /* Set the width of the text */
}

.terminal span {
  display: inline-block;
  animation: typing 2s steps(50, end);
}



#typed {
  margin-left: 10px;
}

.banner-wrap {
  padding-top: 8%;
}
@media screen and (max-width: 1024px) {
  padding-top: 5%;
}
@media screen and (max-width: 768px) {
  .banner-wrap {
    padding-top: 15%;
  }
}
  
@media screen and (max-width: 480px) {
  .banner-wrap {
    padding-top: 20%;
  }
}
.navbar {
  background-color: #333;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Cart information */
.contact-panel {
  align-items: center;
}

.snipcart-checkout {
  color: #fff;
  text-decoration: none;
  background-color: rgb(134, 100, 77);
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.35rem;
  transition: all 0.2s ease-in-out;
  transform: perspective(500px) translateZ(0);
  box-shadow: 0 1px 3px rgba(0,0,0,.3);
}

.snipcart-checkout:hover {
  background-color: rgb(160, 97, 97);
  transform: perspective(500px) translateZ(10px);
  box-shadow: 0 3px 5px rgba(0,0,0,.5);
}
/* Cart items */
.snipcart-items {
  display: none;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.snipcart-items img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100px;
  margin: 0 10px 10px 0;
}
@media (max-width: 600px) {
  .product-options {
    flex-direction: column;
  }
  .specification {
    margin-bottom: 1em;
  }
}
.loading {
  display: none; /* Hidden by default */
  /* Add your own styling */
}
.error {
  display: none; /* Hidden by default */
  /* Add your own styling */
}
