@charset "UTF-8";
/* CSS Document */


body, html {
  height: 100%;
  margin: 0;
  padding-top: 70px; /* adjust this to match your navbar height */
}

/* Navbar links - light theme */
.navbar-light .navbar-nav .nav-link {
  color: #777; /* link color */
}

/* Navbar links - dark theme */
.navbar-dark .navbar-nav .nav-link {
  color: grey; 
}

/* Navbar link hover - light theme */
.navbar-light .navbar-nav .nav-link:hover {
  color: #FFF718; 
}

/* Navbar link hover - any navbar */
.navbar .navbar-nav .nav-link:hover {
  color: #00FF0A; 
}

/* Navbar toggler (hamburger menu) */
.navbar-dark .navbar-toggler-icon {
  background-color: transparent; 
}
.navbar-toggler {
  border: none; 
}

/* Navbar brand/logo */
.navbar-brand, .navbar-logo {
  color: #333 !important;
  font-size: 1.5rem;
  letter-spacing: 1.3px;
	padding-left: 10px;
}

/* Remove default container spacing for navbar */
.container-fluid, .container-fluid-home {
  margin-top: 0;
  margin-bottom: 0;
}

/* Fullscreen container for home section */
.container-fluid-home {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

/* Fixed top navbar */
/* Fixed top navbar with background blur */
.navbar {
  position: fixed;   /* Stick to top */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;    /* Above all content */
  background-color: rgba(255, 255, 255, 0.9) !important; /* Semi-transparent */
  backdrop-filter: blur(10px); /* Blur background behind navbar */
  -webkit-backdrop-filter: blur(10px); /* Safari support */
  border: none !important;
  box-shadow: none !important;
  margin: 0;         /* Remove margins */
}



.text-left { 
	font-size: 10px;
  	color: grey;

    text-align: center;
	padding-top: 10px;
}

        /* Custom CSS for adding margin around the images */
        .custom-margin {
  margin-left: 0px;
  margin-right: 0px;        }

/* Reset some default margin and padding */
body, h1, h2, h3, p, ul, li {
	margin: 0 ; /* 20px margin on the left and right */
    padding: 0;
	background-repeat: no-repeat;
}

/* Style for the main content */
main {
    padding: 0px;
    max-width: 1600px; /* Adjust as needed */
    margin: 0 auto;
    position: relative;
    z-index: 2; /* Ensure the content appears above the background image */
}

/* Additional styling for your content */
h1 {
    font-size: 12px;
    margin-bottom: 20px;
    /* Add more styling as needed */
}


a:link {
  color: #333;
  background-color: transparent; 
  text-decoration: none;
	
}

/* Position the footer at the bottom */
footer-dark {
    background-color: transparent; /* Add a semi-transparent background color */
	font-size: 9px;
    text-align: left;
	color: grey;
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 3; /* Ensure the footer appears above the background image */
	
}



.footer-light {
  margin-top: 10px;   /* space above footer */
  font-size: 9px;
  color: #666;
  text-align: center;   /* aligned left under grid */
	padding-bottom: 10px;
}








        .resume {
            max-width: 800px;
            background-color: #fff;
            padding: 20px;
            text-align: left;
        }

        .resume h1 {
            font-size: 12px;
            margin: 0;
            color: grey;
			font-weight: bold;
        }

        .resume h2 {
            font-size: 12px;
            line-height: 1.4;
            color: #555;
            margin-top: 10px;
			font-weight: bold;
        }

        .resume p {
            font-size: 12px;
            line-height: 1.4;
            color: #555;
        }

        .resume ul {
            list-style-type: disc;
            list-style-position: outside; /* Keep the bullets outside the list items */
            list-style-size: 12px; /* Smaller bullet size */
            line-height: 1.4;
            color: #555;
            margin: 0;
            padding: 0 0 0 20px;
            font-size: 12px; /* Set bullet size to 14px */
			
        }

        .resume .section {
            margin: 20px 0;
        }

        .resize-handle {
            width: 8px;
            height: 8px;
            background: #007bff;
            position: absolute;
            bottom: 5px;
            right: 5px;
            cursor: nwse-resize;
        }

        .resizable {
            position: relative;
        }


        .book-title p {
            font-size: 12px;
            line-height: 1.4;
            color: #333;
        }

        .book-list ul {
            list-style-type: none;
            list-style-position: outside; /* Keep the bullets outside the list items */
            list-style-size: 12px; /* Smaller bullet size */
            line-height: 1.4;
            margin: 0;
            padding: 0 0 0 20px;
            font-size: 12px; /* Set bullet size to 14px */
			
        }

        .italic {
            font-style: italic;
        }


.book-title {
    font-weight: bold;
	bullets: none;
}

.author {list-style-type: none;
}



.image-container img {
    margin-bottom: 10px;
}
  
.image-container .title {
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    color: #555; /* Set the text color for the links */
}




.image-container{
margin-bottom: 20px;

  position:relative;
  display:inline-block;
	
}
.image-container .overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgb(255,255,255,0.8);
  opacity:0;
  transition:opacity 500ms ease-in-out;
}
.image-container:hover .overlay{
  opacity:1;
}
.overlay span{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  color:#333;
}

.overlay-wide span{
  position:absolute;
  top:20%;
  left:20%;
  transform:translate(-20%,-20%);
  color:#333;
}

.text-overlay {
  display: none;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
}



/* Basic styling for the buttons */


/* Container for buttons */
.btn-container {
     display: flex;
     justify-content: space-between;
     margin: 0px;
}

.section-green {
	color: chartreuse}


.image-container {
    position: relative;
    display: inline-block;
}

.expanded-image {
    width: 100%;
    height: auto;
}

.caption {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 16px;
    padding: 5px;
}

@media (max-width: 576px) {
  .slider-caption {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;   /* optional smaller font */
    max-width: 100%;
  }
}



/* Slider */
/* Slider */



/* Slider Wrapper */
/* Slider Wrapper */
/* Slider Wrapper */
/* Slider Wrapper */
.slider-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1050;
  padding: 20px;
  overflow: auto;
  background-color: rgba(255, 255, 255, 1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Slider Content */
.slider-content {
  display: flex;
  align-items: flex-end; /* bottom-align caption with image */
  max-width: 100%;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
}

.slider-image {
  max-width: 100%;
  height: auto;
  display: block;
}

.slider-caption {
  color: #333;
  font-size: 11px;
  font-weight: 400;
  max-width: 100px;
  text-align: left;
  word-wrap: break-word;
  line-height: 1.2;
  align-self: flex-end;  /* bottom of image */
  margin-left: 0;
}

/* Navigation Arrows */
/* Navigation Arrows – auto-contrast */
/* Container for hit area */
.nav-arrow {
  position: absolute;
  top: 50%;
  width: 50px;         /* bigger hit area */
  height: 80px;        /* bigger hit area */
  cursor: pointer;
  z-index: 1100;
  background: transparent;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Arrow shape itself */
.nav-arrow::before {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 1px solid grey;
  border-right: 1px solid grey;
  transition: border-color 0.2s;
  mix-blend-mode: difference;  /* auto inverts on background */
}

/* Left and right positioning */
.nav-arrow.left  { left: 30px; }
.nav-arrow.left::before  { transform: rotate(-135deg); }

.nav-arrow.right { right: 30px; }
.nav-arrow.right::before { transform: rotate(45deg); }

/* Hover effect (arrow itself, not whole box) */
.nav-arrow:hover::before {
  border-color: #333;
}





/* Close Button */
.close-slider {
  position: absolute;
  top: 55px;
  right: 25px;
  font-size: 30px;
  font-weight: 25;
  color: #999;
  cursor: pointer;
  z-index: 1100;
  transition: color 0.2s;
}
.close-slider:hover { color: #333; }

/* Gallery thumbnails */
.thumbnail-container {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 5px; /* matches caption padding */
  gap: 10px;
  z-index: 1100;
}

.thumbnail {
  width: 100px;
  height: 100px;
  object-fit: cover;
  cursor: pointer;
  border: 0 solid #fff;
  transition: border-color 0.2s, transform 0.2s;
}
.thumbnail:hover { border-color: #00ff00; transform: scale(1.05); }

/* Responsive: move caption + thumbnails below image */
@media (max-width: 1200px) {
  .slider-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .slider-caption {
    position: static;
    margin-top: 10px;
    margin-bottom: 5px;
    max-width: 100%;
    align-self: flex-start;
  }

  .thumbnail-container {
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 10px 0;
    position: static;
  }

  .thumbnail {
    width: 70px;
    height: 70px;
  }
}

/* Smallest screens */
@media (max-width: 576px) {
  .slider-caption {
    font-size: 12px; /* optional smaller font */
    white-space: nowrap; /* one line */
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .thumbnail {
    width: 50px;
    height: 50px;
  }
}


/* Prevent dragging images to desktop */
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  pointer-events: auto; /* keeps links + accessibility intact */
}



/* Add more styling as needed */

/* Add more styling as needed */

/* Add more styles as needed */



