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

body {
    margin: 0;
    padding: 0;
}




h1 {
    font-family: "Great Vibes";
    
}

h3 {
    font-family: "KG Ray of Sunshine";
   
}

h4 {
    font-family: "KG Ray of Sunshine";
	
}
   

h2 {
    font-family: "KG Ray of Sunshine";
 
  
}

p {
    
	 font-family: "KG Ray of Sunshine";

   
}



.featured-products {
    text-align: center;
    padding: 2em 1em;
}

.product-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: medium;
}

.product-item {
    margin: 1em;
    max-width: 300px;
}

.product-item img {
    width: 100%;
    height: auto;
}

.product-item h3 {
    margin: 20px 0;
}

.product-item button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 0.5em 1em;
    cursor: pointer;
	border-radius: 10px;
	width: 120px;
	font-size: 16px;
}

.product-item button:hover {
    background-color: #34CEFF;
    color: #000000;
	
}









	










/* Media Queries */
@media (min-width: 1920px) {
	
	
	.body_container_min_1920px {
    max-width: 1920px;
    height: auto;
    margin: 0px auto 0px auto;
    border: 1px solid #000000;
	}
	
.hero-image {
    background-image: url("../img/home_page/hero_image_1920px.jpg");
    background-size: cover;
    background-position: center;
    height: 95vh;
	width: auto;
    position: relative;
    margin-top: 50px;
}
	
	
    .overlay-text {
        width: 60%;
		margin: 0px;
		padding: 20px;
		border-radius: 10px;
		position: absolute;
    	top: 15%;
    	left: 50%;
    	transform: translate(-50%, -50%);
    	color: white;
    	text-align: center;
   		background-color: rgba(0, 0, 0, 0.2);
    	display: block;
		
   
	
    
    }

    h1 {
        font-size: 80px;
        line-height: 70px;
        margin: 0px;
        text-shadow: 2px 2px #000000;
    }
	
	h4 {
        font-size: 35px;
        line-height: 35px;
        text-shadow: 2px 2px #000000;
		margin: 10px 0px;
		
		
    }
	
	
    h2 {
        font-size: 45px;
		line-height: 50px;
		margin: 20px 10px 10px 10px;
    }

	
.Ilcome-message {
    text-align: center;
    padding: 0;
    top: 15%;
    left: 50%;
}

	
	  .Ilcome_intro {
        font-size: 22px;
        line-height: 24px;
		 font-family: 'KG Ray of Sunshine';
		  margin: 0px 200px 0px 200px;
    }
	
	
	h3 {
    font-size: 30px;
    line-height: 40px;
    font-family: 'KG Ray of Sunshine';
    margin: -10px 20px 10px 20px;
    text-decoration: underline;	
	}
	
	
	p {
    font-size: 18px;
    line-height: 24px;
    font-family: 'KG Ray of Sunshine';
		margin: -10px 0px 10px 0px;
}	
}






@media (max-width: 1920px) {
	
.hero-image {
    background-image: url("../img/home_page/hero_image_1920px.jpg");
    background-size: cover;
    background-position: center;
    height: 95vh;
	width: auto;
    position: relative;
    margin-top: 50px;
}
	
	
    .overlay-text {
        width: 60%;
		margin: 0px;
		padding: 20px;
		border-radius: 10px;
		position: absolute;
    	top: 15%;
    	left: 50%;
    	transform: translate(-50%, -50%);
    	color: white;
    	text-align: center;
   		background-color: rgba(0, 0, 0, 0.2);
    	display: block;
		
   
	
    
    }

    h1 {
        font-size: 80px;
        line-height: 70px;
        margin: 0px;
        text-shadow: 2px 2px #000000;
    }
	
	h4 {
        font-size: 35px;
        line-height: 35px;
        text-shadow: 2px 2px #000000;
		margin: 10px 0px;
		
		
    }
	
	
    h2 {
        font-size: 45px;
		line-height: 50px;
		margin: 20px 10px 10px 10px;
    }

	
.Ilcome-message {
    text-align: center;
    padding: 0;
    top: 15%;
    left: 50%;
}

	
	  .Ilcome_intro {
        font-size: 22px;
        line-height: 24px;
		 font-family: 'KG Ray of Sunshine';
		  margin: 0px 200px 0px 200px;
    }
	
	
	h3 {
    font-size: 30px;
    line-height: 40px;
    font-family: 'KG Ray of Sunshine';
    margin: -10px 20px 10px 20px;
    text-decoration: underline;	
	}
	
	
	p {
    font-size: 18px;
    line-height: 24px;
    font-family: 'KG Ray of Sunshine';
		margin: -10px 0px 10px 0px;
}	
}






/* Media Queries */
@media (max-width: 1200px) {
	
.hero-image {
    background-image: url("../img/home_page/hero_image_1200px.jpg");
    background-size: cover;
    background-position: center;
    height: 96vh;
	width: auto;
    position: relative;
    margin-top: 50px;
}
	
	
    .overlay-text {
        width: 70%;
		margin: 0px;
		padding: 10px;
		border-radius: 10px;
		position: absolute;
    	top: 20%;
    	left: 50%;
    	transform: translate(-50%, -50%);
    	color: white;
    	text-align: center;
   		background-color: rgba(0, 0, 0, 0.2);
    	display: block;
		
   
	
    
    }

    h1 {
        font-size: 70px;
        line-height: 65px;
        margin: 0px;
        text-shadow: 2px 2px #000000;
    }
	
	h4 {
        font-size: 25px;
        line-height: 28px;
        text-shadow: 1px 1px #000000;
		margin: 5px 0px;
		
		
    }
	
	
    h2 {
        font-size: 30px;
		line-height: 25px;
		margin: 20px 10px 15px 10px;
    }

	
	.Ilcome-message {
    text-align: center;
    padding: 0;
    top: 15%;
    left: 50%;
}

	
	  .Ilcome_intro {
        font-size: 20px;
        line-height: 30px;
		 font-family: 'KG Ray of Sunshine';
		  margin: 0px 50px 0px 50px;
    }
	
	
	h3 {
    font-size: 25px;
    line-height: 30px;
    font-family: 'KG Ray of Sunshine';
    margin: -20px 20px 0px 20px;
    text-decoration: underline;	
	}
	
	
	p {
    font-size: 18px;
    line-height: 25px;
    font-family: 'KG Ray of Sunshine';
		margin: -10px 0px 10px 0px;
}	
}





@media (max-width: 768px) {

	.hero-image {
    background-image: url("../img/home_page/hero_image_768px.jpg");
    background-size: cover;
    background-position: center;
    height: 95vh;
	width: auto;
    position: relative;
    margin-top: 50px;
}
	
	
    .overlay-text {
        width: 70%;
		margin: 0px;
		padding: 10px;
		border-radius: 10px;
		position: absolute;
    	top: 15%;
    	left: 50%;
    	transform: translate(-50%, -50%);
    	color: white;
    	text-align: center;
   		background-color: rgba(0, 0, 0, 0.2);
    	display: block;
		
   
	
    
    }

    h1 {
        font-size: 60px;
        line-height: 60px;
        margin: 0px;
        text-shadow: 2px 2px #000000;
    }
	
	h4 {
        font-size: 20px;
        line-height: 24px;
        text-shadow: 1px 1px #000000;
		margin: 5px 0px 5px 0px;
		
		
    }
	
	
    h2 {
        font-size: 30px;
		line-height: 25px;
		margin: 20px 0px 20px 0px;
    }

	
	.Ilcome-message {
    text-align: center;
    padding: 0;
    top: 15%;
    left: 50%;
	font-family: 'KG Ray of Sunshine';
}

	
	  .Ilcome_intro {
        font-size: 16px;
        line-height: 20px;
		 font-family: 'KG Ray of Sunshine';
		  margin: 0px 25px 0px 25px;
    }
	
	
	h3 {
    font-size: 25px;
    line-height: 30px;
    font-family: 'KG Ray of Sunshine';
    margin: -20px 20px 0px 20px;
    text-decoration: underline;	
	}
	
	
	p {
    font-size: 14px;
    line-height: 20px;
    font-family: 'KG Ray of Sunshine';
		margin: -10px 0px 10px 0px;
}	
}






@media (max-width: 480px) {
  	
.hero-image {
    background-image: url("../img/home_page/hero_image_480px.jpg");
    background-size: cover;
    background-position: center;
    height: 93vh;
	width: auto;
    position: relative;
    margin-top: 40px;
}
	
	
    .overlay-text {
        width: 80%;
		margin: 0px;
		padding: 5px;
		position: absolute;
    	top: 15%;
    	left: 50%;
    	transform: translate(-50%, -50%);
    	color: white;
    	text-align: center;
   		background-color: rgba(0, 0, 0, 0.2);
    	display: block;
		border-radius: 10px;
		
   
	
    
    }

    h1 {
        font-size: 40px;
        line-height: 40px;
        margin: 5px 0px 0px 0px;
        text-shadow: 2px 2px #000000;
		
    }
	
	h4 {
        font-size: 15px;
        line-height: 15px;
        text-shadow: 1px 1px #000000;
		margin: 5px 0px;
		
		
    }
	
	
    h2 {
        font-size: 20px;
		line-height: 25px;
		margin: 10px 0px 10px 0px;
    }

	
	.Ilcome-message {
    text-align: center;
    padding: 0;
    top: 15%;
    left: 50%;
}

	
	  .Ilcome_intro {
        font-size: 16px;
        line-height: 20px;
		 font-family: 'KG Ray of Sunshine';
		  margin: 0px 30px 0px 30px;
    }
	
	
	h3 {
    font-size: 20px;
    line-height: 25px;
    font-family: 'KG Ray of Sunshine';
    margin: -10px 0px 0px 0px;
    text-decoration: underline;	
	}
	
	
	p {
    font-size: 16px;
    line-height: 20px;
    font-family: 'KG Ray of Sunshine';
		margin: 0px 0px 10px 0px;
}	
}


@media (max-width: 300px) {
	
	
.hero-image {
    background-image: url("../img/home_page/hero_image_300px.jpg");
    background-size: cover;
    background-position: center;
    height: 91vh;
	width: auto;
    position: relative;
    margin-top: 30px;
}
	
	
.overlay-text {
        width: 90%;
		margin: 20px 0px 0px 0px;
		border-radius: 5px;
		position: absolute;
    	top: 20%;
    	left: 50%;
    	transform: translate(-50%, -50%);
    	color: white;
    	text-align: center;
   		background-color: rgba(0, 0, 0, 0.2);
    	display: block;
		padding: 2px;
	
	
    }

    h1 {
        font-size: 26px;
        line-height: 28px;
        margin: 5px;
        text-shadow: 1px 1px #000000;
		font-family: "Great Vibes";
   
    }
	
	h4 {
        font-size: 14px;
        line-height: 16px;
        text-shadow: 1px 1px #000000;
		margin: 0px 5px 5px 5px;
		
		
    }
	
	
    h2 {
        font-size: 20px;
		line-height: 25px;
		margin: 10px 0px 10px 0px;
    }

	
	.Ilcome-message {
    text-align: center;
    padding: 0;
    top: 15%;
    left: 50%;
}

	
	  .Ilcome_intro {
        font-size: 12px;
        line-height: 16px;
		 font-family: 'KG Ray of Sunshine';
		  margin: 0px 12px 0px 12px;
    }
	
	
	
}
