/* Ensure the body and html take up the full height */
html, body {
    width: 100%;
    margin: 0px;
    padding: 0;
    padding: 0px;
    overflow-x: hidden;
    background-color: white;
    font-family: "cabin", sans-serif;
          }

          body {
            padding-top: 70px; /* Adjust this padding to the height of your navbar */
                }
        .section {
            height: 100vh; /* Full viewport height sections for demo */
            display: flex;
            align-items: center;
            justify-content: center;
        }
/* NAVIGATION BAR----------------------------------------------------------------------------------------*/

        .navbar-brand {
          display: flex;
          align-items: center; /* Vertically center content */
        }
    
        .navbar-brand img {
          max-height: 50px; /* Set a maximum height for the logo */
          margin-right: 10px; /* Space between the logo and the text */
        }
    
        .navbar-brand span {
          font-size: 1em; /* Font size for "LENSCAPE JUNKIE" */
          /* font-weight: bold; Bold text */
        }

        .navbar-nav .nav-item {
          margin-left: 0px; /* Adjust the spacing as needed */
          margin-right: 0px; /* Adjust the spacing as needed */
          padding-right: 50px;
      }

      .navbar-nav .nav-link {
        text-transform: uppercase; /* Make the text uppercase */
    }

/* LANDING PAGE----------------------------------------------------------------------------------------*/

    /* Container for the video */
    .video-holder {
        position: relative;
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }


    /* Video settings */
    .video-holder video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        height: auto;
        z-index: 1;
        transform: translate(-50%, -50%);
    }


/* PAGE 2----------------------------------------------------------------------------------------*/      
      
.page2 {
    width: 100%;
    /* height: 100vh; */
    overflow-x: hidden;
    background-color: white;
    margin: 0;
    padding: 0;
      }   

      .about {
        width: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden; /* hides both horizontal and vertical overflow */
      }      


      .bphoto {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0;
        overflow: hidden;
        width: 100%; /* Ensure the container takes up full width */
        height: 100%; /* Ensure the container takes up full height */
    }
    
    .bphoto img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        margin: 0; /* Remove any default margin */
        padding: 0; /* Remove any default padding */
        display: block; /* Prevent inline-block spacing issues */
    }
      
.blurb {
  padding: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  width: 100%;
  height: 100%; /* Ensure the blurb takes up full height of its parent */
  background-color: white;
  color: rgb(69, 69, 69); /* Replace -webkit-text-fill-color */
  line-height: 1.3;
  flex-direction: column; /* Ensure the children stack vertically */
}

.blurb h1 {
  font-size: 3em;
  line-height: 1;
  padding-bottom: 20px;
  text-align: left;
  align-self: baseline;
}

/* Adjust font size for smaller screens */
@media (max-width: 768px) {
  .blurb h1 {
    font-size: 2em; /* Decrease font size for smaller screens */
  }
}

@media (max-width: 480px) {
  .blurb h1 {
    font-size: 2em; /* Further decrease for very small screens */
  }
}


.fbox {
    height: 100%;
    width: 100%;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-text-fill-color: grey;
}

.container-fluid {
    overflow-x: hidden;
}

.hero2 {     
  background-size: cover;
  background-color: rgb(231, 231, 231);
  -webkit-text-fill-color: rgb(69, 69, 69);
  width: 100%;
  padding: 50px 10px;
  margin: 0;
}
    
.hero {     
  background-size: cover;
  background-color: rgb(231, 231, 231);
  -webkit-text-fill-color: rgb(69, 69, 69);
  width: 100%;
  padding: 50px 10px;
  margin: 0;
}

.her0 h2 {
  justify-content: center;
	
}

.hero .row {
  margin: 0; /* Reset margin for rows to use Bootstrap's gap */
  
}

.hero .col-lg-4, .col-lg {
  padding: 20px; /* Add padding inside columns for spacing */
  background: white; /* Example background color for better visibility */
  margin: 10px;
}

.hero .col-lg-6 {
  padding: 40px; /* Add padding inside columns for spacing */
  background: white; /* Example background color for better visibility */
  margin: 10px;
}

/* Optional: Adjust gap for larger viewports */
@media (min-width: 992px) {
  .hero .col {
      padding: 30px; /* Adjust padding for large screens */
  }
}

.tv {
    background-size: cover;
    background-color: rgb(231, 231, 231);
    width: 100%;
    padding: 0;
    margin: 0;   
}

.row {
  justify-content: center;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.col-lg-6 {
  padding: 0;
}

.col-lg-4 {
  padding: 0;
}

.col-md-4 {
  padding: 0;
}


.bx-bg {
  border-style: solid;
  border-color:  rgba(0, 0, 0, 0);
  border-width: 0.5px;
  border-radius: 10px;
  height: fit-content;
  padding: 15px 15px;
  margin: 0px 50px 0px 50px;
  color: rgba(0, 0, 0, 0.8);
  cursor: default;
  text-align: center;
  }

.bx-bg:hover {
  background-color: rgba(243, 207, 3, 0);
}

.bx-contact {
  border-style: solid;
  border-color: #ffc90e;
  border-width: 0.5px;
  border-radius: 10px;
  width: 292px;
  height: 260px;
  padding: 15px 15px 15px 15px;
  margin: 0px 10px 20px 10px;
  text-align: left;
  font-size: 90%;
}

.bx-contact:hover {
  background-color: #ffcb0e65;
}

.bx-send {
  background-color: transparent;
  border-style: solid;
  border-color: #ffffff;
  border-width: 3px;
  border-radius: 5px;
  height: fit-content;
  padding: 10px 50px;
  font-size: medium;
}

.bx-send:hover {
  background-color: rgba(243, 207, 3, 0.301);
  cursor:pointer;	
}

.bx {
  border-style: solid;
  border-color: #ffc90e;
  border-width: 0.5px;
  border-radius: 5px;
  height: fit-content;
  width: 610px;
  padding: 15px;
  margin: 30px 20px 50px 20px;
  font-size: 120%;	
}

.bx:hover {
    background-color: #ffcb0e65;
  }

  .bx2 {
    padding: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: xx-large;
}


/* <!--Gallery------------------------------------------------------------------------------------------------------------------------------> */

	.photo-grid {
	  display: flex;
	  flex-wrap: wrap;
	}
  
	.photo-grid .col-lg-4, .photo-grid .col-md-6, .photo-grid .col-sm-12 {
	  padding: 0;
	}
  
	.photo-grid img {
	  width: 100%;
	  height: auto;
	  display: block;
	  object-fit: cover;
    cursor: pointer;
	}
  
  .lightbox {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.9);
		justify-content: center;
		align-items: center;
		z-index: 1000;
    cursor: pointer; /* Change cursor to pointer */
	}

  .lightbox-content {
    cursor: default; /* Keep normal cursor for the image */
  }

	.lightbox.show {
		display: flex;
	}

	.arrow {
		color: white;
		font-size: 40px;
		cursor: pointer;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		user-select: none;
		padding: 10px;
	}

	.left-arrow {
		left: 10px;
	}

	.right-arrow {
		right: 10px;
	}

	#lightbox-img {
		max-width: 80%;
		max-height: 80%;
    padding-top: 5%;
    cursor: default;
	}

	img.photo {
		width: 100%;
		height: auto;
	}

/* CAROUSEL----------------------------------------------------------------------------------------*/

.carousel-item img {
  object-fit: cover;
  width: 25%;
  height: 500px; /* Adjust as needed */
}
.carousel-caption {
  bottom: 20px; /* Adjust caption position as needed */
}  

/* <!--About------------------------------------------------------------------------------------------------------------------------------> */

.circle-img {
  width: 50vw;
  max-width: 400px;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
}

.full-vh-container {
  height: 75vh;
  display: flex;
  align-items: center;
}

/* <!--Videos------------------------------------------------------------------------------------------------------------------------------> */

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* Aspect ratio: 16:9 */
  overflow: hidden;
  cursor: pointer;
}

.video-container img,
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image and video fill the container */
}

.video-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffc911;
  font-size: 1.2rem;
  transition: opacity 0.3s ease;
}

.video-container:hover .overlay {
  opacity: 1;
}



/* Smooth transition for fade-out */
.video-container img,
.video-container .overlay {
    transition: opacity 0.5s ease; /* 0.5 seconds fade-out effect */
}

/* Fade-out class */
.fade-out {
    opacity: 0.8; /* Fades out to fully transparent */
   

