

body{
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;

  background-image: url('images/paper.gif');
}
           p{
             font-size: 16px;}
.headercontainer{
  width: 95%;
  height: 245px;
  margin: auto;
  text-align: center;

}

header {
  padding-top: 37px;
  padding-bottom: -5px;
  text-align: center;

}

.construction {
text-align: center;
  
}
#banner {
    width: 318px;
    height: auto;
  }


.insta-icon {
  position: absolute;
  top: 20px;
  right: 20px;
}

.insta-icon img {
  margin-top: 20%;
  margin-right: 20%;
  width: 74px;  
  height: auto;
}

.cont{
  padding: 1%;
  margin: auto;
  width: 67%;

  background-color: white;
  background-image: url('images/backgrounds/skywal1.gif');
}
  


.topnav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 23px; /* spacing between images */
  padding-bottom: 13px;
  text-align: center;
  overflow: hidden;

}

.topnav a {
  display: flex;
  text-align: center;
  padding: -8px 5px;
  text-decoration: none;
  width: 186px;
  height: auto;

}



.nav-icon {
  width: 98%;
  height: 118px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: background-image 0.1s ease-in-out;
}


.store-icon {
  background-image: url("/images/navbar/shop.png");
}

.store-icon:hover {
  background-image: url("images/navbar/shop2.png");
}

a.active .store-icon{
  background-image: url("images/navbar/shop2.png"); 
}

.mag-icon {
  background-image: url("images/navbar/magazine.png");

}
.mag-icon:hover {
  background-image: url("images/navbar/magazine2.png");
}

a.active .mag-icon{
  background-image: url("images/navbar/magazine2.png"); 
}


.artists-icon {
  background-image: url("images/navbar/artists.png");
}
.artists-icon:hover {
  background-image: url("images/navbar/artists2.png");
}
a.active .artists-icon {
  background-image: url("images/navbar/artists2.png"); 
}


.about-icon {
  background-image: url("images/navbar/about.png");
    }
.about-icon:hover {
  background-image: url("images/navbar/about2.png");
}
a.active .about-icon {
  background-image: url("images/navbar/about2.png"); 
}


.corner-img {
  position: absolute;
  bottom: -250px;  /* negative value to move outside container */
  left: 14px;    /* negative value to move outside container */
  width: 254px;
  height: auto;
  z-index: 10;
  opacity: 70%;
}

.corner-img1 {
  position: absolute;
  bottom: -343px;  /* negative value to move outside container */
  right: 38px;    /* negative value to move outside container */
  width: 87px;
  height: auto;
  z-index: 10;
  opacity: 70%;
  
}

.footer {
  padding: 20px;
  text-align: center;
}

.blinkie {
  width: 150px;
  height: auto;
}

.bottom8831{
  padding-left: 20px;
  padding-right: 20px;

}

.zine img{
  width: 15px;
  height: 10px;
}

.zodiac {
  background-color: red;
  color: yellow ;
  
  margin: 0;
}

.description{
  margin-top: 4px;
  font-size: 13px;
  
}
.masonry_grid{
  columns: 3;
  gap: .8vw;
}

.masonry_grid2{
  columns: 2;
  gap: 0.6vw;
}



.masonry_grid3{
  columns: 6;
  gap: .8vw;
}
.item{
  margin-bottom: .5vw;
  overflow: hidden;
}

.item img{
  width: 100%
}
.item img{
 box-shadow: 39px 0 5px yellow;
}
/* Lightbox */
#lightbox{
   position: fixed;
   z-index:100;
   top:0;
   width: 100%;
   height: 100%;
   background-color: rgba(0,0,0,.8);
   display:none;
}

#lightbox.active{
   display: flex;
   justify-content: center;
   align-items: center;
}

#lightbox img{
   max-width:90%;
   max-height:80%;
   padding:4px;
   background-color: black;
   border:4px solid var(--font-color);
}