body {
      margin: 0;
}

.coverpho {
      width: 100%;
      height: 75%;
      object-fit: cover;
}

    /* Optional: dark overlay layer */
.image-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      z-index: 1;
}
.image-container {
      position: relative;
    }

.lobster-regular {
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.vcenter {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 100vh;
      width: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 10rem;
}
.dwarning{
      z-index: 2;
      margin: 20px;
      left: 25%;
      right: 25%;
}
.products{
    margin: 1%;
}

#checkout_header{
    margin-top: 30px;
}

#checkout{
    margin-left: 10%;
    margin-right: 10%;
}

.backgroundwanted{
    background-color: #e4ede6;
    padding: 20PX;

}
.staddressc{
width: 75%;
}

.checkoutinfo{
    width: 25%
}

.sticky {
  position: fixed; /* Makes it sticky */
  top: 0; /* Sticks to the top of the viewport */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Optional: add a shadow */
}
#checkoutCart{
display: flex;
justify-content: center;
align-items: center;
}

.summary{
width: 75%;
}
/*Hero*/
.hero {
      background: url('photos/3D Print Images/Logos_Etc../BackImage.png') no-repeat center center/cover;
      height: 100vh;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
    .overlay {
      background-color: rgba(0, 0, 0, 0.5); /* Dark overlay */
      padding: px;
      border-radius: 10px;
      height: 600px;
    }
    .hero-logo {
      width:1000px;
      max-width 90%;
      height: auto;
    }
    .hero-subtitle {
      color: #3498db;
      font-size: 2.5rem;
      font-family: "Times New Roman", Times, serif;
      text-shadow: 1px 1px 3px #000;
      margin-top: -70px;
    }
    @media (max-width: 768px) {
      .hero-logo {
        width: 300px;
      }
      .hero-subtitle {
        font-size: 1.8rem;
      }
    }

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.scroll-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

#down-arrow {
  width: 40px;
  height: 40px;
  transition: opacity 0.2s linear;
}
.navbar-brand img {
  height: 30px; /* Keep actual image height small */
  transform: scale(1.5); /* Visually enlarge logo */
  transform-origin: center; /* Scale from center */
}

.eb-garamond-heavy{
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.eb-garamond{
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.intro{
background-color: #f2f2f2;
color: #145294;
}
.introtext{
margin-left: 100px;
margin-right: 100px;
}

.introp2{
height: 413px;
}

/* newitembanner: fixed overlay that starts hidden above viewport */
.newitembanner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-110%);    /* start off-screen */
  opacity: 0;
  transition: transform 500ms cubic-bezier(.22,.9,.28,1), opacity 300ms ease;
  z-index: 1070;                   /* > typical navbars (adjust if needed) */
  will-change: transform, opacity;
  background: #ffffff;
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  padding: 0.75rem 1rem;
}

/* Inner layout: use Bootstrap container to match page width */
.newitembanner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0;
}

/* Show state — banner slides into view */
.newitembanner.show {
  transform: translateY(0);
  opacity: 1;
}

/* Close button spacing */
.newitembanner .btn-close {
  margin-left: 1rem;
}

/* Remove transitions for people who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .newitembanner,
  .newitembanner.show {
    transition: none;
    transform: none;
    opacity: 1;
  }
}

.banneroutline{
margin: 100px;
}
  .top-banner {
    background-color: #0d6efd; /* Bootstrap primary blue */
    color: white;
    padding: 10px 15px;
    display: flex;
    justify-content: center; /* centers horizontally */
    align-items: center;     /* centers vertically */
    gap: 15px;               /* space between text and button */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1051; /* above navbar */
    text-align: center;
  }

    .navbar{
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black background */
    }
    .extendNavbar{
    top: 50px;
    }
    .nav-link{
    color: white;
    }
    .navbar .nav-item:hover > .nav-link {
        color: #ffffff !important; /* change text color */
        background-color: transparent; /* or a color if you want */
    }
    .navbar .nav-link,
    .navbar .nav-link:focus,
    .navbar .nav-link:active,
    .navbar .nav-link.show {
        color: white !important;
    }

.introbuttons{
    margin-right: 50px;
    margin-left: 50px;
}
.3dmodels{
    margin: 50px;
}
.card-img-top{
    height: 300px;
}
.card-body {
    display: flex;
    flex-direction: column;
}
.card-body .btn {
    margin-top: auto;
}
.ibt{
    width: 300px;
    height: 70px;
}

.imgpimg{
width: 48%;
height: 500px;
object-fit: cover;
}