* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
   }

body {
    font-family: "pridi", serif;
    background-color: #e7e7e7;
    margin: 0;
}

body, html {
height: 100%;
margin: 0;


}

.slideshow-container {
    position: relative;
    width: 100%;
    max-width: 100%; /* Set maximum width for slideshow */
    margin: auto;
    overflow: hidden;

    
}

.slides {
    width: 100%;
    display: flex;
    transition: transform 1s ease-in-out;
}

.slide {
    flex: 0 0 100%;
    max-width: 100%;
    transition: transform 1s ease-in-out;
}

.slide img {
    width: 100%; /* Ensure images fill their container */
    height: auto; /* Maintain aspect ratio */
    object-fit: cover; /* Scale images to cover container */
}

.biopic {

    width: 25%;
    height: auto;
    max-height: 400px;
    object-fit: cover;

}

/* Navigation arrows */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    cursor: pointer;
    color: white;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    z-index: 1;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

/* Thumbnails */
.thumbnails {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.thumbnail {
    margin: 0 5px;
    cursor: pointer;
}

.thumbnail img {
    width: 100px;
    height: auto;
    border: 2px solid transparent;
    transition: border-color 0.3s ease-in-out;
}

.thumbnail img:hover {
    border-color: #333;
}

.gallery {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.gallerys img {
    width: 250px;
    height: auto;
    cursor: pointer;
    margin: 0 10px;
    border: 2px solid transparent;
    transition: border-color 0.3s ease-in-out;

    transition: transform 0.25s;
    transform: scale(1);
}

.zoom:hover {
    transition: transform 0.4s;
    transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }


.container {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

header {
    background-color: #333;
    color: #fff;
    padding: 10px 0;
    text-align: left;
}

header h1 {
    margin-bottom: 10px;
}

nav ul {
    list-style-type: none;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
}

section {
    padding: 40px 0;
}

section h2 {
    margin-bottom: 20px;
}

.project {
    margin-bottom: 20px;
}

footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: bottom;
    bottom: 0;
    width: 100%;
    margin: 0%;
}

.title {
    font-family: "Abril Fatface", serif;
    font-weight: 20;
    cursor: pointer;


}


.bio {
    display: flex;
    flex-wrap: wrap;
}

.leftPadding {
    margin-left: 60px;
}

.abril-fatface-regular {
    font-family: "Abril Fatface", serif;
    font-style: normal;
  }

.name {
    font-family: "Abril Fatface", serif;
    font-weight: 100;
    font-style: normal;
    text-align: right;
    padding-top: 150px;
    padding-right: 10px;
    font-size: 400px;
    color: #101010;
    line-height: 0.7;
    color: white;

}

.bg {
background-image: url("IMG_0022-min.jpg");
height: 75%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;

}

.pridi-extralight {
    font-family: "Pridi", serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .pridi-light {
    font-family: "Pridi", serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .pridi-regular {
    font-family: "Pridi", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .pridi-medium {
    font-family: "Pridi", serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .pridi-semibold {
    font-family: "Pridi", serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .pridi-bold {
    font-family: "Pridi", serif;
    font-weight: 700;
    font-style: normal;
  }

  .arsenal-regular {
    font-family: "Arsenal", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .arsenal-bold {
    font-family: "Arsenal", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
.arsenal-regular-italic {
    font-family: "Arsenal", sans-serif;
    font-weight: 400;
    font-style: italic;
}
  
.arsenal-bold-italic {
    font-family: "Arsenal", sans-serif;
    font-weight: 700;
    font-style: italic;
}
  
.button {
    top: auto;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 50px;
}

.gallerytitle {
    padding: 20px;
    text-align:center;
    font-size: 200px;
  }

.textTransition {
    color: white;
    transition: color 0.5s ease;
}

.textTransition:hover {
    color: teal;
}

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Adjust the gap between images */
    max-width: 100%; /* Adjust the max width as needed */
    justify-content: center;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.gallery-container img {
    width: 700px; /* Adjust the width as needed */
    height: auto;
    border: 2px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.gallery-container img:hover {
    transform: scale(1.05);
    border-color: #777;
}

.nature-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Adjust the gap between images */
    max-width: 100%; /* Adjust the max width as needed */
    justify-content: center;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.nature-container img {
    width: auto; /* Adjust the width as needed */
    height: 700px;
    border: 2px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.nature-container img:hover {
    transform: scale(1.05);
    border-color: #777;
}
