
 .container{

min-height: 100vh;  
max-width: 100%;
gap:10px;
background-color: #d3bee8;
box-shadow: 10px 10px 9px #cdecd0;
border-radius: 20px;
padding: 20px;
}

.container h1 {
    text-decoration: underline;
    text-decoration-style: wavy;
}

.container h3 {
    text-decoration: underline;
    text-decoration-style: wavy;
}

.titleimg {
  max-width: 100%;
  height: auto;
}

.questions {
list-style-image: url(/piggies/img/bullet.gif);
}


.pic {
  max-width: 100%;   /* take full width of the column */
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.origin {
    margin-bottom: 20px;
    max-height: 50vh;
    overflow: auto;
    border: white dashed 1.5px;
}

.piggypoo {
  max-width: 20%;
  height: auto;
  float: left;
  padding-right: 20px;;

}

.holding {
  max-width: 20%;
  height: auto ;
  float:right;
  padding-left: 15px;
  padding-top:15px;
}
.box {
    background-color: rgb(237, 212, 240);
    padding:20px;
    border-radius: 20px;
    border: white dashed 1.5px;
    margin-bottom: 20px;
    overflow: auto    
    ;
}

.origin img {
  float:left;
  width: 30%;
  margin-right: 20px;
}
.cage {
   margin-bottom: 20px;
    height: 100vh;
    overflow: auto; 
    border: white dashed 1.5px; 
    flex-direction: column;
   
}
li {
  list-style: none;
  padding: 10px 60px;
  background-image: url("img/hamster1.GIF");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 50px; /* adjust this to the size you want */
}

.cageimages 
{
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cageimages img {
  margin-top: 20px;
    max-width: 30%;
    height: auto;
}

.cageimg {
    max-width: 50%;
    height: auto;
   float: right;
    margin-top: 20px;
    margin-left: 20px;
}
.other {
    border: white dashed 1.5px;
    margin-bottom: 20px;
    text-align: center;
    height:50vh;
    overflow: auto;
}

.otheritems {
    display: flex;
    justify-content: center;
    gap:20px;
    flex-wrap: wrap;
}

.trio img {
    width: 50%;
    height: auto;
    display: flex;
    margin: 0 auto;
    
}

.itembox {
    flex: 0 0 calc(33.333% - 20px); /* 3 per row, accounting for gap */
}

.itembox img {
    max-width: 100%;
}


a {
    color: #674a84;
    text-decoration: wavy underline;
}

.cagetext {
    display: flex;
    flex-direction: column;
}





.birthday {
    background-image: url('/piggies/img/confetti.gif');
    background-size: cover;
   
    overflow: auto;
}
.fleecevwood {
    
    overflow: auto;
}
.gallery img {
    max-width: 30%;
}
.gallery {
    text-align: center;
    height: 50vh;
    overflow: auto;
}
.gallery-images {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}


@media (max-width: 768px) {

.cage {
  display: flex;
  flex-direction: column;
  align-items: center;
  height:60vh;/* centers children (the img) horizontally */
}

.cage img {
  max-width: 80%;
}

.otheritems {
  flex-direction: column;
}

.columns {
    flex-direction: column; /* stack columns vertically */
  }

.piggypoo {
  max-width: 50%;
  height: auto; /* remove float for better stacking */ /* remove right padding */
}
.holding {
  max-width: 50%;
}

  .nav-links li {
    width: auto;
    text-align: center; /* space between items */
  }
.imgcontainer {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}
    
  }
    
     @media (max-width: 600px) {
    .container {
    flex-direction: column;
    gap:0
    }  

header img {
transform: scale(1.4);
margin-bottom: 13px;
}

     }
 