/* General styles */
body {
    margin: 0;
    padding: 0;
    background-color: #000000;
    color: #fff;
}


.about_page_container {
    padding: 0;
    background-color: #000;
    color: #fff;
	max-width: 1920px;
	margin: 0px auto 0px auto;
		
	
	}

header {
    background-color: #333;
    color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: fixed;
    width: 100%;
    z-index: 1000;
}

main {
    margin: 0; /* Adjust based on header height */
    padding: 0;
}


/* Hero Section */
.hero {
    position: relative;
    width: 100%;
    overflow: hidden;
	padding-bottom: 50px;
}

.hero img {
    width: 100%;
    max-width: 2500px;
    height: auto;
}







/* Photo Gallery Section */
.photo-gallery {
    margin-top: 40px;
    padding: 0 20px;
}

.photo-gallery h2 {
    text-align: center;
    color: #fff;
    font-size: 60px;
    font-family: 'Noteworthy-Bold';
    line-height: 70px;
    margin-bottom: 0px;
}

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
	
}

.gallery-container img {
    width: 100%;
    max-width: 200px; /* Set a max-width to control the size */
    height: auto;
    border: 1px solid #444; /* Darker border */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    object-fit: cover; /* Ensures the image covers the set dimensions without stretching */
}










/* Media Queries */

@media (min-width: 1920px) {
/* General styles */
body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #fff;
}

	
	.about_page_container {
    padding: 0;
    background-color: #000;
    color: #fff;
	max-width: 1920px;
	margin: 0px auto 0px auto;
		
	
	}
	
.hero {
    position: relative;
    width: 100%;
    overflow: hidden;
	padding-bottom: 10px;
}

	
	/* Hero Image */
.hero-image {
    position: relative;
    height: auto; /* Adjust height as needed */
    overflow: hidden;
	margin: 0px 0px 0px 0px;
	

}

.hero-image picture,
.hero-image img {
    width: 100%;
	height: auto;
    object-fit: cover; /* Ensures images cover the entire container */
    object-position: center;
	margin: 0px auto 0px auto;
	
	

}

	
	
    .hero h1 {
    font-size: 75px;
    line-height: 75px;
    margin: 20px 0px 10px 0px;
    font-family:'Monday Rain';
    text-align: center;
    color: #fff;
     text-shadow: 4px 4px rgba(0,122,255,1.00); /* Adds shadow for better text visibility */
    }
	
	
    .hero h2 {
        font-size: 35px;
        line-height: 35px;
        margin: 0px 5px 15px 5px;
		text-align: center;
    	color: #fff;
		text-shadow: 3px 3px rgba(0,122,255,1.00); 
		 font-family: 'Noteworthy-Bold';
    }
	
	
	
	.hero	p {
    font-size: 30px;
    font-family: 'Noteworthy-Bold';
    line-height: 40px;
	margin: 10px 300px 10px 300px;
	text-align: center;
}
	
	
	.about_info_section h2 {
    font-size: 40px;
    font-family: 'Monday Rain';
    line-height: 40px;
	text-align: center;
	margin: 30px 20px 10px 20px;
}
	
	
.about_info_section h3 {
    font-size: 40px;
  font-family: 'Monday Rain';
    line-height: 50px;
	text-align: center;
	margin: 50px 10px 10px 10px;
}
	

.about_info_section	p {
    font-size: 18px;
    font-family: 'Noteworthy-Bold';
    line-height: 28px;
	margin: 0px 250px 0px 250px;
	text-align: center;
}
	
	
	/* Photo Gallery Section */
.photo-gallery {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 50px 0px;
}

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
	max-width: 1200px;
	margin: 0px auto 0px auto;
}
	

.gallery-container img {
    width: 40%;
    max-width: 250px; /* Set a max-width to control the size */
    height: auto;
    border: 1px solid #444; /* Darker border */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    object-fit: cover; /* Ensures the image covers the set dimensions without stretching */
}
}

















@media (max-width: 1920px) {

	
	    .hero {
    position: relative;
    width: 100%;
    overflow: hidden;
	padding-bottom: 10px;
}

	
	/* Hero Image */
.hero-image {
    position: relative;
    height: auto; /* Adjust height as needed */
    overflow: hidden;
	margin: 0px 0px 0px 0px;
	

}

.hero-image picture,
.hero-image img {
    width: 100%;
	height: auto;
    object-fit: cover; /* Ensures images cover the entire container */
    object-position: center;
	margin: 0px auto 0px auto;
	
	

}

	
	
    .hero h1 {
    font-size: 75px;
    line-height: 75px;
    margin: 20px 0px 10px 0px;
    font-family:'Monday Rain';
    text-align: center;
    color: #fff;
     text-shadow: 4px 4px rgba(0,122,255,1.00); /* Adds shadow for better text visibility */
    }
	
	
    .hero h2 {
        font-size: 35px;
        line-height: 35px;
        margin: 0px 5px 15px 5px;
		text-align: center;
    	color: #fff;
		text-shadow: 3px 3px rgba(0,122,255,1.00); 
	 	font-family: 'Noteworthy-Bold';
    }
	
	
	
	.hero	p {
    font-size: 30px;
    font-family: 'Noteworthy-Bold';
    line-height: 40px;
	margin: 10px 200px 10px 200px;
	text-align: center;
}
	
	
	.about_info_section h2 {
    font-size: 40px;
    font-family: 'Monday Rain';
    line-height: 50px;
	text-align: center;
	margin: 30px 20px 10px 20px;
}
	
	
.about_info_section h3 {
    font-size: 40px;
  font-family: 'Monday Rain';
    line-height: 50px;
	text-align: center;
	margin: 50px 10px 10px 10px;
}
	

.about_info_section	p {
    font-size: 18px;
    font-family: 'Noteworthy-Bold';
    line-height: 28px;
	margin: 0px 250px 0px 250px;
	text-align: center;
}
	
	
	/* Photo Gallery Section */
.photo-gallery {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 50px 0px;
}

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
	max-width: 1500px;
	margin: 0px auto 0px auto;
}
	

.gallery-container img {
    width: 40%;
    max-width: 250px; /* Set a max-width to control the size */
    height: auto;
    border: 1px solid #444; /* Darker border */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    object-fit: cover; /* Ensures the image covers the set dimensions without stretching */
}
}



















@media (max-width: 1200px) {
    .hero {
    position: relative;
    width: 100%;
    overflow: hidden;
	padding-bottom: 10px;
}

	
	/* Hero Image */
.hero-image {
    position: relative;
    height: auto; /* Adjust height as needed */
    overflow: hidden;
	margin: 0px 0px 0px 0px;
	

}

.hero-image picture,
.hero-image img {
    width: 100%;
	height: auto;
    object-fit: cover; /* Ensures images cover the entire container */
    object-position: center;
	margin: 0px auto 0px auto;
	
	

}

	
	
.hero h1 {
    font-size: 50px;
    line-height: 45px;
    margin: 20px 0px 5px 0px;
    font-family:'Monday Rain';
    text-align: center;
    color: #fff;
     text-shadow: 2px 2px rgba(0,122,255,1.00); /* Adds shadow for better text visibility */
    }
	
	
    .hero h2 {
        font-size: 24px;
        line-height: 24px;
        margin: 0px 5px 10px 5px;
		text-align: center;
    	color: #fff;
		text-shadow: 3px 3px rgba(0,122,255,1.00); 
		 font-family: 'Noteworthy-Bold';
    }
	
	
	
	.hero	p {
    font-size: 22px;
    font-family: 'Noteworthy-Bold';
    line-height: 30px;
	margin: 10px 80px 10px 80px;
	text-align: center;
}
	
	
	.about_info_section h2 {
    font-size: 30px;
    font-family: 'Monday Rain';
    line-height: 40px;
	text-align: center;
	margin: 30px 20px 10px 20px;
}
	
	
.about_info_section h3 {
    font-size: 30px;
  font-family: 'Monday Rain';
    line-height: 40px;
	text-align: center;
	margin: 50px 10px 0px 10px;
}
	

.about_info_section	p {
    font-size: 16px;
    font-family: 'Noteworthy-Bold';
    line-height: 22px;
	margin: 0px 50px 0px 50px;
	text-align: center;
}
	
	
	/* Photo Gallery Section */
.photo-gallery {
    margin: 20px 0px 50px 0px;
    padding: 0;
}

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
	

.gallery-container img {
    width: 40%;
    max-width: 250px; /* Set a max-width to control the size */
    height: auto;
    border: 1px solid #444; /* Darker border */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    object-fit: cover; /* Ensures the image covers the set dimensions without stretching */
}
}



















@media (max-width: 768px) {
    .hero {
    position: relative;
    width: 100%;
    overflow: hidden;
	padding-bottom: 10px;
}

	
	/* Hero Image */
.hero-image {
    position: relative;
    height: auto; /* Adjust height as needed */
    overflow: hidden;
	margin: 0px 0px 0px 0px;
	

}

.hero-image picture,
.hero-image img {
    width: 100%;
	height: auto;
    object-fit: cover; /* Ensures images cover the entire container */
    object-position: center;
	margin: 0px auto 0px auto;
	
	

}

	
	
    .hero h1 {
    font-size: 50px;
    line-height: 55px;
    margin: 40px 0px 5px 0px;
    font-family:'Monday Rain';
    text-align: center;
    color: #fff;
     text-shadow: 2px 2px rgba(0,122,255,1.00); /* Adds shadow for better text visibility */
    }
	
	
    .hero h2 {
        font-size: 24px;
        line-height: 24px;
        margin: 0px 5px 10px 5px;
		text-align: center;
    	color: #fff;
		text-shadow: 2px 2px rgba(0,122,255,1.00); 
		 font-family: 'Noteworthy-Bold';
    }
	
	
	
	.hero	p {
    font-size: 20px;
    font-family: 'Noteworthy-Bold';
    line-height: 25px;
	margin: 5px 50px 5px 50px;
	text-align: center;
}
	
	
	.about_info_section h2 {
    font-size: 35px;
    font-family: 'Monday Rain';
    line-height: 40px;
	text-align: center;
	margin: 30px 20px 5px 20px;
}
	
	
.about_info_section h3 {
    font-size: 30px;
  font-family: 'Monday Rain';
    line-height: 30px;
	text-align: center;
	margin: 50px 10px 5px 10px;
}
	

.about_info_section	p {
    font-size: 16px;
    font-family: 'Noteworthy-Bold';
    line-height: 22px;
	margin: 0px 25px 0px 25px;
	text-align: center;
}
	
	
	/* Photo Gallery Section */
.photo-gallery {
    margin: 40px 0px 50px 0px;
    padding: 0;
}

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
	

.gallery-container img {
    width: 40%;
    max-width: 250px; /* Set a max-width to control the size */
    height: auto;
    border: 1px solid #444; /* Darker border */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    object-fit: cover; /* Ensures the image covers the set dimensions without stretching */
}
}

















@media (max-width: 480px) {
	
.hero {
    position: relative;
    width: 100%;
    overflow: hidden;
	padding-bottom: 10px;
}

	
	/* Hero Image */
.hero-image {
    position: relative;
    height: auto; /* Adjust height as needed */
    overflow: hidden;
	margin: 0px 0px 0px 0px;
	

}

.hero-image picture,
.hero-image img {
    width: 100%;
	height: auto;
    object-fit: cover; /* Ensures images cover the entire container */
    object-position: center;
	margin: 0px auto 0px auto;
	
	

}

	
	
    .hero h1 {
    font-size: 35px;
    line-height: 35px;
    margin: 30px 0px 5px 0px;
    font-family:'Monday Rain';
    text-align: center;
    color: #fff;
     text-shadow: 2px 2px rgba(0,122,255,1.00); /* Adds shadow for better text visibility */
    }
	
	
    .hero h2 {
        font-size: 15px;
        line-height: 20px;
        margin: 0px 5px 10px 5px;
		text-align: center;
    	color: #fff;
		text-shadow: 2px 2px rgba(0,122,255,1.00); 
		 font-family: 'Noteworthy-Bold';
    }
	
	
	
	.hero	p {
    font-size: 16px;
    font-family: 'Noteworthy-Bold';
    line-height: 20px;
	margin: 10px 20px 10px 20px;
	text-align: center;
}
	
	
	.about_info_section h2 {
    font-size: 35px;
    font-family: 'Monday Rain';
    line-height: 40px;
	text-align: center;
	margin: 30px 20px 0px 20px;
}
	
	
.about_info_section h3 {
    font-size: 30px;
  font-family: 'Monday Rain';
    line-height: 30px;
	text-align: center;
	margin: 50px 10px 5px 10px;
}
	

.about_info_section	p {
    font-size: 14px;
    font-family: 'Noteworthy-Bold';
    line-height: 20px;
	margin: 0px 20px 0px 20px;
	text-align: center;
}
	
	
	/* Photo Gallery Section */
.photo-gallery {
    margin: 40px 0px 50px 0px;
    padding: 0;
}

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
	

.gallery-container img {
    width: 70%;
    max-width: 200px; /* Set a max-width to control the size */
    height: auto;
    border: 1px solid #444; /* Darker border */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    object-fit: cover; /* Ensures the image covers the set dimensions without stretching */
}
}















@media (max-width: 300px) {
	
	
.hero {
    position: relative;
    width: 100%;
    overflow: hidden;
	padding-bottom: 10px;
}

	
	/* Hero Image */
.hero-image {
    position: relative;
    height: auto; /* Adjust height as needed */
    overflow: hidden;
	margin: 0px 0px 0px 0px;
	

}

.hero-image picture,
.hero-image img {
    width: 100%;
	height: auto;
    object-fit: cover; /* Ensures images cover the entire container */
    object-position: center;
	margin: 0px auto 0px auto;
	
	

}

	
	
    .hero h1 {
    font-size: 30px;
    line-height: 30px;
    margin: 10px 0px 0px 0px;
    font-family:'Monday Rain';
    text-align: center;
    color: #fff;
     text-shadow: 2px 2px rgba(0,122,255,1.00); 
    }
	
	
.hero h2 {
        font-size: 14px;
        line-height: 20px;
        margin: 0px 5px 10px 5px;
		text-align: center;
    	color: #fff;
		text-shadow: 2px 2px rgba(0,122,255,1.00); 
		 font-family: 'Noteworthy-Bold';
    }
	
	
	
.hero	p {
    font-size: 16px;
    font-family: 'Noteworthy-Bold';
    line-height: 20px;
	margin: 10px 20px 10px 20px;
	text-align: center;
}
	
	
.about_info_section h2 {
    font-size: 30px;
    font-family: 'Monday Rain';
    line-height: 30px;
	text-align: center;
	margin: 20px 20px 0px 20px;
}
	
	
.about_info_section h3 {
    font-size: 30px;
  font-family: 'Monday Rain';
    line-height: 30px;
	text-align: center;
	margin: 50px 10px 5px 10px;
}
	

.about_info_section	p {
    font-size: 14px;
    font-family: 'Noteworthy-Bold';
    line-height: 20px;
	margin: 0px 20px 0px 20px;
	text-align: center;
}
	
	
	/* Photo Gallery Section */
.photo-gallery {
    margin: 40px 0px 50px 0px;
    padding: 0;
}

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
	

.gallery-container img {
    width: 70%;
    max-width: 300px; /* Set a max-width to control the size */
    height: auto;
    border: 1px solid #444; /* Darker border */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    object-fit: cover; /* Ensures the image covers the set dimensions without stretching */
	margin-bottom: 0px;
}
}
