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



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

/* General Styles */
.hero-image {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

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


/* Transparent Box and Overlay Text */
.transparent-box {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 10px;
    display: block;
    width: 100%;
    padding: 20px 0;
}

.overlay-text {
    width: 100%;
    text-align: center;
    color: white;
    margin: 0 auto 20px auto;
    padding-top: 120px; /* Add padding to avoid overlap with navbar */
}

h1 {
    font-family: "Great Vibes";
    font-size: 250px;
    line-height: 250px;
    text-shadow: 15px 15px #000000;
    margin: -50px 0 50px 0;
}

h4 {
    font-family: "KG Ray of Sunshine";
    font-size: 50px;
    line-height: 80px;
    margin: -100px 0 20px 0;
}

/* Custom Orders Section */
.custom-orders {
    text-align: center;
    padding: 2em;
    margin-bottom: 20px;
}

.custom-orders h2 {
    font-family: "KG Ray of Sunshine";
    font-size: 80px;
    line-height: 100px;
  
}

.custom-orders h3 {
    font-family: "KG Ray of Sunshine";
    font-size: 80px;
    line-height: 100px;
    margin-top: 0px;
}

.custom-orders p {
    font-size: 65px;
    line-height: 80px;
    font-family: "KG Ray of Sunshine";
    margin: 20px 250px 50px 250px;
}


/* Media Queries */
@media (min-width: 1920px) {
	.custom_orders_page_container  {
	width: 1920px;
    height: auto;
    margin: 0px auto 0px auto;
    border: 1px solid #000000;
		
	}
	
	
   /* Hero Image */
.hero-image {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
	
}

.hero-image picture,
.hero-image img {
    max-width: 1920px;
    height: auto;
    display: block;
    object-fit: cover;
	margin: 0px 0px 0px 0px;
}

	
    /* Transparent Box and Overlay Text */
.transparent-box {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0px;
    display: block;
    max-width: 1920px;
    padding: 15px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

.overlay-text {
    width: 100%;
    text-align: center;
    color: white;
    margin: 0 auto 5px auto;
    padding: 70px 0px 0px 0px; /* Add padding to avoid overlap with navbar */
}

    h1 {
        font-size: 100px;
        line-height: 80px;
        margin: -15px 20px 0px 20px;
		font-family: "Great Vibes";
    	text-shadow: 3px 3px #000000;
		
    
    
    }

    h4 {
        font-size: 35px;
        line-height: 20px;
        margin: 0px 50px 10px 50px;
    }

	/* Custom Orders Section */
.custom-orders {
    padding: 0px;
    margin: 30px auto 50px auto;
	max-width: 1920px;
	
}

	
    .custom-orders h2 {
        font-size: 40px;
        margin: 0px 150px 30px 150px;
        line-height: 45px;
		text-align: center;
		width: auto;
    }

    

    .custom-orders p {
        font-size: 28px;
        line-height: 40px;
        margin: 10px 100px 10px 100px;
    }
	
	
	.custom-orders h3 {
        font-size: 35px;
        margin: 50px 30px 20px 30px;
        line-height: 20px;
    }
}




@media (max-width: 1920px) {
	
	
   /* Hero Image */
.hero-image {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
	
}

.hero-image picture,
.hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
	margin: 0px 0px 0px 0px;
}

	
    /* Transparent Box and Overlay Text */
.transparent-box {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0px;
    display: block;
    width: 100%;
    padding: 15px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

.overlay-text {
    width: 100%;
    text-align: center;
    color: white;
    margin: 0 auto 5px auto;
    padding: 70px 0px 0px 0px; /* Add padding to avoid overlap with navbar */
}

    h1 {
        font-size: 100px;
        line-height: 80px;
        margin: -15px 20px 0px 20px;
		font-family: "Great Vibes";
    	text-shadow: 3px 3px #000000;
		
    
    
    }

    h4 {
        font-size: 35px;
        line-height: 20px;
        margin: 0px 50px 10px 50px;
    }

	/* Custom Orders Section */
.custom-orders {
    padding: 0px;
    margin: 30px auto 50px auto;
	width: auto;
	
}

	
    .custom-orders h2 {
        font-size: 40px;
        margin: 0px 150px 30px 150px;
        line-height: 45px;
		text-align: center;
		width: auto;
    }

    

    .custom-orders p {
        font-size: 28px;
        line-height: 40px;
        margin: 10px 100px 10px 100px;
    }
	
	
	.custom-orders h3 {
        font-size: 35px;
        margin: 50px 30px 20px 30px;
        line-height: 20px;
    }
}






@media (max-width: 1200px) {
	
	
   /* Hero Image */
.hero-image {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
	
}

.hero-image picture,
.hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
	margin: 0px 0px 0px 0px;
}

	
    /* Transparent Box and Overlay Text */
.transparent-box {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0px;
    display: block;
    width: 100%;
    padding: 15px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

.overlay-text {
    width: 100%;
    text-align: center;
    color: white;
    margin: 0 auto 5px auto;
    padding: 70px 0px 0px 0px; /* Add padding to avoid overlap with navbar */
}

    h1 {
        font-size: 75px;
        line-height: 50px;
        margin: -15px 20px 0px 20px;
		font-family: "Great Vibes";
    	text-shadow: 3px 3px #000000;
		
    
    
    }

    h4 {
        font-size: 25px;
        line-height: 20px;
        margin: 0px 50px 5px 50px;
    }

	/* Custom Orders Section */
.custom-orders {
    padding: 0px;
    margin: 30px auto 50px auto;
	width: auto;
	
}

	
    .custom-orders h2 {
        font-size: 30px;
        margin: 0px 50px 20px 50px;
        line-height: 36px;
		text-align: center;
		width: auto;
    }

    

    .custom-orders p {
        font-size: 18px;
        line-height: 25px;
        margin: 0px 100px 0px 100px;
    }
	
	
	.custom-orders h3 {
        font-size: 25px;
        margin: 20px 30px 10px 30px;
        line-height: 20px;
    }
}
















@media (max-width: 768px) {
   
	/* Hero Image */
.hero-image {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
	
}

.hero-image picture,
.hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
	margin: 0px 0px 0px 0px;
}

	
    /* Transparent Box and Overlay Text */
.transparent-box {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0px;
    display: block;
    width: 100%;
    padding: 15px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

.overlay-text {
    width: 100%;
    text-align: center;
    color: white;
    margin: 0 auto 5px auto;
    padding: 65px 0px 0px 0px; /* Add padding to avoid overlap with navbar */
}

    h1 {
        font-size: 62px;
        line-height: 35px;
        margin: -10px 20px 0px 20px;
		font-family: "Great Vibes";
    	text-shadow: 3px 3px #000000;
		
    
    
    }

    h4 {
        font-size: 17px;
        line-height: 20px;
        margin: 0px 10px -3px 10px;
    }

	/* Custom Orders Section */
.custom-orders {
    padding: 0px;
    margin: 30px auto 50px auto;
	width: auto;
	
}

	
    .custom-orders h2 {
        font-size: 25px;
        margin: -20px 50px 20px 50px;
        line-height: 35px;
		text-align: center;
    }

    

    .custom-orders p {
        font-size: 16px;
        line-height: 20px;
        margin: 0px 40px 0px 40px;
    }
	
	
	.custom-orders h3 {
        font-size: 16px;
        margin: 20px 30px 10px 30px;
        line-height: 20px;
    }
}










@media (max-width: 480px) {
    
	/* Hero Image */
.hero-image {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
	
}

.hero-image picture,
.hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
	margin: 0px 0px 0px 0px;
}

	
    /* Transparent Box and Overlay Text */
.transparent-box {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0px;
    display: block;
    width: 100%;
    padding: 15px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

.overlay-text {
    width: 100%;
    text-align: center;
    color: white;
    margin: 0 auto 5px auto;
    padding: 60px 0px 0px 0px; /* Add padding to avoid overlap with navbar */
}

    h1 {
        font-size: 55px;
        line-height: 40px;
        margin: -20px 20px 0px 20px;
		font-family: "Great Vibes";
    	text-shadow: 2px 2px #000000;
		
    
    
    }

    h4 {
        font-size: 16px;
        line-height: 20px;
        margin: -5px 10px 0px 10px;
    }

	/* Custom Orders Section */
.custom-orders {
    padding: 0px;
    margin: 30px auto 50px auto;
	width: auto;
	
}

	
    .custom-orders h2 {
        font-size: 20px;
        margin: -20px 15px 20px 15px;
        line-height: 25px;
		text-align: center;
    }

    

    .custom-orders p {
        font-size: 14px;
        line-height: 16px;
        margin: 0px 15px 0px 15px;
    }
	
	
	.custom-orders h3 {
        font-size: 16px;
        margin: 20px 30px 10px 30px;
        line-height: 20px;
    }
}















@media (max-width: 300px) {
	
	.hero-image img {
        src: url('img');
    }

	
    /* Transparent Box and Overlay Text */
.transparent-box {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0px;
    display: block;
    width: 100%;
    padding: 15px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

.overlay-text {
    width: 100%;
    text-align: center;
    color: white;
    margin: 0 auto 5px auto;
    padding: 50px 0px 0px 0px; /* Add padding to avoid overlap with navbar */
}

    h1 {
        font-size: 45px;
        line-height: 40px;
        margin: -25px 20px 0px 20px;
		font-family: "Great Vibes";
    	text-shadow: 2px 2px #000000;
		
    
    
    }

    h4 {
        font-size: 13px;
        line-height: 15px;
        margin: -5px 10px 0px 10px;
    }

	/* Custom Orders Section */
.custom-orders {
    padding: 0px;
    margin: 30px auto 50px auto;
	width: auto;
	
}

	
    .custom-orders h2 {
        font-size: 18px;
        margin: -20px 25px 0px 25px;
        line-height: 20px;
		text-align: center;
    }

    

    .custom-orders p {
        font-size: 14px;
        line-height: 16px;
        margin: 10px 15px 10px 15px;
    }
	
	
	.custom-orders h3 {
        font-size: 16px;
        margin: 20px 30px 10px 30px;
        line-height: 20px;
    }
}



