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


/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

/* Hero Image */
.hero-image {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
	margin-top: 30px;
}

.hero-image picture,
.hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
	overflow: hidden; /* Ensures images do not overflow */
	
}

 /* Transparent Box and Overlay Text */
.transparent-box {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0px;
    display: block;
    width: 100%;
    padding: 35px 0px 5px 0px;
	
}

.overlay-text {
    width: 100%;
    text-align: center;
    color: white;
    margin: 0px auto 0px auto;
    padding: 130px 0px 20px 0px;
    
}

h1 {
    font-family: "Great Vibes";
    font-size: 190px;
    line-height: 100px;
    text-shadow: 5px 5px #000000;
    margin: -25px 0px 0px 0px;
	padding: 10px 0px 20px 0px;
	
}

.middle_header h2 {
    font-family: "KG Ray of Sunshine";
    font-size: 80px;
    line-height: 90px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 0px;
	
}


 .photo-gallery-small {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-top: 100px;
		
}

.gallery-item-small {
    width: 300px; /* Fixed width for each item */
    height: 300px; /* Fixed height for each item */
    overflow: hidden; /* Ensures images do not overflow */
	
}

.gallery-item-small img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures images cover the entire container */
    border-radius: 10px;
	
}
.welcome-message p {
    text-align: center;
    padding: 1em 1em;
    margin: 0px 10px 0px ;
	font-family: "KG Ray of Sunshine";
}

.photo-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 2em auto;
    max-width: 1000px; /* Adjust as necessary */
    padding-bottom: 40px;
}

.gallery-item {
    width: 300px; /* Fixed width for each item */
    height: 300px; /* Fixed height for each item */
    margin: 0 10px;
    overflow: hidden; /* Ensures images do not overflow */
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures images cover the entire container */
    border-radius: 10px;
}

 .welcome-message p {
    text-align: center;
    padding: 1em 1em;
    margin: 0px 250px 0px 250px;
	font-family: "KG Ray of Sunshine";
	font-size: 35px;
	line-height: 50px;
}

    .welcome-message {
        padding: 0em 0em;
    }







@media (min-width: 1920px) {
    /* Hero Image */
	
	.about_page_container {
    width: 1920px;
    border: 1px solid #000000;
	margin: 0px auto 0px auto;
	}
	
	
.hero-image {
    width: auto;
    height: auto;
    position: relative;
    overflow: hidden;
	margin-top: 25px;
}

.hero-image picture,
.hero-image img {
    width: 100%;
    height: 40vh;
    display: block;
    object-fit: cover;
	overflow: hidden; /* Ensures images do not overflow */
	
}

   /* Transparent Box and Overlay Text */
.transparent-box {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0px;
    display: block;
    max-width: 1920px;
    padding: 35px 0px 0px 0px;
	
}

.overlay-text {
    width: 100%;
    text-align: center;
    color: white;
    margin: 0px auto 0px auto;
    padding: 75px 0px 0px 0px;
    
}

h1 {
    font-family: "Great Vibes";
    font-size: 100px;
    line-height: 70px;
    text-shadow: 4px 4px #000000;
    margin: -35px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

.middle_header h2 {
    font-family: "KG Ray of Sunshine";
    font-size: 45px;
    line-height: 0px;
	text-align: center;
	margin: -10px 0px 0px 0px;
	
	
}

    
   .photo-gallery-small {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-top: 40px;
		
}

.gallery-item-small {
    width: 350px; /* Fixed width for each item */
    height: 350px; /* Fixed height for each item */
    overflow: hidden; /* Ensures images do not overflow */
	
}

.gallery-item-small img {
    width: 80%;
    height: 100%;
    object-fit: cover; /* Ensures images cover the entire container */
    border-radius: 10px;
	
}
	

    .welcome-message p {
    text-align: center;
    margin: 0px 150px 0px 150px;
	font-family: "KG Ray of Sunshine";
	font-size: 22px;
	line-height: 30px;
	padding: 20px 120px 10px 120px;
}

    .welcome-message {
        padding: 0em 0em;
    }
   
	
.photo-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px;
    margin: 0px auto 0px auto;
    max-width: 1400px; /* Adjust as necessary */
    padding: 0px 0px 10px 0px;
}

.gallery-item {
    width: 250px; /* Fixed width for each item */
    height: 250px; /* Fixed height for each item */
    margin: 20px 50px 20px 50px;
    overflow: hidden; /* Ensures images do not overflow */
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures images cover the entire container */
    border-radius: 10px;
}
}


























@media (max-width: 1920px) {
    /* Hero Image */
.hero-image {
    width: auto;
    height: auto;
    position: relative;
    overflow: hidden;
	margin-top: 25px;
}

.hero-image picture,
.hero-image img {
    width: 100%;
    height: 45vh;
    display: block;
    object-fit: cover;
	overflow: hidden; /* Ensures images do not overflow */
	
}

   /* Transparent Box and Overlay Text */
.transparent-box {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0px;
    display: block;
    width: 100%;
    padding: 35px 0px 0px 0px;
	
}

.overlay-text {
    width: 100%;
    text-align: center;
    color: white;
    margin: 0px auto 0px auto;
    padding: 75px 0px 0px 0px;
    
}

h1 {
    font-family: "Great Vibes";
    font-size: 80px;
    line-height: 50px;
    text-shadow: 4px 4px #000000;
    margin: -35px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

.middle_header h2 {
    font-family: "KG Ray of Sunshine";
    font-size: 40px;
    line-height: 0px;
	text-align: center;
	margin: -10px 0px 0px 0px;
	
	
}

    
   .photo-gallery-small {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-top: 40px;
		
}

.gallery-item-small {
    width: 300px; /* Fixed width for each item */
    height: 300px; /* Fixed height for each item */
    overflow: hidden; /* Ensures images do not overflow */
	
}

.gallery-item-small img {
    width: 80%;
    height: 100%;
    object-fit: cover; /* Ensures images cover the entire container */
    border-radius: 10px;
	
}
	

    .welcome-message p {
    text-align: center;
    margin: 0px 150px 0px 150px;
	font-family: "KG Ray of Sunshine";
	font-size: 22px;
	line-height: 25px;
	padding: 15px 100px 15px 100px;
}

    .welcome-message {
        padding: 0em 0em;
    }
   
	
.photo-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px;
    margin: 0px auto 0px auto;
    max-width: 1400px; /* Adjust as necessary */
    padding: 0px 0px 50px 0px;
}

.gallery-item {
    width: 250px; /* Fixed width for each item */
    height: 250px; /* Fixed height for each item */
    margin: 20px 50px 20px 50px;
    overflow: hidden; /* Ensures images do not overflow */
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures images cover the entire container */
    border-radius: 10px;
}
}
















@media (max-width: 1200px) {
    /* Hero Image */
.hero-image {
    width: auto;
    height: auto;
    position: relative;
    overflow: hidden;
	margin-top: 0px;
}

.hero-image picture,
.hero-image img {
    width: 100%;
    height: 45vh;
    display: block;
    object-fit: cover;
	overflow: hidden; /* Ensures images do not overflow */
	margin-top: 5px;
	
}
	
	
    /* Transparent Box and Overlay Text */
.transparent-box {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0px;
    display: block;
    width: 100%;
	margin: 0px 0px 15px 0px;
    
	
}

.overlay-text {
    width: 100%;
    text-align: center;
    color: white;
    margin: 10px auto 0px auto;
   
    
}

h1 {
    font-family: "Great Vibes";
    font-size: 65px;
    line-height: 40px;
    text-shadow: 3px 3px #000000;
    margin: -40px 0px 0px 0px;
	
	
}


	
.middle_header h2 {
    font-family: "KG Ray of Sunshine";
    font-size: 30px;
    line-height: 40px;
	text-align: center;
	margin: -45px 80px -10px 80px;
	
	
}

   .photo-gallery-small {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 20px 10px 20px 10px;
		
}

.gallery-item-small {
    width: 200px; /* Fixed width for each item */
    height: 200px; /* Fixed height for each item */
    overflow: hidden; /* Ensures images do not overflow */
	
}

.gallery-item-small img {
    width: 85%;
    height: 100%;
    object-fit: cover; /* Ensures images cover the entire container */
    border-radius: 10px;
	
}
	

    .welcome-message p {
    text-align: center;
    font-size: 20px;
	line-height: 25px;
    margin: -10px 75px 0px 75px;
	font-family: "KG Ray of Sunshine";
	padding: 5px 20px 20px 20px;
}

    .welcome-message {
        padding: 0em 0em;
    }
   
}
















@media (max-width: 768px) {
    /* Hero Image */
.hero-image {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
	margin-top: 20px;
}

.hero-image picture,
.hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
	overflow: hidden; /* Ensures images do not overflow */
	
}
    	/* Transparent Box and Overlay Text */
.transparent-box {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0px;
    display: block;
    width: 100%;
	margin: 0px 0px 0px 0px;
   
	
}

.overlay-text {
    width: 100%;
    text-align: center;
    color: white;
    margin: 5px auto 0px auto;
  
    
}

h1 {
    font-family: "Great Vibes";
    font-size: 60px;
    line-height: 45px;
    text-shadow: 3px 3px #000000;
    margin: -40px 0px -5px 0px;
	
	
}


	.middle_header h2 {
    font-family: "KG Ray of Sunshine";
    font-size: 20px;
    line-height: 25px;
	text-align: center;
	margin:-45px 50px 0px 50px;
	
	
}

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

.gallery-item-small {
    width: 250px; /* Fixed width for each item */
    height: 250px; /* Fixed height for each item */
    overflow: hidden; /* Ensures images do not overflow */
	
}

.gallery-item-small img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures images cover the entire container */
    border-radius: 10px;
	
}
	

    .welcome-message p {
    text-align: center;
    padding: 1em 1em;
    margin: -20px 20px 10px 20px ;
	font-family: "KG Ray of Sunshine";
	font-size: 18px;
	line-height: 28px;
}

    .welcome-message {
        padding: 0em 0em;
    }
   



.gallery-item {
    width: 200px; /* Fixed width for each item */
    height: 200px; /* Fixed height for each item */
    margin: 0 10px;
    overflow: hidden; /* Ensures images do not overflow */
}

}






@media (max-width: 480px) {
    /* Hero Image */
.hero-image {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
	margin: 0px 0px 0px 0px;
	
}

.hero-image picture,
.hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
	overflow: hidden; /* Ensures images do not overflow */
	margin: 0px 0px 0px 0px;
	
	
}

	
.overlay-text {
    width: 100%;
    text-align: center;
    color: white;
    margin: 20px auto 10px auto;
	
	
	
	
	
  
}
	
    	/* Transparent Box and Overlay Text */
.transparent-box {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0px;
    display: block;
    width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
   
	
}


h1 {
    font-family: "Great Vibes";
    font-size: 39px;
    line-height: 30px;
    text-shadow: 2px 2px #000000;
    margin: -40px 10px 0px 10px;
	
	
	
	
}

	.middle_header h2 {
    font-family: "KG Ray of Sunshine";
    font-size: 18px;
    line-height: 25px;
	text-align: center;
	margin: -50px 10px 10px 10px;
	
	
}


	.photo-gallery-small {
    display: flex;
    justify-content: center;
    gap: 1px;
    margin-top: 0px;
		
}

.gallery-item-small {
    width: 200px; /* Fixed width for each item */
    height: 200px; /* Fixed height for each item */
    overflow: hidden; /* Ensures images do not overflow */
	
}

.gallery-item-small img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures images cover the entire container */
    border-radius: 10px;
	
}
	

    .welcome-message p {
    text-align: center;
    padding: 1em 1em;
    margin: -20px 0px 10px 0px ;
	font-family: "KG Ray of Sunshine";
	font-size: 14px;
	line-height: 20px;
}

    .welcome-message {
        padding: 0em 0em;
    }
	
	.photo-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 2em auto;
    max-width: 1000px; /* Adjust as necessary */
    padding-bottom: 40px;
}

.gallery-item {
    width: 200px; /* Fixed width for each item */
    height: 200px; /* Fixed height for each item */
    margin: 0 10px;
    overflow: hidden; /* Ensures images do not overflow */
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures images cover the entire container */
    border-radius: 10px;
}
	
}



















@media (max-width: 300px) {
    
/* Hero Image */
.hero-image {
    width: auto;
    height: auto;
    position: relative;
    overflow: hidden;
	margin: 0px 0px 0px 0px;
}

.hero-image picture,
.hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
	overflow: hidden; /* Ensures images do not overflow */
	
	
}
	.overlay-text {
    width: 100%;
    text-align: center;
    color: white;
    margin: 10px auto 0px auto;
  
    
}
	
	/* Transparent Box and Overlay Text */
.transparent-box {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0px;
    display: block;
    width: 100%;
	padding: 0px 0px 0px 0px;
   
}


h1 {
    font-family: "Great Vibes";
    font-size: 35px;
    line-height: 25px;
    text-shadow: 2px 2px #000000;
    margin: -40px 20px 0px 20px;
	
	
}
.middle_header h2 {
    font-family: "KG Ray of Sunshine";
    font-size: 16px;
    line-height: 20px;
	text-align: center;
	margin: -45px 10px 0px 10px;
	
	
}
	
	.photo-gallery-small {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin: 5px 5px 5px 5px;
		
}

.gallery-item-small {
    width: 150px; /* Fixed width for each item */
    height: 150px; /* Fixed height for each item */
    overflow: hidden; /* Ensures images do not overflow */
	
}

.gallery-item-small img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures images cover the entire container */
    border-radius: 10px;
	
}

    .welcome-message {
        padding: 0em 0em;
}
		

   .welcome-message p {
    text-align: center;
    margin: 0px 15px 0px 15px;
	font-family: "KG Ray of Sunshine";
	font-size: 14px;
	line-height: 16px;
	   padding: 10px 10px 10px 10px;
}

	.photo-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0px 0px 0px 0px;
    max-width: 300px; /* Adjust as necessary */
    padding-bottom: 30px;
}

.gallery-item {
    width: 125px; /* Fixed width for each item */
    height: 125px; /* Fixed height for each item */
    margin: 0;
    overflow: hidden; /* Ensures images do not overflow */
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures images cover the entire container */
    border-radius: 10px;
}
	
}