@charset "utf-8";

body {
            background-color: NONE;
            margin: 0;
            overflow-x: hidden;
        }
        h1 {
            color: #231942;
            text-align: center;
			font-size: 48px; 
        }
        header {
            display: flex;
			text-align: center;
            justify-content: space-between;
            padding: 10px 20px;
            color: #231942;
			font-size: 48px; 
        }


#box1 {
   font-size: 96px; 
  color: #231942;
  display: flex;  
	margin-top: 25px; 
  align-items: center;
  justify-content: center;
  text-align: center; 
 text-decoration: bold; 
  background: none; 
}

/* Grid Container */
.grid-container {
  display: grid;  
  grid-template-columns: repeat(30, 1fr);  
  grid-auto-rows: 300px;  
  gap: 20px;  
  margin: 50px;
}

/* General Grid Item */
.grid-item {
  display: flex;  
  align-items: center;  
  justify-content: center;  
  color: white;
  font-size: 24px;
}

/* Row 1 */
.item1 {
  grid-row: 1 / span 1;
  grid-column: 1 / span 10;
  background-image: url('../images/_MG_8710c.jpg'); /* Corrected path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.item2 {
  grid-row: 1 / span 1; 
  grid-column: 11 / span 10;
	background-image: url('../images/_MG_8665 - Copy.jpg');
	background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.item3 {
  grid-row: 1 / span 1;  
  grid-column: 21 / span 10;
	background-image: url('../images/_MG_8576 - 1024.jpg');
	background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*ROW TWO*/
.item4 {
  grid-row: 2 / span 2;  
  grid-column: 1 / span 10;
	background-image: url('../images/_MG_8995 - Copy.jpg');
	background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.item5 {
  grid-row: 2 / span 2; 
  grid-column: 11 / span 10;
	background-image: url('../images/_MG_9018 - Copy.jpg');
	background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.item6 {
  grid-row: 2 / span 1;  
  grid-column: 21 / span 10;
	background-image: url('../images/project 3 image 4 copy - 1024.jpg');
	background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.item7 {
  grid-row: 3 / span 1;  
  grid-column: 21 / span 10;
	background-image: url('../images/project 3 image 5 copy - 1024.jpg');
	background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*ROW THREE*/

.item8 {
  grid-row: 4 / span 1;  
  grid-column: 1 / span 10;
	background-image: url('../images/project 3 image 2 copy 1024.jpg');
	background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.item9 {
  grid-row: 5 / span 1;  
  grid-column: 1 / span 10;
	background-image: url('../images/project 3 image 1 1024.jpg');
	background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.item10 {
  grid-row: 4 / span 2;  
  grid-column: 11 / span 10;
	background-image: url('../images/_MG_8921 - Copy.jpg');
	background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.item11 {
  grid-row: 4 / span 2;  
  grid-column: 21 / span 10;
	background-image: url('../images/_MG_9023 - Copy.jpg');
	background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*ROW FOUR*/

.item12 {
  grid-row: 6 / span 1;  
  grid-column: 2 / span 13;
	background-image: url('../images/_MG_9004 - Copy.jpg');
	background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.item13 {
  grid-row: 6 / span 1;  
  grid-column: 17 / span 13;
	background-image: url('../images/_MG_9011 - Copy.jpg');
	background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*ROW FIVE*/

.item14 {
  grid-row: 7 / span 2;  
  grid-column: 1 / span 10;
	background-image: url('../images/_MG_8985 - Copy.jpg');
	background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.item15 {
  grid-row: 7 / span 2;  
  grid-column: 11 / span 10;
	background-image: url('../images/_MG_9044 - Copy.jpg');
	background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.item16 {
  grid-row: 7 / span 1;  
  grid-column: 21 / span 10;
	background-image: url('../images/project 3 image 3 copy - 1024.jpg');
	background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*ROW SIX*/
.item17 {
  grid-row: 9 / span 1;  
  grid-column: 2 / span 13;
	background-image: url('../images/_MG_8793 - Copy.jpg');
	background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.item18 {
  grid-row: 9 / span 1;  
  grid-column: 17 / span 13;
	background-image: url('../images/_MG_8826 - Copy.jpg');
	background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Lightbox Modal */
.lightbox {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.lightbox-content {
  width: 80%;  /* Adjust width for the image */
  height: 80%; /* Adjust height for the image */
  max-width: 90%;  /* Restrict maximum width */
  max-height: 90%; /* Restrict maximum height */
  background-size: contain; 
  background-position: center;
  background-repeat: no-repeat;
}


/* Close Button */
.close {
  position: absolute;
  top: 20px;
  right: 40px;
  color: white;
  font-size: 70px;
  cursor: pointer;
}

.menu-container {
            position: relative;
        }
        .menu-button {
            background: none;
            color: #231942;
            border: #231942;
            padding: 10px 15px;
            cursor: pointer;
            font-size: 16px;
            border-radius: 5px;
			margin-left: 35px; 
			font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
        }
        .dropdown-menu {
            display: none;
            position: absolute;
            background: #FFFFFF;
            border-radius: 5px;
			text-decoration: none;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            list-style: none;
            padding: 10px 0;
            min-width: 150px;
        }

        .dropdown-menu a {
            color: black;
  			padding: 12px 16px;
  			text-decoration: none;
  			display: block;
			font-size: 15px; 
        }
        .dropdown-menu a:hover {
            background: #F0F0F0;
			text-decoration: none; 
        }
        .menu-container:hover .dropdown-menu {
            display: block;
        }
.logo {
    font-size: 18px;
    color: #231942;
}
