body{
  font-family: sans-serif;
  background-color: #f7f7f7;
  margin: 0;
  color: #1c1a16ff;
  transition: background-color 0.3s, color 0.3s; /* Smooth transition */
}

.payhip-buy-button {
    align-items: center;
    text-align: center;
}

#color-banner {
  background-image: url('images/banner.svg');
  background-size: cover; /* Optional, but recommended for control */
  position: fixed;
  top: 200px;
  
  justify-content: space-around;
  z-index:-20;
}

#iconic{
   position: sticky;
   width: 10vw;
   z-index: 5;
  left: 10px;
  top: 7px;
  filter: contrast(120%);
}


.site-wrapper{
  display: flex;
  flex-direction: column; 
  min-height: 100vh; 
}

  .sideways{
  color: black;
  transform: rotate(90deg);
  margin-left: -70px;
  margin-top: 145px;
  position: fixed;
  z-index: -1;
  font-size: 25px;
}




button:hover{
  background-color: darkblue;
  transform: scale(0.9);
}

.favicon{
  fill: white;
}
  

#header{
  z-index: 2;
  position: fixed;
  top: -1px;
  width: 100vw;
  height: 30px;
  padding: 5px 4px 11px 8px;
  text-align: center;
  display: flex;
  background-color: rgba(255,255,255, 0.85);
  justify-content: space-around;
}

.links:visited{
  color: black;
  text-decoration: none;
  background-color: #ffce47;
}
.links{
  text-decoration: none;
  padding: 10px;
  margin-bottom: -6px;
  color: black;
  text-transform: uppercase;
}

.links:hover{
  color: white;
  background-color: black;
  text-decoration: none;
  text-transform: uppercase;
}

#h2-1{
  padding-top: 30px;
  text-align: center;
  font-size: 40px;
    font-family: Roboto;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #1c1a16ff; 
}



#paragraph{
  width: 70vw;
  margin: auto;
  text-align: center;
  padding-top: 20px;
}


#sculpture{
  padding: 10px;
}
#Graphic{
  padding: 10px;
}
#Film{
  padding: 10px;
}
#About{
  padding: 10px;
}



hr {
 width: 20vw;
  margin-top: 20px;
  border: dashed black 3px;
}

.small-hr {
  width: 90px;
  border: solid blue;
  background-color: blue;
}



.gallery a img {
  width: 90%;
  max-width: 250px;
  height: 240px;
  padding: 10px;
  object-fit: cover;
  padding-top: 40px;
  margin: auto;
  border-radius: 10px;
}


#gallery-container {
  width: 90vw;
  margin: auto;
}


a img:not(#iconic):hover {
  transform: scale(107%);
  border-radius: 10px;
}


.gallery{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 10px;

}

#video{
  display: flex;
  margin: auto;
  width: 63%;
  aspect-ratio: 16 / 9;
  margin-top: 40px;
  max-width: 80vw;
}

.container{
  margin: 40px;
  width: 95%;
}


#about-text{
 padding: 10px;
 text-align: left;
 margin: auto;
 width: 80vw;
}

footer{
  font-size: 12px;
  font-family: monospace;
  text-align: center;
  margin-bottom: 20px;
}

#about-link{
   text-decoration: none;
   color: black;
}



/*MOBILE STYLING-----------------------------------------------*/




@media (prefers-reduced-motion: no-preference) {
  * {
    scroll-behavior: smooth;
  }
}


@media (max-width: 376px){
  #iconic{
   display: none;
}
}


@media (max-width: 376px){
  #video{
  display: flex;
  margin: auto;
  width: auto;
  aspect-ratio: 16 / 9;
  margin-top: 40px;
  border: solid black 2px;
  padding: 3px;
  max-width: 90vw;
}
}

@media (max-width: 376px){
 #h2-1{
  padding-top: 8vh;
  font-size: 30px;
}
}


@media (max-width: 376px){
  .gallery a img:not(#portrait){
  width: 100%;
  max-width: 140px;
  height: 140px;
  padding: 5px;
  object-fit: cover;
  padding-top: 40px;
  margin-left: 8px;
}
  }


/*
@media (max-width: 376px){
  .gallery a img:not(#portrait){
  width: 100%;
  max-width: 130px;
  height: 130px;
  padding: 9px;
  object-fit: cover;
  padding-top: 40px;
  margin-left: 10px;
}
  }

*/


