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


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






@media (min-width: 1920px) {
    /* Hero Image */
	
	.about_page_container {
    width: 1920px;
    border: 1px solid #000000;
	margin: 0px auto 0px auto;
	}
	
	
	

			/* 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: 70vh;
    display: block;
    object-fit: cover;
	overflow: hidden; /* Ensures images do not overflow */
	
	
}
	
.overlay-text {
    width: 100%;
    text-align: center;
    color: white;
    margin: 30px auto 10px auto;
	padding: 70px 0px 0px 0px;	
  
}
	
    	/* Transparent Box and Overlay Text */
.transparent-box {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0px;
    display: block;
    width: 100%;
	margin: 0px;
	padding: 0px;
   
	
}


h1 {
    font-family: "Great Vibes";
    font-size: 75px;
    line-height: 55px;
    text-shadow: 2px 2px #000000;
    margin: -25px 0px 25px 0px;
	
	
	
	
}

.Ilcome-message {
    text-align: center;
    top: 15%;
    left: 50%;
	margin: 0px 100px;
}
	
.Ilcome-message h2 {
    text-align: center;
    top: 15%;
    left: 50%;
    margin: 20px 5px 0px 5px;
    font-family: 'Great Vibes';
    font-size: 40px;
    line-height: 40px;
    color: rgba(0,0,0,1.00);
}


	
.Ilcome_intro {
    font-size: 20px;
    line-height: 24px;
	font-family: 'KG Ray of Sunshine';
	margin: 0px 20px;
	text-align: left;
	text-indent: 25px;
	padding: 10px;
    }
	
	
	
.photo-gallery-small {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0px auto;
	padding: 5px;
	max-width: 1200px;
	border-radius: 0px;

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

.gallery-item-small {
    width: 100%; /* Fixed width for each item */
    height: auto; /* 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: 5px;
	max-width: 300px;
	margin: 0px auto 0px auto;
	max-height: 300px;
	
}


		

   .Ilcome-message p {
    text-align: left;
    margin: 0px 10px;
	font-family: "KG Ray of Sunshine";
	font-size: 20px;
	line-height: 24px;
	padding: 10px;
	text-indent: 25px;
}

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

.gallery-item {
    width: 300px; /* Fixed width for each item */
    height: 300px; /* 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;
}
	
}
























@media (max-width: 1920px) {

	
			/* 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: 70vh;
    display: block;
    object-fit: cover;
	overflow: hidden; /* Ensures images do not overflow */
	
	
}
	
.overlay-text {
    width: 100%;
    text-align: center;
    color: white;
    margin: 30px auto 10px auto;
	padding: 70px 0px 0px 0px;	
  
}
	
    	/* Transparent Box and Overlay Text */
.transparent-box {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0px;
    display: block;
    width: 100%;
	margin: 0px;
	padding: 0px;
   
	
}


h1 {
    font-family: "Great Vibes";
    font-size: 75px;
    line-height: 55px;
    text-shadow: 2px 2px #000000;
    margin: -25px 0px 25px 0px;
	
	
	
	
}

.Ilcome-message {
    text-align: center;
    top: 15%;
    left: 50%;
	margin: 0px 100px;
}
	
.Ilcome-message h2 {
    text-align: center;
    top: 15%;
    left: 50%;
    margin: 20px 5px 0px 5px;
    font-family: 'Great Vibes';
    font-size: 40px;
    line-height: 40px;
    color: rgba(0,0,0,1.00);
}


	
.Ilcome_intro {
    font-size: 20px;
    line-height: 24px;
	font-family: 'KG Ray of Sunshine';
	margin: 0px 20px;
	text-align: left;
	text-indent: 25px;
	padding: 10px;
    }
	
	
	
.photo-gallery-small {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0px auto;
	padding: 5px;
	max-width: 1200px;
	border-radius: 0px;

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

.gallery-item-small {
    width: 100%; /* Fixed width for each item */
    height: auto; /* 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: 5px;
	max-width: 300px;
	margin: 0px auto 0px auto;
	max-height: 300px;
	
}


		

   .Ilcome-message p {
    text-align: left;
    margin: 0px 10px;
	font-family: "KG Ray of Sunshine";
	font-size: 20px;
	line-height: 24px;
	padding: 10px;
	text-indent: 25px;
}

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

.gallery-item {
    width: 300px; /* Fixed width for each item */
    height: 300px; /* 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;
}
	
}
















@media (max-width: 1200px) {

	
		/* 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: 60vh;
    display: block;
    object-fit: cover;
	overflow: hidden; /* Ensures images do not overflow */
	
	
}
	
.overlay-text {
    width: 100%;
    text-align: center;
    color: white;
    margin: 0px auto 10px auto;
	padding: 80px 0px 20px 0px;	
  
}
	
    	/* Transparent Box and Overlay Text */
.transparent-box {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0px;
    display: block;
    width: 100%;
	margin: 0px;
	padding: 0px;
   
	
}


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

.Ilcome-message {
    text-align: center;
    top: 15%;
    left: 50%;
	margin: 0px 20px;
}
	
.Ilcome-message h2 {
    text-align: center;
    top: 15%;
    left: 50%;
    margin: 20px 5px 0px 5px;
    font-family: 'Great Vibes';
    font-size: 40px;
    line-height: 40px;
    color: rgba(0,0,0,1.00);
}


	
.Ilcome_intro {
    font-size: 18px;
    line-height: 22px;
	font-family: 'KG Ray of Sunshine';
	margin: 0px 20px;
	text-align: left;
	text-indent: 25px;
	padding: 10px;
    }
	
	
	
.photo-gallery-small {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0px auto;
	padding: 5px;
	max-width: 1000px;

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

.gallery-item-small {
    width: 100%; /* Fixed width for each item */
    height: auto; /* 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: 5px;
	max-width: 300px;
	margin: 0px auto 0px auto;
	max-height: 300px;
	
}


		

   .Ilcome-message p {
    text-align: left;
    margin: 0px 10px;
	font-family: "KG Ray of Sunshine";
	font-size: 18px;
	line-height: 22px;
	padding: 10px;
	text-indent: 25px;
}

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

.gallery-item {
    width: 250px; /* Fixed width for each item */
    height: 250px; /* 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;
}
	
}















@media (max-width: 768px) {

	/* 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: 30px auto 10px auto;
	padding: 40px 0px 10px 0px;	
  
}
	
    	/* Transparent Box and Overlay Text */
.transparent-box {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0px;
    display: block;
    width: 100%;
	margin: 0px;
	padding: 0px;
   
	
}


h1 {
    font-family: "Great Vibes";
    font-size: 35px;
    line-height: 25px;
    text-shadow: 2px 2px #000000;
    margin: 0px 0px 0px 0px;
	
	
	
	
}

.Ilcome-message {
    text-align: center;
    top: 15%;
    left: 50%;
	margin: 0px;
}
	
.Ilcome-message h2 {
    text-align: center;
    top: 15%;
    left: 50%;
    margin: 10px 5px 0px 5px;
    font-family: 'Great Vibes';
    font-size: 28px;
    line-height: 30px;
    color: rgba(0,0,0,1.00);
}


	
.Ilcome_intro {
    font-size: 16px;
    line-height: 18px;
	font-family: 'KG Ray of Sunshine';
	margin: 0px 10px;
	text-align: left;
	text-indent: 25px;
	padding: 4px;
    }
	
	
	
.photo-gallery-small {
    display: flex;
    justify-content: center;
    gap: 2px;
    margin: 0px;
	padding: 5px;

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

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

.gallery-item-small img {
    width: 90%;
    height: 90%;
    object-fit: cover; /* Ensures images cover the entire container */
    border-radius: 5px;
	max-width: 250px;
	margin: 0px auto 0px auto;
	max-height: 250px;
	
}


		

   .Ilcome-message p {
    text-align: left;
    margin: 0px 10px;
	font-family: "KG Ray of Sunshine";
	font-size: 16px;
	line-height: 18px;
	padding: 4px;
	text-indent: 25px;
}

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

.gallery-item {
    width: 225px; /* Fixed width for each item */
    height: 225px; /* 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;
}
	
}






@media (max-width: 480px) {
/* 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: 20px auto 10px auto;
	padding: 50px 0px 10px 0px;	
  
}
	
    	/* Transparent Box and Overlay Text */
.transparent-box {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0px;
    display: block;
    width: 100%;
	margin: 0px;
	padding: 0px;
   
	
}


h1 {
    font-family: "Great Vibes";
    font-size: 25px;
    line-height: 20px;
    text-shadow: 1px 1px #000000;
    margin: 0px 0px 0px 0px;
	
	
	
	
}

.Ilcome-message {
    text-align: center;
    top: 15%;
    left: 50%;
	margin: 0px 0px 0px 0px;
}
	
.Ilcome-message h2 {
    text-align: center;
    top: 15%;
    left: 50%;
    margin: 10px 10px 0px 10px;
    font-family: 'Great Vibes';
    font-size: 24px;
    line-height: 24px;
    color: rgba(0,0,0,1.00);
}


	
.Ilcome_intro {
    font-size: 15px;
    line-height: 18px;
	font-family: 'KG Ray of Sunshine';
	margin: 0px 10px;
	text-align: left;
	text-indent: 25px;
	padding: 4px;
    }
	
	
	
.photo-gallery-small {
    display: flex;
    justify-content: center;
    gap: 2px;
    margin: 0px;
	padding: 5px;

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

.gallery-item-small {
    width: 100%; /* Fixed width for each item */
    height: auto; /* 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: 5px;
	
}


		

   .Ilcome-message p {
    text-align: left;
    margin: 0px 10px;
	font-family: "KG Ray of Sunshine";
	font-size: 15px;
	line-height: 18px;
	   padding: 4px;
	   text-indent: 25px;
}

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

.gallery-item {
    width: 200px; /* Fixed width for each item */
    height: 200px; /* 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;
}
	
}


















@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: 30px auto 10px auto;
	padding: 70px 0px 0px 0px;
		
  
}
	
    	/* Transparent Box and Overlay Text */
.transparent-box {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0px;
    display: block;
    width: 100%;
	margin: 0px;
	padding: 0px;
   
	
}


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

.Ilcome-message {
    text-align: center;
    top: 15%;
    left: 50%;
	margin: 0px 0px 0px 0px;
}
	
.Ilcome-message h2 {
    text-align: center;
    top: 15%;
    left: 50%;
    margin: 10px 10px 0px 10px;
    font-family: 'Great Vibes';
    font-size: 24px;
    line-height: 24px;
    color: rgba(0,0,0,1.00);
}


	
.Ilcome_intro {
    font-size: 15px;
    line-height: 18px;
	font-family: 'KG Ray of Sunshine';
	margin: 0px 10px;
	text-align: left;
	text-indent: 25px;
	padding: 4px;
    }
	
	
	
.photo-gallery-small {
    display: flex;
    justify-content: center;
    gap: 2px;
    margin: 0px;
	padding: 5px;

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

.gallery-item-small {
    width: 100%; /* Fixed width for each item */
    height: auto; /* 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: 5px;
	
}


		

   .Ilcome-message p {
    text-align: left;
    margin: 0px 10px;
	font-family: "KG Ray of Sunshine";
	font-size: 15px;
	line-height: 18px;
	   padding: 4px;
	   text-indent: 25px;
}

.photo-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 10px 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 */
}


	
}