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

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


.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: 10px;
    margin: 5px auto 5px auto;
    width: 98%;
    height: auto;
    color: white;
    text-align: center;
	padding: 0;
    
    
}

	.transparent-box h1 {
        font-size: 150px;
        line-height: 150px;
		 margin: 0px 200px 0px 200px;
		padding: 50px 0px 0px 0px;
		font-family: "Great Vibes";
    }
    .transparent-box h2 {
        font-size: 80px;
        line-height: 100px;
		font-family: "KG Ray of Sunshine" ;
		padding: 0px 0px 50px 0px;
    }


.review-item {
    margin: 20px 0;
    text-align: center;
}

.review-item h3 {
        margin: 50px 20px 50px 20px;
        font-size: 120px;
		font-family: "Great Vibes";
		 line-height: 120px;
    }

	
    .review-item p {
       font-size: 60px;
		 line-height: 80px;
		margin: 0px 200px 0px 200px;
		 font-family: "KG Ray of Sunshine";
		 text-align: center;
    }


.photo-gallery {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 40px 0;
}

.gallery-item {
    width: 600px;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.stories h2 {
      
        font-size: 100px;
		margin: 80px 20px 80px 20px;
	 line-height: 70px;
	 font-family: "KG Ray of Sunshine";
	 text-align: center;
    }
	
	
    .stories p {
        font-size: 60px;
		 line-height: 80px;
		margin: 0px 200px 0px 200px;
		 font-family: "KG Ray of Sunshine";
		 text-align: center;
    }

.footer {
    background-color: rgba(0, 0, 0, 0.95);
    color: white;
    text-align: center;
    padding: 10px 0;
    font-family: "KG Ray of Sunshine";
}

/* Media Queries for Responsiveness */

/* 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: 10px;
    margin: 5px auto 5px auto;
    width: 90%;
    height: auto;
    color: white;
    text-align: center;
	padding: 0;
    
    
}

	.transparent-box h1 {
        font-size: 100px;
        line-height: 90px;
		 margin: 0px 50px 0px 50px;
		padding: 50px 0px 0px 0px;
		font-family: "Great Vibes";
    }
    .transparent-box h2 {
        font-size: 50px;
        line-height: 50px;
		font-family: "KG Ray of Sunshine" ;
		padding: 0px 0px 50px 0px;
    }
	.review-item h3 {
        margin: 50px 20px 20px 20px;
        font-size: 70px;
		font-family: "Great Vibes";
		 line-height: 70px;
    }

	
    .review-item p {
       
        font-size: 35px;
		margin: 0px 200px 0px 200px;
		 line-height: 45px;
    }
.stories h2 {
      
        font-size: 50px;
		margin: 10px 20px 50px 20px;
	 line-height: 30px;
    }
	
	
    .stories p {
        font-size: 35px;
		 line-height: 45px;
		margin: 0px 200px 0px 200px;
    }
}



/* 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: 10px;
    margin: 5px auto 5px auto;
    width: 90%;
    height: auto;
    color: white;
    text-align: center;
	padding: 0;
    
    
}

	.transparent-box h1 {
        font-size: 70px;
        line-height: 70px;
		 margin: 0px 20px 0px 20px;
		padding: 20px 0px 0px 0px;
		font-family: "Great Vibes";
    }
    .transparent-box h2 {
        font-size: 30px;
        line-height: 35px;
		font-family: "KG Ray of Sunshine" ;
		padding: 0px 0px 20px 0px;
    }
	.review-item h3 {
        margin: 40px 20px 20px 20px;
        font-size: 50px;
		font-family: "Great Vibes";
		 line-height: 30px;
    }

	
    .review-item p {
       
        font-size: 25px;
		margin: 0px 200px 0px 200px;
		 line-height: 35px;
    }
.stories h2 {
      
        font-size: 30px;
		margin: 10px 20px 20px 20px;
	 line-height: 30px;
    }
	
	
    .stories p {
        margin: 0px 200px 0px 200px;
        font-size: 25px;
		 line-height: 35px;
    }
}


/* 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: 10px;
    margin: 5px auto 5px auto;
    width: 90%;
    height: auto;
    color: white;
    text-align: center;
	padding: 0;
    
    
}

	.transparent-box h1 {
        font-size: 50px;
        line-height: 50px;
		 margin: 0px 20px 0px 20px;
		padding: 20px 0px 0px 0px;
		font-family: "Great Vibes";
    }
    .transparent-box h2 {
        font-size: 25px;
        line-height: 30px;
		font-family: "KG Ray of Sunshine" ;
		padding: 0px 0px 10px 0px;
    }
	.review-item h3 {
        margin: 10px 20px 20px 20px;
        font-size: 35px;
		font-family: "Great Vibes";
		 line-height: 40px;
    }

	
    .review-item p {
       
        font-size: 22px;
		margin: 0px 100px 0px 100px;
		 line-height: 30px;
    }
.stories h2 {
      
        font-size: 30px;
		margin: 10px 20px 20px 20px;
	 line-height: 30px;
    }
	
	
    .stories p {
        margin: 0px 100px 0px 100px;
        font-size: 22px;
		 line-height: 30px;
    }
}

/* 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: 10px;
    margin: 5px auto 5px auto;
    width: 90%;
    height: auto;
    color: white;
    text-align: center;
	padding: 0;
    
    
}

	.transparent-box h1 {
        font-size: 30px;
        line-height: 30px;
		 margin: 0px 0px 0px 0px;
		padding: 10px 0px 0px 0px;
		font-family: "Great Vibes";
    }
    .transparent-box h2 {
        font-size: 15px;
        line-height: 25px;
		font-family: "KG Ray of Sunshine" ;
    }
	.review-item h3 {
        margin: 10px 20px 20px 20px;
        font-size: 30px;
		line-height: 30px;
    }

	
    .review-item p {
        font-size: 18px;
		margin: 0px 50px 0px 50px;
    }
.stories h2 {
      
        font-size: 18px;
		margin: 10px 20px 20px 20px;
    }
	
	
    .stories p {
        margin: 0px 50px 0px 50px;
        font-size: 18px;
    }

}
/* 300px and below */
@media (max-width: 300px) {
    
	.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: 10px;
    margin: 5px auto 5px auto;
    width: 90%;
    height: auto;
    color: white;
    text-align: center;
	padding: 0;
    
    
}

	.transparent-box h1 {
        font-size: 30px;
        line-height: 30px;
		 margin: 0px 0px 0px 0px;
		padding: 10px 0px 0px 0px;
		font-family: "Great Vibes";
    }
    .transparent-box h2 {
        font-size: 15px;
        line-height: 25px;
		font-family: "KG Ray of Sunshine" ;
    }
	.review-item h3 {
        margin: 10px 20px 20px 20px;
        font-size: 25px;
		font-family: "Great Vibes";
    }

	
    .review-item p {
        margin: 0px 50px 0px 50px;
        font-size: 15px;
    }
.stories h2 {
      
        font-size: 18px;
		margin: 10px 20px 20px 20px;
    }
	
	
    .stories p {
        margin: 0px 50px 0px 50px;
        font-size: 15px;
    }
}
