
  
head {
  background-color: pink;
  color: black;
 }


body {
  margin:30px;
  background-color:#FFFAF0;
  color: black;
  font-size: 100%;
}

.plaster-regular {
  font-family: "Plaster", system-ui;
  font-weight: 400;
  font-style: normal;
}

.pirata-one-regular {
  font-family: "Pirata One", system-ui;
  font-weight: 400;
  font-style: normal;
}

.vt323-regular {
  font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
}

h1{
  font-family: Pirata One;
  font-size:3em;
  color: #4f4f4f;
}

p{
  font-family: VT323;
    font-size: 1.75em;
    color:#4f4f4f;
    line-height: 1.5;
}

.highlight{
  color: #d41559;
}

#highlight{
  color: #d41559;
}

.garden-link{
 border-bottom:5px solid #a4d5fc;
}

.anchor-tag{
  background-color:#d9e5ee;
  border:2px solid #a4d5fc;
  border-radius: 5px;
  width:73px;
  height:31px;
  font-family: VT323;
  font-size: 1em;
  text-decoration-color:#619ccc;
  margin-left:30px;
}

blockquote{
  margin-left:2em;
  border-left:3px solid #b42d63;
  padding:10px;
  font-family: VT323;
  font-size: 1.5em;
  color:#4f4f4f;
  line-height: 1.5;
}



a{
  color:#4f4f4f;
  text-decoration:none;
}

a:visited{
  color:#4f4f4f;
}

a:hover{
  background-color:#d9e5ee;
  border-bottom:5px solid #a4d5fc;
}

a:active{
  color:#b42d63;
  border-bottom:5px solid #a4d5fc;
}

a:focus{
  outline-style:solid;
  outline-color:#b42d63;
  outline-width:3px;
}

.siteheader{
  height:120px;
  width: 600px;
}

.siteheader a:hover{
  background-color:none;
  border-bottom:5px solid #a4d5fc;
  /*display: flex;*/
  /*align-items: center;*/
  
}

.siteheader img{
  max-width:300px;
  height:auto;
  object-fit: contain;
}

.sitename {
  font-family: Pirata One;
  object-fit: contain;
  font-size: 35px;
  padding-top: 15px;
  padding-right: 0;
  margin: 0;

}

.topwrapper{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
}

/*.nav{*/
/*    display: flex;*/
/*    height:40px;*/
/*    width:500px;*/
/*    justify-content: space-between;*/
/*    align-content: flex-start;*/
/*    list-style-type: none;*/
/*    font-family: VT323;*/
/*    font-size: 1.5em;*/
/*    color:#4f4f4f;*/
/*    padding-top: 20px;*/
/*    padding-bottom: 0px;*/
    
/*  .nav-selected{*/
/*    color:#b42d63;*/
/*    border-bottom:5px solid #a4d5fc;*/
/*  }*/
  
/* .nav {*/
/*  display: flex;*/
/*  gap: 1rem;*/
/*  list-style: none;*/
/*  font-family: VT323;*/
/*  font-size: 1.5em;*/
/*  color: #4f4f4f;*/
/*  padding: 0;*/
/*  margin: 0;*/
/*  flex-wrap: wrap;*/
/*  justify-content: center;*/
/*}*/

/*.nav a {*/
/*  text-decoration: none;*/
/*  color: inherit;*/
/*}*/

/* Tablet adjustments */
/*@media (max-width: 900px) {*/
/*  .nav {*/
/*    font-size: 1.2em;*/
/*    justify-content: space-around;*/
/*    width: 100%;*/
/*  }*/
/*}*/

/* Mobile adjustments */
/*@media (max-width: 600px) {*/
/*  .topwrapper {*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*  }*/

/*  .nav {*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    font-size: 1.1em;*/
/*  }*/

/*  .nav li {*/
/*    margin: 0.5em 0;*/
/*  }*/
/*}*/

/*.siteheader img {*/
/*  max-width: 100px;*/
/*  height: auto;*/
/*}*/

/*NEW*/
/* Basic layout */
.topwrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
  position: relative;
}

.siteheader {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* Navigation */
.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  font-family: VT323, monospace;
  font-size: 1.5em;
  color: #4f4f4f;
  margin: 0;
  padding: 0;
  gap: 2rem;
}

/* Nav links */
.nav a {
  color: inherit;
  text-decoration: none;
}

/* Selected nav item */
.nav-selected {
  color: #b42d63;
  border-bottom: 5px solid #a4d5fc;
}

/* Hamburger Button */
.menu-toggle {
  display: none; /* hidden on desktop */
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 1rem;
}

/* --- MOBILE STYLES --- */
@media (max-width: 768px) {
  .menu-toggle {
    display: block; /* show hamburger */
  }

  .nav {
    display: none; /* hidden by default */
    flex-direction: column;
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 1rem 0;
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .nav.active {
    display: flex; /* shown when menu is open */
  }
}

/*---- END NEW*/

  .home-content{
    display: flex;
    flex-wrap: wrap;
    height: 500px;
    width:75%;
    align-content: flex-start;
    margin-top:50px;
    margin-left:67px;
  }
  
  .spacecup{
  width:200px;
  height:200px;
  padding:30px;
  }
  
  .tier2_card{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top:150px;
  }
  
  .tier2_buttons{
    display: flex;
    justify-content: space-between;
    padding:20px;
    width: 600px;
    padding-top:50px;
  }
  
  .button1{
    background-color:#FFFAF0;
    border:5px solid #d41559;
    border-radius: 46px 46px 46px 46px;
    width:283px;
    height:95px;
    font-family: VT323;
    font-size: 2em;
  }
  
  
  .columns{
    display: flex;
  }
  
  
  .breadcrumb{
    display: flex;
    justify-content: space-between;
    margin-left: 69px;
    margin-top:50px;
  }
  
  .images_col_1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .images_col_2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .images_gallery{
    flex-wrap: wrap;
    align-items: center;
  }
  
  .brand_grid{
    display:flex;
    padding:20px;
  }
  
  .stacked {
    display: flex;
    flex-direction: column;
  }
  
  
  
 .modal {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5); /* optional overlay */
  z-index: 1000; /* optional, ensure it's above other elements */
}

.modal.open {
  visibility: visible;
  opacity: 1;
}

.modal-inner {
  position: relative; /* required for absolute positioning inside */
  background: #fffaf0;
  border: 5px solid #d9e5ee;
  border-radius: 56px;
  padding: 20px;
  width: 1200px;
  text-align: center;
  box-sizing: border-box;
}

.modal_button{
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1.2em;
  background-color:#FFFAF0;
  border:3px solid #d9e5ee;
  border-radius: 50%;
  font-family: VT323;
  font-size: 2em;
}

.image-scroll-container {
  display: flex;
  overflow-x: auto;
  gap: 10px; /* Optional: controls spacing between images */
  padding: 10px;
  max-width: 100%; /* or a fixed width like 600px */
  box-sizing: border-box;
}

.image-scroll-container img {
  flex-shrink: 0; /* Prevent images from shrinking */
  
  
.scroll_wrapper {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 100%;
}

/*.image-scroll-container {*/
/*  display: flex;*/
/*  overflow-x: auto;*/
/*  gap: 10px;*/
/*  padding: 10px;*/
  max-width: 800px; /* or whatever fits your modal */
/*  box-sizing: border-box;*/
  scrollbar-width: none; /* hides scrollbar in Firefox */
/*}*/

.image-scroll-container::-webkit-scrollbar {
  display: none; /* hides scrollbar in Chrome, Safari */
}

.image-scroll-container img {
  flex-shrink: 0;
}

/* Arrow button styles */

.scroll-arrow {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 2em;
  cursor: pointer;
  padding: 5px 10px;
  z-index: 1;
  transition: background 0.3s;
}

.scroll-arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.left-arrow {
  margin-right: 5px;
}

.right-arrow {
  margin-left: 5px;
}
}