

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;

}

#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: 88%;
  height: 1000px;
  
  background-image: url('images/backgrounds/bubbles.gif');
  
}
  

.allColumns {
  display:inline-block;
  text-align: center;
  width: 20%;
  margin: 1%;
  justify-content: center;
  align-items: center;
   color: #ff0000
  
  
}

.row1 {
  padding-top: 35px;
   text-align: center;
}

.row2 {
   text-align: center;
}

.row3 {
   text-align: center;
}


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

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

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

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

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

}

.artisticon{
  width: 29px;
  height: auto;
 
}
