

body{
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-image: url('images/paper.gif');
}


.headercontainer{
  width: 95%;
  height: auto;
  margin: auto;
  text-align: center;

} 

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

}

#banner {
    width: 500px;
    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%;
  height: 100%;
  

  
}
  

#padded {
  padding-bottom: 30px;
}
#chris {
  width: 83px;
}


.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;

}

.aboutus{
  width: 247px;
}

.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: -698px;  /* negative value to move outside container */
  left: 23px;    /* negative value to move outside container */
  width: 217px;
  height: auto;
  z-index: 10;
}

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

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

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

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

}

#creds {
  font-size: 10px;
}
