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


/* General Styles */
body {
    margin: 0;
    padding: 0;
}

/* Hero Image */
.hero-image {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
    overflow: hidden;
    position: relative; /* Ensure positioning context for children */
}

/* Ensure images scale correctly */
.hero-image img {
    width: 100%;
    height: auto;
    display: block; /* Remove any whitespace below the image */
}

/* Transparent Box Header */
.transparent_box_header {
    background-color: rgba(0, 0, 0, 0.9); /* Black with 90% transparency */
    border-radius: 5px; /* Slightly smaller radius for small screens */
    padding: 5px; /* Reduced padding */
    text-align: center;
	margin: 0px 0px 0px 0px;
}

h1 {
    font-family: "Great Vibes";
    font-size: 30px; /* Smaller font size */
    color: white;
    margin: 0;
	text-shadow: 3px 3px #000000;
}


#shop {
	padding-bottom: 40px;
	
	
	
}

h2 {
    font-family: "KG Ray of Sunshine";
    font-size: 30px;
    line-height: 40px;
    margin-top: 0px;
    text-align: center;
	color: black;
}

h3 {
    font-family: "KG Ray of Sunshine";
    font-size: 20px; /* Smaller font size */
    color: black;
	margin-top : 30px;
   
}



#shop p {
    text-align: center;
    font-family: "KG Ray of Sunshine";
    
}


/* Photo Gallery */
.photo-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 2000px; /* Adjust as necessary */
}

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

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

/* Gallery Link */
.gallery-link {
    text-decoration: none;
    color: inherit; /* Ensures text color remains unchanged */
    display: block; /* Makes the entire div clickable */
}

/* Optional Hover Effect */
.gallery-link:hover .gallery-item {
    transform: scale(1.05); /* Slightly enlarges the item on hover */
    transition: transform 0.3s ease-in-out;
}

/* Etsy Button */
.etsy-button {
    margin: 0 0 20px 0;
    text-align: center;
    font-family: "KG Ray of Sunshine";
    font-size: 20px;
    line-height: 50px;
    color: #0067FF;
    padding-top: 50px;
    padding-bottom: 50px;
}


h4 {
    font-size: 22px;
    line-height: 20px;
    margin: 10px 0;
    padding: 0;
    text-align: center;
    font-family: "KG Ray of Sunshine";
}














/* Media Queries */

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

.hero-image {
        height: auto; /* Maintain aspect ratio */
		margin-top: 30px;
		max-width: 1920px;
    }

   
    .transparent_box_header {
        border-radius: 0px; /* Adjust radius for small screens */
		margin: 70px 0px 0px 0px;
		max-width: 1920px;
		
	
    }

    h1 {
        font-size: 80px; /* Smaller font size for small screens */
		line-height: 65px;
        margin: -10px auto -10px auto; /* Remove margin for smaller screens */
		text-shadow: 3px 3px #000000;
		padding: 0px 0px 0px 0px;
		max-width: 768px;
    }

	#shop {   
	max-width: 1920px;
	height: auto;
	}
	
	
	
#shop h2 {
        font-size: 29px;
        line-height: 0px;
        margin: 35px 10px 0px 10px;
        text-align: center;
		
    }

#shop h3 {
        font-size: 30px; /* Smaller font size */
		margin: 20px 0px 10px 0px;
    }

	
	#shop p {
        font-size: 20px;
        line-height: 30px;
        margin: 0px 0px 0px 0px;
		
        
    }

    .photo-gallery img {
        flex: 0 0 50%;
        max-width: 100%;
        box-sizing: border-box;
    }
	
	
	/* Photo Gallery */
.photo-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px; /* Adjust as necessary */
}

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

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


h3 {
        font-size: 25px;
        line-height: 25px;
        margin: 0;
        padding: 5px;
        text-align: center;
    }
}










/* 1920px and down */
@media (max-width: 1920px) {

.hero-image {
        height: auto; /* Maintain aspect ratio */
		margin-top: 30px;
    }

   
    .transparent_box_header {
        border-radius: 0px; /* Adjust radius for small screens */
		margin: 80px 0px 0px 0px;
		
	
    }

    h1 {
        font-size: 80px; /* Smaller font size for small screens */
		line-height: 60px;
        margin: -10px auto -10px auto; /* Remove margin for smaller screens */
		text-shadow: 3px 3px #000000;
		padding: 0px 0px 0px 0px;
		max-width: 768px;
    }

    
#shop h2 {
        font-size: 29px;
        line-height: 0px;
        margin: 35px 10px 0px 10px;
        text-align: center;
		
    }

#shop h3 {
        font-size: 30px; /* Smaller font size */
		margin: 20px 0px 10px 0px;
    }

	
	#shop p {
        font-size: 24px;
        line-height: 30px;
        margin: 0px 0px 0px 0px;
        
    }

    .photo-gallery img {
        flex: 0 0 50%;
        max-width: 100%;
        box-sizing: border-box;
    }
	
	
	/* Photo Gallery */
.photo-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px; /* Adjust as necessary */
}

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

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


h3 {
        font-size: 25px;
        line-height: 30px;
        margin: 0;
        padding: 5px;
        text-align: center;
    }
}










/* 1200px and down */
@media (max-width: 1200px) {
    .hero-image {
        height: auto; /* Maintain aspect ratio */
		margin-top: 30px;
    }

   
    .transparent_box_header {
        border-radius: 0px; /* Adjust radius for small screens */
		margin: 80px 0px 0px 0px;
		
	
    }

    h1 {
        font-size: 80px; /* Smaller font size for small screens */
		line-height: 60px;
        margin: -15px auto -10px auto; /* Remove margin for smaller screens */
		text-shadow: 3px 3px #000000;
		padding: 0px 0px 0px 0px;
		
    }

    
#shop h2 {
        font-size: 28px;
        line-height: 38px;
        margin: 40px auto 0px auto;
        text-align: center;
		
    }

#shop h3 {
        font-size: 30px; /* Smaller font size */
		margin: 20px 0px 20px 0px;
    }

	
	#shop p {
        font-size: 22px;
        line-height: 25px;
        margin: 0px 0px 0px 0px;
        
    }

     .photo-gallery img {
        flex: 0 0 50%;
        max-width: 100%;
        box-sizing: border-box;
    }
	
	
	/* Photo Gallery */
.photo-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px; /* Adjust as necessary */
}

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

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

}










/* 768px and down */
@media (max-width: 768px) {
    .hero-image {
        height: auto; /* Maintain aspect ratio */
		margin-top: 25px;
    }

   
    .transparent_box_header {
        border-radius: 0px; /* Adjust radius for small screens */
		margin: 75px 0px 0px 0px;
		
	
    }

    h1 {
        font-size: 60px; /* Smaller font size for small screens */
		line-height: 50px;
        margin: -15px auto -10px auto; /* Remove margin for smaller screens */
		text-shadow: 3px 3px #000000;
		padding: 0px 0px 0px 0px;
		max-width: 480px;
    }

    
#shop h2 {
        font-size: 20px;
        line-height: 30px;
        margin: 20px 80px 0px 80px;
        text-align: center;
    }

#shop h3 {
        font-size: 22px; /* Smaller font size */
		margin: 20px 0px 0px 0px;
    }

	
	#shop p {
        font-size: 20px;
        line-height: 20px;
        margin: 0px 0px 0px 0px;
        
    }

     .photo-gallery img {
        flex: 0 0 50%;
        max-width: 100%;
        box-sizing: border-box;
    }
	
	
	/* Photo Gallery */
.photo-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px; /* Adjust as necessary */
}

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

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


}

/* 480px and down */
@media (max-width: 480px) {
    .hero-image {
        height: auto; /* Maintain aspect ratio */
		margin-top: 10px;
    }

   
    .transparent_box_header {
        border-radius: 0px; /* Adjust radius for small screens */
		margin: 50px 0px 0px 0px;
		
	
    }

    h1 {
        font-size: 39px; /* Smaller font size for small screens */
		line-height: 30px;
        margin: 0px 10px -5px 10px; /* Remove margin for smaller screens */
		text-shadow: 2px 2px #000000;
		padding: 0px 0px 0px 0px;
    }

    
#shop h2 {
        font-size: 18px;
        line-height: 25px;
        margin: 10px 20px 0px 20px;
        text-align: center;
    }

#shop h3 {
        font-size: 22px; /* Smaller font size */
		margin: 20px 0px 0px 0px;
    }

	
	#shop p {
        font-size: 20px;
        line-height: 20px;
        margin: 0px 0px 0px 0px;
        
    }

      .photo-gallery img {
        flex: 0 0 50%;
        max-width: 100%;
        box-sizing: border-box;
    }
	
	
	/* Photo Gallery */
.photo-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px; /* Adjust as necessary */
}

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

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


}


    /* 300px Media Query */
@media (max-width: 300px) {
    /* Hero Image */
	
    .hero-image {
        height: auto; /* Maintain aspect ratio */
		margin-top: 10px;
    }

   
    .transparent_box_header {
        border-radius: 0px; /* Adjust radius for small screens */
		margin: 60px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	
    }

    h1 {
        font-size: 35px; /* Smaller font size for small screens */
		line-height: 30px;
        margin: -20px 10px 0px 10px; /* Remove margin for smaller screens */
		text-shadow: 2px 2px #000000;
		padding: 0px 0px 0px 0px;
    }

    
#shop h2 {
        font-size: 15px;
        line-height: 22px;
        margin: 10px 10px 0px 10px;
        text-align: center;
    }

#shop h3 {
        font-size: 18px; /* Smaller font size */
		margin-top: 10px;
    }

	
#shop p {
        font-size: 14px;
        line-height: 14px;
        margin: 10px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
        
    }

     .photo-gallery img {
        flex: 0 0 50%;
        max-width: 100%;
        box-sizing: border-box;
    }
	
	
	/* Photo Gallery */
.photo-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px; /* Adjust as necessary */
}

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

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


}
