@charset "UTF-8";

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

.body_container_min_1920px  {
	
    margin: 0px auto 0px auto;
    padding: 0;
    background-color: #000000;
    color: #ffffff; /* Changed to white */
	max-width: 1920px;
	height: auto;
		border: 5px solid #000000;
	}

	





main {
    margin: 0; /* Adjust based on header height */
    padding: 0px 0px 0px 0px;
    color: #ffffff; /* Ensure text in main section is white */ 

}



.hero-image {
    width: 100%;
    height: auto;
    overflow: hidden;
}

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


/* 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: 0;
	
}

h1 {
    font-family: 'Monday Rain';
    font-size: 30px; /* Smaller font size */
    color: white;
    margin: 0px 0px 0px 0px;
    text-shadow: 3px 3px rgba(0,122,255,1.00); /* Adds shadow for better text visibility */
}

/* Shop Section */
#shop {
    padding-bottom: 40px;
}

h2 {
  font-family: 'Noteworthy-Bold';
    font-size: 30px;
    line-height: 40px;
    margin-top: 0;
    text-align: center;
    
}

h3 {
    font-family: 'Noteworthy-Bold';
    font-size: 20px; /* Smaller font size */
    color: black;
    margin-top: 30px;
}

#shop p {
    text-align: center;
    font-family: 'Noteworthy-Bold';
}

/* 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: 'Noteworthy-Bold';
    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: 'Noteworthy-Bold';
}












/* Media Queries */

/* 1920px and down */
@media (min-width: 1920px) {
	
.body_container_min_1920px  {
	
	margin: 0px auto -30px auto;
    padding: 0;
    background-color: #000000;
    color: #ffffff; /* Changed to white */
	max-width: 1920px;
	height: auto;
	
}
	
    
/* Hero Image */
.hero-image {
    position: relative;
    height: auto; /* Adjust height as needed */
    overflow: hidden;
	margin: 0px 0px 0px 0px;
	

}

.hero-image picture,
.hero-image img {
    width: 100%;
	height: auto;
    object-fit: cover; 
    object-position: center;
	
	

}

	
	main {
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px;
    color: #fffffffff; 
		
	}
		

    .transparent_box_header {
        margin: -10px 0px 20px 0px;
    }

   h1 {
    font-family: 'Monday Rain';
    font-size: 55px; 
	   line-height: 55px;
    color: white;
    margin: 25px auto -10px auto;
    text-shadow: 2.5px 2.5px rgba(0,122,255,1.00); 
}

    #shop h2 {
        font-size: 35px;
        line-height: 35px;
        margin: 20px 20px 0px 20px;
		color: white;
    }

    #shop h3 {
        font-size: 35px;
        margin: 30px 0px -10px 0px;
		color: white;
		text-align: center;
    }

  

    .photo-gallery {
        gap: 50px;
        max-width: 1920px;
		 margin: 0px auto 0px auto;
    }

    .gallery-item {
        width: 250px;
        height: 320px;
        margin: 20px 0px 0px 0px;
		
	}
	
	  #shop p {
        font-size: 25px;
        line-height: 25px;
        margin: 10px 0px 0px 0px;
		  color: white;
		  
		
    }
    
}




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

	
/* Hero Image */
.hero-image {
    position: relative;
    height: auto; /* Adjust height as needed */
    overflow: hidden;
	margin: 0px 0px 0px 0px;
	

}

.hero-image picture,
.hero-image img {
    width: 100%;
	height: auto;
    object-fit: cover; 
    object-position: center;
	
	

}
		
.body_container_min_1920px  {
	
	margin: 0px 0px -30px 0px;
    padding: 0;
    background-color: #000000;
    color: #ffffff; /* Changed to white */
	max-width: 1920px;
	height: auto;
	
}
	
	
	main {
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px;
    color: #fffffffff; 
		
	}
		

    .transparent_box_header {
        margin: -10px 0px 20px 0px;
    }

   h1 {
    font-family: 'Monday Rain';
    font-size: 55px; 
	   line-height: 55px;
    color: white;
    margin: 25px auto -10px auto;
    text-shadow: 2.5px 2.5px rgba(0,122,255,1.00); 
}

    #shop h2 {
        font-size: 35px;
        line-height: 35px;
        margin: 20px 20px 0px 20px;
		color: white;
    }

    #shop h3 {
        font-size: 35px;
        margin: 30px 0px -10px 0px;
		color: white;
		text-align: center;
    }

  

    .photo-gallery {
        gap: 50px;
        max-width: 1920px;
		 margin: 0px auto 0px auto;
    }

    .gallery-item {
        width: 250px;
        height: 320px;
        margin: 20px 0px 0px 0px;
		
	}
	
	  #shop p {
        font-size: 25px;
        line-height: 25px;
        margin: 10px 0px 0px 0px;
		  color: white;
		  
		
    }
    
}









/* 1200px and down */
@media (max-width: 1200px) {
	.body_container_min_1920px  {
	
	margin: 0px 0px 0px 0px;
    padding: 0;
    background-color: #000000;
    color: #ffffff; /* Changed to white */
	max-width: 1200px;
	height: auto;
	
}
	
	
	main {
    margin: 0px 0px 0px 0px; /* Adjust based on header height */
    padding: 0px 0px 0px 0px;
    color: #fffffffff; /* Ensure text in main section is white */
		
	}
		

    .transparent_box_header {
        margin: -10px 0px 20px 0px;
    }

   h1 {
    font-family: 'Monday Rain';
    font-size: 40px; /* Smaller font size */
	   line-height: 40px;
    color: white;
    margin: 25px auto 0px auto;
    text-shadow: 2px 2px rgba(0,122,255,1.00); /* Adds shadow for better text visibility */
}

    #shop h2 {
        font-size: 22px;
        line-height: 30px;
        margin: 20px 20px 0px 20px;
		color: white;
    }

    #shop h3 {
        font-size: 25px;
        margin: 20px 0px -10px 0px;
		color: white;
		text-align: center;
    }

  

    .photo-gallery {
        gap: 25px;
        max-width: 1200px;
    }

    .gallery-item {
        width: 200px;
        height: 250px;
        margin: 20px 0px 0px 0px;
		
	}
	
	  #shop p {
        font-size: 17px;
        line-height: 20px;
        margin: 10px 0px 0px 0px;
		  color: white;
		
    }
    
}










/* 768px and down */
@media (max-width: 768px) {
 
	.body_container_min_1920px  {
	
	margin: 0px 0px -30px 0px;
    padding: 0;
    background-color: #000000;
    color: #ffffff; /* Changed to white */
	max-width: 768px;
	height: auto;
	
}
	
	
	main {
    margin: 0px 0px 0px 0px; /* Adjust based on header height */
    padding: 0px 0px 0px 0px;
    color: #fffffffff; /* Ensure text in main section is white */
		
	}
		

    .transparent_box_header {
        margin: -10px 0px 20px 0px;
    }

   h1 {
    font-family: 'Monday Rain';
    font-size: 35px; /* Smaller font size */
	   line-height: 35px;
    color: white;
    margin: 35px 0px 0px 0px;
    text-shadow: 2px 2px rgba(0,122,255,1.00); /* Adds shadow for better text visibility */
}

    #shop h2 {
        font-size: 25px;
        line-height: 30px;
        margin: 10px 20px 0px 20px;
		color: white;
    }

    #shop h3 {
        font-size: 25px;
        margin: 40px 0px 0px 0px;
		color: white;
		text-align: center;
    }

  

    .photo-gallery {
        gap: 20px;
        max-width: 768px;
    }

    .gallery-item {
        width: 200px;
        height: 250px;
        margin: 20px 0px 0px 0px;
		
	}
	
	  #shop p {
        font-size: 15px;
        line-height: 16px;
        margin: 5px 0px 0px 0px;
		  color: white;
		
    }
    
}

	
	
	
	
	
	
	
	
	

/* 480px and down */
@media (max-width: 480px) {
	.body_container_min_1920px  {
	
	margin: 0;
    padding: 0;
    background-color: #000000;
    color: #ffffff; /* Changed to white */
	max-width: 480px;
	height: auto;
	
}
	
	
	main {
    margin: 0px 0px 0px 0px; /* Adjust based on header height */
    padding: 0px 0px 0px 0px;
    color: #fffffffff; /* Ensure text in main section is white */
		
	}
		

    .transparent_box_header {
        margin: -10px 0px 20px 0px;
    }

   h1 {
    font-family: 'Monday Rain';
    font-size: 28px; /* Smaller font size */
	   line-height: 30px;
    color: white;
    margin: 40px 0px 5px 0px;
    text-shadow: 2px 2px rgba(0,122,255,1.00); /* Adds shadow for better text visibility */
}

    #shop h2 {
        font-size: 18px;
        line-height: 22px;
        margin: 10px 20px 0px 20px;
		color: white;
    }

    #shop h3 {
        font-size: 18px;
        margin: 50px 0px -10px 0px;
		color: white;
		text-align: center;
    }

  

    .photo-gallery {
        gap: 20px;
        max-width: 300px;
    }

    .gallery-item {
        width: 135px;
        height: 175px;
        margin: 20px 0px 0px 0px;
		
	}
	
	  #shop p {
        font-size: 15px;
        line-height: 15px;
        margin: 5px 0px 0px 0px;
		
    }
    
}









/* 300px and down */
@media (max-width: 300px) {
	
	
	.body_container_min_1920px  {
	
	margin: 0px 0px -30px 0px;
    padding: 0;
    background-color: #000000;
    color: #ffffff; /* Changed to white */
	max-width: 300px;
	height: auto;
	
}
	
	
	main {
    margin: 0px 0px 0px 0px; /* Adjust based on header height */
    padding: 0px 0px 0px 0px;
    color: #fffffffff; /* Ensure text in main section is white */
		
	}
		

    .transparent_box_header {
        margin: -10px 0px 20px 0px;
    }

   h1 {
    font-family: 'Monday Rain';
    font-size: 22px; /* Smaller font size */
	   line-height: 25px;
    color: white;
    margin: 10px 0px 0px 0px;
    text-shadow: 2px 2px rgba(0,122,255,1.00); /* Adds shadow for better text visibility */
}

    #shop h2 {
        font-size: 18px;
        line-height: 22px;
        margin: 10px 20px 0px 20px;
		color: white;
    }

    #shop h3 {
        font-size: 18px;
        margin: 50px 0px -10px 0px;
		color: white;
		text-align: center;
    }

  

    .photo-gallery {
        gap: 20px;
        max-width: 300px;
    }

    .gallery-item {
        width: 120px;
        height: 160px;
        margin: 20px 0px 0px 0px;
		
	}
	
	  #shop p {
        font-size: 15px;
        line-height: 15px;
        margin: 5px 0px 0px 0px;
		
    }
    
}
