@import url("navigation.css");
/* CSS Document */

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}


/* Review Box */

#reviews {
	padding: 10px;
	max-width: 1200px;
	margin: 0px auto;

}




#reviews h2 {
	font-family: "Great Vibes";
	padding: 0px;
    margin: 0px auto;
	text-align: center;
	
}

.review-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(to bottom, #ffffff, #99c2ff, #003366);
    border: 2px solid #003366;
    border-radius: 10px;
    padding: 10px;
    margin: 10px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
	
}




.review-container:hover {
    transform: scale(1.02);
}

/* Text Styling */
.review-item {
    text-align: center;
    color: #000;
    font-size: 18px;
    font-Iight: bold;
	font-family: "KG Ray of Sunshine" ;
}

.review-item p:last-child {
    font-style: italic;
    color: #003366;
}

/* Image Styling */
.photo-gallery {
    display: flex;
    justify-content: center;
    margin-top: 10px;
	
}

.photo-gallery img {
    width: 100%;
    max-width: 250px;
    border-radius: 8px;
    border: 2px solid #003366;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	
}

/* Featured Stories Section */
.stories {
    text-align: center;
    margin-top: 40px;
}

.stories h2 {
    color: #003366;
    font-size: 30px;
    margin: 5px 10px;
}


/* Ensure images stack on top of each other */
.photo-gallery.stacked {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px; /* Adds space betIen images */
}

.photo-gallery.stacked img {
    width: 100%;
    max-width: 250px;
    border-radius: 8px;
    border: 2px solid #003366;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}















/* Media Queries  */


/* 1920px and below */
@media (min-width: 1920px) {
   
	
		
.contact_page_container {
	width: 1920px;
    height: auto;
    margin: 0px auto 0px auto;
    border: 1px solid #000000;
	

	
}

	
	
	.hero-image {
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
}

.hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

	
.transparent-box {
    background-color: rgba(0, 0, 0, 1);
    border-radius: 0px;
    width: 100%;
    height: auto;
    color: white;
    text-align: center;
	padding: 0;
    
    
}

.transparent-box h1 {
        font-size: 30px;
        line-height: 30px;
		 margin: 0px 5px;
		font-family: "Great Vibes";
    }
	
	
.transparent-box h2 {
        font-size: 13px;
        line-height: 14px;
		font-family: "KG Ray of Sunshine" ;
	     margin: 5px 5px;
	     
    }
	
	
		.photo-gallery img {
    width: 100%;
    max-width: 600px;
    border-radius: 8px;
    border: 2px solid #003366;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	
}
	
	.photo-gallery.stacked img {
    width: 100%;
    max-width: 600px;
    border-radius: 8px;
    border: 2px solid #003366;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}


}







/* 1920px and below */
@media (max-width: 1920px) {
    .hero-image {
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
}

.hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

	
	
.transparent-box {
    background-color: rgba(0, 0, 0, 1);
    border-radius: 0px;
    width: 100%;
    height: auto;
    color: white;
    text-align: center;
	padding: 5px 0px;
	margin: 15px 0px 0px 0px;
    
    
}

.transparent-box h1 {
        font-size: 50px;
        line-height: 45px;
		 margin: 10px 5px 0px 0px;
	    padding: 0px;
		font-family: "Great Vibes";
	    text-shadow: 1px 1px #000000;
    }
	
	
.transparent-box h2 {
        font-size: 20px;
        line-height: 24px;
		font-family: "KG Ray of Sunshine" ;
	     padding: 0px 0px 5px 0px;
	
	     
    }
	
	.photo-gallery img {
    width: 100%;
    max-width: 600px;
    border-radius: 8px;
    border: 2px solid #003366;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	
}
	
	.photo-gallery.stacked img {
    width: 100%;
    max-width: 600px;
    border-radius: 8px;
    border: 2px solid #003366;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

	
}




/* 1200px and below */
@media (max-width: 1200px) {
    .hero-image {
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
}

.hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

	
	
.transparent-box {
    background-color: rgba(0, 0, 0, 1);
    border-radius: 0px;
    width: 100%;
    height: auto;
    color: white;
    text-align: center;
	padding: 5px 0px;
	margin: 15px 0px 0px 0px;
    
    
}

.transparent-box h1 {
        font-size: 40px;
        line-height: 35px;
		 margin: 10px 5px 0px 0px;
	    padding: 0px;
		font-family: "Great Vibes";
	    text-shadow: 1px 1px #000000;
    }
	
	
.transparent-box h2 {
        font-size: 16px;
        line-height: 18px;
		font-family: "KG Ray of Sunshine" ;
	     padding: 0px 0px 5px 0px;
	
	     
    }
	
	.photo-gallery img {
    width: 100%;
    max-width: 500px;
    border-radius: 8px;
    border: 2px solid #003366;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	
}
	
	.photo-gallery.stacked img {
    width: 100%;
    max-width: 500px;
    border-radius: 8px;
    border: 2px solid #003366;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

	
}






/* 768px and below */
@media (max-width: 768px) {
    .hero-image {
    width: 100%;
    margin-top: 60px;
    overflow: hidden;
}

.hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

	
.transparent-box {
    background-color: rgba(0, 0, 0, 1);
    border-radius: 0px;
    width: 100%;
    height: auto;
    color: white;
    text-align: center;
	padding: 5px 0px;
	margin: 15px 0px 0px 0px;
    
    
}

.transparent-box h1 {
        font-size: 40px;
        line-height: 35px;
		 margin: 10px 5px 0px 0px;
	    padding: 0px;
		font-family: "Great Vibes";
	    text-shadow: 1px 1px #000000;
    }
	
	
.transparent-box h2 {
        font-size: 16px;
        line-height: 18px;
		font-family: "KG Ray of Sunshine" ;
	     padding: 0px 0px 5px 0px;
	
	     
    }
	
	
	.photo-gallery img {
    width: 100%;
    max-width: 500px;
    border-radius: 8px;
    border: 2px solid #003366;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	
}
	
	
	.photo-gallery.stacked img {
    width: 100%;
    max-width: 500px;
    border-radius: 8px;
    border: 2px solid #003366;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}


}







/* 480px and below */
@media (max-width: 480px) {
   	.hero-image {
    width: 100%;
    margin-top: 60px;
    overflow: hidden;
}

.hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

	
	
.transparent-box {
    background-color: rgba(0, 0, 0, 1);
    border-radius: 0px;
    width: 100%;
    height: auto;
    color: white;
    text-align: center;
	padding: 5px 0px;
	margin: 15px 0px 0px 0px;
    
    
}

.transparent-box h1 {
        font-size: 35px;
        line-height: 30px;
		 margin: 10px 5px 0px 0px;
	    padding: 0px;
		font-family: "Great Vibes";
	    text-shadow: 1px 1px #000000;
    }
	
	
.transparent-box h2 {
        font-size: 14px;
        line-height: 16px;
		font-family: "KG Ray of Sunshine" ;
	     padding: 0px 0px 5px 0px;
	
	     
    }
	
	.photo-gallery img {
    width: 100%;
    max-width: 400px;
    border-radius: 8px;
    border: 2px solid #003366;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	
}
	
		
.photo-gallery.stacked img {
    width: 100%;
    max-width: 400px;
    border-radius: 8px;
    border: 2px solid #003366;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}


}


/* 300px and below */
@media (max-width: 300px) {
    
	.hero-image {
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
}

.hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

	
.transparent-box {
    background-color: rgba(0, 0, 0, 1);
    border-radius: 0px;
    width: 100%;
    height: auto;
    color: white;
    text-align: center;
	padding: 1px 0px;
	margin: 15px 0px 0px 0px;
    
    
}

.transparent-box h1 {
        font-size: 30px;
        line-height: 25px;
		 margin: 10px 5px;
	    padding: 0px;
		font-family: "Great Vibes";
	    text-shadow: 1px 1px #000000;
    }
	
	
.transparent-box h2 {
        font-size: 13px;
        line-height: 14px;
		font-family: "KG Ray of Sunshine" ;
	     padding: 0px 0px 5px 0px;
	
	     
    }
	

.photo-gallery img {
    width: 100%;
    max-width: 300px;
    border-radius: 8px;
    border: 2px solid #003366;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	
}
	
.photo-gallery.stacked img {
    width: 100%;
    max-width: 300px;
    border-radius: 8px;
    border: 2px solid #003366;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}



}
