
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  height: 100vh;
  cursor: url(images/cursor/cursor.png) 3 3, cell;
}
 
.cousine-regular {
    font-family: "Cousine", monospace;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -1px;
    }
    .cousine-italics {
      font-family: "Cousine", monospace;
      font-weight: 400;
      font-style: italic;
      letter-spacing: -1px;
      }
      
.text {
    padding-left: 60px;
    padding-right: 60px;
}
.heading {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "width" 100;
  font-size: 70px;
  color: #ff7cb9;
  -webkit-text-stroke: 1.5px black;
  float: left;
  margin-top: -50px;
  width: 460px;
  height: 120px;

}
.navigation {
    margin-top: 20px;
    float: right;
    width: 300px;
    height: 120px;}
.navigation a {
    color: rgb(0, 0, 0);
    text-decoration: none;
  }
  
.navigation a:hover {
    background-color: rgb(0, 0, 0);
    color: rgb(166, 255, 0); 
    font-family: "Schoolbell", cursive;
  font-weight: 400;
  font-style: normal;
  cursor: url(images/cursor/cursor2.png) 3 3, cell;
  }
#works, #about, #contact, #selling{
    font-size: 25px;
    border: 1px solid black;
    text-align: center;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 35px;
    background: #ff7cb9;
    margin: 3px;
    float: right;
    
}


hr {
    border: none;
  height: 1.5px;
  color: #000000;
  background-color: #000000;
  width: 100%;
  }


.welcome {
    font-size: 25px;
    margin: 50px;
}
.PINKTEXT {
    color: #ff7cb9;
}


.homeimg {
    max-width: 45%;
    float: right;
   padding-right: 5%;
   padding-bottom: 5%;
   margin-top: -1%;
}
.homePF{
    max-width: 20%;
    float: left;
    padding-left: 5%;
    margin-top: -5%;}
.subhead{
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "width" 100;
  font-size: 40px;
  color: #ff7cb9;
  padding-left: 60px;
  height: 50px;  
  margin-top: -30px;
  
}
.WhatsOn{
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 1000;
  font-style: normal;
  font-variation-settings: "width" 100;
  font-size: 70px;
  color:#ff7cb9;
  text-align:center;
  

}
@keyframes changecolor {
  0% { color: #ff7cb9; }
  50% { color: #01ec0d; }
}
.colorchange {
  animation: changecolor 5s steps(1, end) infinite;
}

.men {
  text-align: center;
  font-size: 300px;
 
}
.men a{
    color:black;
    text-decoration: none;
}
.men a:hover{
  color: blue; 
  font-family: "Rubik Mono One", monospace;
  font-weight: 400;
  font-style: normal;
cursor: url(images/cursor/cursor2.png) 3 3, cell;

}

.coverimages {
    display: flex;
    flex-wrap: wrap;            /* Allow images to wrap to the next row */
    justify-content: center;    /* Center the images horizontally */
    gap: 20px;                  /* Add some space between the images */
    width: 100%;               /* Make sure the container takes full width */
    margin-top: 30px;
    margin-bottom: 30px;
    
}


.coverpic {
  width:100%;                
  max-width: 700px; 
  height: auto;             /* Optional: Set a max width for the images */
  transition: opacity 0.3s ease;    /* Smooth opacity transition */
}


.coverlink {
  position: relative;
  display: inline-block;
}


.title {
  position: absolute;
  bottom: 10%;                     /* Position the title at the bottom of the image */
  left: 0;
  right: 0;
  color: rgb(0, 0, 0);
  background-color: #ff7cb9;
  text-align: center;
  max-width: 300px;
  padding: 10px;
  font-size: 18px;
  font-style: italic;
  opacity: 0;                       /* Hide the title initially */
  transition: opacity 0.3s ease;    /* Smooth transition for the title */
  border-radius: 30px;

}


.coverlink:hover .coverpic {
  opacity: 0.3;                     /* Reduce image opacity on hover */
  cursor: url(images/cursor/cursor2.png) 3 3, cell;
}

.coverlink:hover .title {
  opacity: 1;                       /* Make the title visible on hover */
  cursor: url(images/cursor/cursor2.png) 3 3, cell;
}
.About {
    display: flex;
    flex-wrap: wrap;            /* Allow wrapping on small screens */
    justify-content: space-between; /* Distribute space between columns */
    align-items: center;        /* Vertically align text and image */
    width: 100%;                /* Full width container */
    gap: 20px;                  /* Space between text and image */
    margin: 0 auto; 
           
}

.abouttext {
    width: 39%;                 /* Text column takes up 45% of the container */
    max-width: 700px; 
    padding-top: -30px;   
    margin-left: 50px;
}


#artistname {
    font-family: "Fredoka", sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #ff7cb9;
    display: inline;              /* Make sure it flows inline with the rest of the paragraph */
    margin-right: 5px;            /* Small space between the name and the following text */
}

#artisttext {
    font-size: 25px;
    padding-left: 50px;         /* Adjust padding for better spacing */
    padding-right: 10px;
}

.artistimg {
    width: 39%;   
    padding-top: 50px;    
    margin-right: 50px;
}

.artistimg img {
    width: 90%;                /* Ensure the image takes the full width of its container */
    height: auto;            /* Maintain aspect ratio */
    
}
.exhibitions {
  width: 100%;                 /* Text column takes up 45% of the container */
  max-width: 700px; 
  padding-top: -30px;   
  margin-left: 70px;
  font-size: 15px;
  padding-left: 50px;         /* Adjust padding for better spacing */
  padding-right: 10px;
  font-style: italic;
  padding-bottom: 100px;
}
#exhibitiontitle {
  margin-left: -20px;
  font-style: normal;
}
#instagram, #email{
    font-size: 25px;
    border: 1px solid black;
    text-align: center;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 35px;
    background: #ff7cb9;
    margin: 3px;
    float: left;
}
.contactnav {
    margin-top: 20px;
    width: 240px;
    height: 120px;
    padding-left: 70%;

}
.contactnav a {
    color: rgb(0, 0, 0);
    text-decoration: none;
  }
  
.contactnav a:hover {
    background-color: rgb(0, 0, 0);
    color: rgb(166, 255, 0);
    font-family: "Schoolbell", cursive;
    font-weight: 400;
    font-style: normal;
    cursor: url(images/cursor/cursor2.png) 3 3, cell;
  }


.contact{
    display: flex;
    flex-wrap: wrap;            /* Allow wrapping on small screens */
    justify-content: space-between; /* Distribute space between columns */
    align-items: center;        /* Vertically align text and image */
    width: 100%;                /* Full width container */
    gap: 20px;                  /* Space between text and image */
    margin: 0 auto; 

}
.contact {
    display: flex;                     
    justify-content: space-between;    
    align-items: center;              
    gap: 20px;                        
    width: 100%;                      
    margin: 0 auto;                    
  }
  
  /* Left column setup */
  .contact-left {
    width: 48%;                       
    display: flex;
    flex-direction: column;
    gap: 20px;                         
  }
  
  
  .contactrightdiv {
    width: 48%;                       
  }
  
  
  .contactimg img, .contactright {
    width: 100%;                      
    height: auto;                     
  }
  .contactflower {
    max-width: 30%;
    padding-left: 20%;
    padding-top: 10%;

  }
  .contactman {
    max-width: 80%;
    margin-top: -10%;
  }
  #popup-overlay #regpopup-overlay {
    position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(125, 125, 125, 0.096);
            z-index: 999;
            display: none;
  }
  #popup, #regpopup{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 400px;
    background: rgb(255, 255, 255);
    border: 1px solid black;
    padding: 5px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 8px;
    z-index: 1000;
    display: none;
    font-family: "Cousine", monospace;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -1px;
}
#popup button, #regpopup button {
  font-family: "Cousine", monospace;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -1px;font-size: 25px;
  color: #000000;
  border: 1px solid black;
  text-align: center;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 35px;
  background: #ff7cb9;
  margin: 3px;
  

}
#popup button a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

#popup button a:hover {
  background-color: rgb(0, 0, 0);
  color: rgb(166, 255, 0);
  font-family: "Schoolbell", cursive;
  font-weight: 400;
  font-style: normal;
  cursor: url(images/cursor/cursor2.png) 3 3, cell;
}
#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff7cb9;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1000; 
  visibility: visible; 
  opacity: 1; 
  transition: visibility 0s 2s, opacity 2s ease-out; 
}

.loader {
  border: 8px solid white; 
  border-top: 8px solid #7cf99b; 
  border-radius: 50%;
  width: 80px;
  height: 50px;
  animation: spin 2s linear infinite;
  
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


@media only screen and (max-width: 840px) {
    .heading {
        font-size: 55px;
        width: 200px;
        margin-top: -40px;

    }
    .text {
        padding-left: 25px;
        padding-right: 25px;
    }
    .welcome {
        font-size: 18px;
        margin: 20px;
    }
    #works, #about, #contact, #selling {
        font-size:18px;
        border: 1px solid black;
        text-align: center;
        background: #ff7cb9;
        margin: 3;
        padding: 3px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .navigation {
        margin-top: 12.5px;
        float: right;
        width: 100px;
        height: 150px;
    }
    .homeimg {
        max-width: 90%;
       padding: 2%;
   
    }
    .homePF{
        max-width: 25%;
        margin-top: -20%;
        padding:10% ;}
    .subhead{
        font-size: 30px;
        color: #ff7cb9;
       height: 30px;
       padding-left: 15px; 
    }
    .coverpic {
        width:100%;                 /* Each image will take 45% of the row */
        max-width: 700px; 
        height: auto;             /* Optional: Set a max width for the images */
        margin-top: 10%;
    }
    .coverlink {
      width: 90%;                  /* Set the images to take up most of the width */
      max-width: none;              /* Remove max-width constraint */
    }
    .title {
      bottom: 85%;              /* Position the title at the bottom of the image */
      left: 0;
      right: 0;
      color: rgb(0, 0, 0);
      background-color: #ff7cb9;
      text-align: center;
      max-width: 300px;
      padding: 10px;
      font-size: 18px;
      opacity: 1;
    }
    
    .abouttext{
        width: 90%;  
        margin: 20px;    
        
    }    
    #artistname {
        font-size: 30px;
        margin-right: 1px; 
       
    }
    
    #artisttext{
        font-size: 18px;
        padding-left: 25px;
        padding-right: 25px
      
    }
    .exhibitions {
      font-size: 12px;
      width: 100%;           
      max-width: 400px; 
      padding-bottom: 50px;

    }
    
    .artistimg {
        width: 70%;   
       margin-top: -40px;
       padding-left: 35px;
       padding-right: 30px;
    }
    
    .artistimg img {
        width: 100%;                /* Ensure the image takes the full width of its container */
        height: auto;            /* Maintain aspect ratio */
    }
    #instagram, #email{
        font-size:18px;
        border: 1px solid black;
        text-align: center;
        background: #ff7cb9;
        margin: 3;
        padding: 5px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact {
        flex-direction: column;          /* Stack the columns vertically on smaller screens */
        align-items: center;             /* Center align the content */
      }
    
      .contact-left, .contactrightdiv {
        width: 100%;                     /* Full width for both columns */
      }
    
      .contactnav {
        text-align: center; 
        width: 200px;
        height: 120px;
        padding-left: 50%;
  
      }
      .contactflower {
        max-width:15%;
      }
      .contactman {
        margin-top: -15%;
      }
      .contactright {
        margin-top: -15%;
        float: right;
      }
      .men{
        font-size: 100px;
      }
      .WhatsOn{
        font-size: 50px;}

    
      
}
