@charset "UTF-8";

/* General styles */
body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

main {
    margin-top: 0px;
    padding: 5px;
    color: #ffffff;
	  background-color: #000000;
}

header {
    background-color: #000000;
    color: #ffffff;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
    position: relative;
    width: 100%;
    top: 0;
    z-index: 1000;
    padding: 0px;
}

.header-content h1, .header-content h2 {
    color: #ffffff; /* Ensures all header text is white */
}

.header-content h1 {
    font-size: 40px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    font-family: 'Monday Rain', Arial, sans-serif;
}

.header-content h2 {
    font-size: 24px;
    margin: 10px 0 0 0;
    padding: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    font-family: 'Noteworthy-Bold', Arial, sans-serif;
}

/* Hero Section */
.hero {
    position: relative;
    width: 100%;
    height: 1080px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/custom_orders_page/hero_image_01.jpg);
    background-size: cover;
}

/* Custom Orders Information Section */
.custom-orders-info {
    text-align: center;
    color: #ffffff;
}

.custom-orders-info h2, .custom-orders-info h3, .custom-orders-info p {
    color: #ffffff;
}

.custom-orders-info h2 {
    font-size: 32px;
    text-align: center;
    line-height: 38px;
    margin: 10px;
    font-family: 'Monday Rain', Arial, sans-serif;
}

.custom-orders-info h3 {
    font-size: 22px;
    text-align: center;
    line-height: 22px;
    margin: 20px 0px 0px 0px;
    font-family: 'Monday Rain', Arial, sans-serif;
}

/* Top Sellers Section */
.top_sellers_section {
    margin-top: 40px;
    color: #ffffff;
}

.top_sellers_section h2 {
    font-size: 32px;
    text-align: center;
    margin: 60px 0px 10px 0px;
    font-family: 'Monday Rain', Arial, sans-serif;
	 text-shadow: 2px 2px rgba(0,122,255,1.00);
}

/* Product Section */
.products-container {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-around; /* or center, or space-between depending on your preference */
}

.product {
   background-color: #000000;
   border: 1px solid #ffffff;
   padding: 10px 20px 20px 20px;
   margin: 10px; /* Adjust as needed */
   box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
   color: #ffffff;
   text-align: center;
   max-width: 480px;
}

.product img {
   width: 100%;
   height: auto;
   display: block;
   margin-bottom: 10px;
}

.product h4, .product p {
    color: #ffffff;
	
}

.product h4 {
    font-size: 24px;
    margin: 10px 0;
    font-family: 'Noteworthy-Bold', Arial, sans-serif;
	 text-shadow: 2px 2px rgba(0,122,255,1.00);
	 color: #ffffff;
}

.product p {
    font-family: 'Noteworthy-Light', Arial, sans-serif;
	 color: #ffffff;
}

a.button {
    display: inline-block;
    padding: 1px 1px 1px 1px;
    background-color: #00B5F6;
    color: #ffffff; /* Changed to white */
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-family: 'Noteworthy-bold', Arial, sans-serif;
}

a.button:hover {
    background-color: #000000;
    color: rgba(1,181,246,1.00);
}

















@media (min-width: 1920px) {

    main {
        margin: 0px auto 0px auto;
        padding: 5px;
		background-color: #000000;
		max-width: 1920px;
    }

    /* Hero Section */
    .hero {
        position: relative;
        width: 100%;
        height: 70vh;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../img/custom_orders_page/hero_image_1920px.jpg);
        background-size: cover;
        margin-top: 10px;
    }

    header {
        background-color: #000000;
        color: #ffffff;
        box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
        position: relative;
        width: 100%;
        top: 0;
        z-index: 1000;
        padding: 0px;
        text-align: center;
    }

    .header-content h1, .header-content h2 {
        color: #ffffff;
    }

    .header-content h1 {
        font-size: 50px;
        line-height: 50px;
        text-shadow: 3px 3px rgba(0,122,255,1.00);
        font-family: 'Monday Rain', Arial, sans-serif;
        margin: 15px auto 0px auto;
        padding: 0;
    }

    .header-content h2 {
    font-size: 25px;
    margin: 0px 0px 0px 0px;
    padding: 0;
    font-family: 'Noteworthy-Bold', Arial, sans-serif;
    line-height: 30px;
    text-shadow: 3px 3px #007AFF;
    }

    /* Custom Orders Information Section */
    .custom-orders-info {
        text-align: center;
    }

    .custom-orders-info h2, .custom-orders-info h3, .custom-orders-info p {
        color: #ffffff;
    }

    .custom-orders-info h2 {
        font-size: 45px;
        text-align: center;
        line-height: 40px;
        margin: 30px 10px 0px 10px;
        text-shadow: 2px 2px rgba(0,122,255,1.00);
    }

    .custom-orders-info h3 {
        font-size: 30px;
        text-align: center;
        line-height: 40px;
        margin: 60px 10px 0px 10px;
        text-shadow: 2px 2px rgba(0,122,255,1.00);
		font-family: 'Noteworthy-Bold', Arial, sans-serif;
    }

    .custom-orders-info p {
    font-size: 22px;
    margin: 10px 20px 0px 20px;
    line-height: 25px;
    font-family: 'Noteworthy-bold', Arial, sans-serif;
    color: #ffffff;
    }
	

	.top_sellers_section h2 {
    font-size: 45px;
    text-align: center;
    margin: 60px 0px 10px 0px;
    font-family: 'Monday Rain', Arial, sans-serif;
	 text-shadow: 2px 2px rgba(0,122,255,1.00);
}
	
.product h4 {
    font-size: 30px;
	 line-height: 35px;
    margin: 10px 0;
    font-family: 'Noteworthy-Bold', Arial, sans-serif;
	 text-shadow: 2px 2px rgba(0,122,255,1.00);
	 color: #ffffff;
}

.product p {
    font-size: 22px;
    margin: 10px 0;
    font-family: 'Noteworthy-Light', Arial, sans-serif;
	 color: #ffffff;
	 line-height: 30px;
}




/* Product Section */
.product {
    background-color: #000000;
    border: 1px solid #ffffff;
    padding: 10px 20px 20px 20px;
    margin: 0px auto 50px auto;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
    color: #ffffff;
    text-align: center;
	max-width: 480px;
	
}

}



@media (min-width: 1920px) {
.custom_orders_page_container {
    margin: 0px auto 0px auto;
    padding: 0;
    background-color: #000000;
    color: #fff; /* Changed to white */
	max-width: 1920px;
	height: auto;
		border: 5px solid #000000;
	}

   main {
        margin-top: 0px;
        padding: 5px;
		background-color: #000000;
    }

    /* Hero Section */
    .hero {
        position: relative;
        width: auto;
        height: 70vh;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../img/custom_orders_page/hero_image_1920px.jpg);
        background-size: cover;
        margin-top: 10px;
    }

    header {
        background-color: #000000;
        color: #ffffff;
        box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
        position: relative;
        width: 100%;
        top: 0;
        z-index: 1000;
        padding: 0px;
        text-align: center;
    }

    .header-content h1, .header-content h2 {
        color: #ffffff;
    }

    .header-content h1 {
        font-size: 80px;
        line-height: 80px;
        text-shadow: 5px 5px rgba(0,122,255,1.00);
        font-family: 'Monday Rain', Arial, sans-serif;
        margin: 15px auto 0px auto;
        padding: 0;
    }

    .header-content h2 {
    font-size: 35px;
    margin: 0px 0px 20px 0px;
    padding: 0;
    font-family: 'Noteworthy-Bold', Arial, sans-serif;
    line-height: 30px;
    text-shadow: 3px 3px #007AFF;
    }

    /* Custom Orders Information Section */
    .custom-orders-info {
        text-align: center;
    }

    .custom-orders-info h2, .custom-orders-info h3, .custom-orders-info p {
        color: #ffffff;
    }

    .custom-orders-info h2 {
        font-size: 45px;
        text-align: center;
        line-height: 40px;
        margin: 30px 10px 0px 10px;
        text-shadow: 2px 2px rgba(0,122,255,1.00);
    }

    .custom-orders-info h3 {
        font-size: 30px;
        text-align: center;
        line-height: 40px;
        margin: 60px 10px 0px 10px;
        text-shadow: 2px 2px rgba(0,122,255,1.00);
		font-family: 'Noteworthy-Bold', Arial, sans-serif;
    }

    .custom-orders-info p {
    font-size: 22px;
    margin: 10px 20px 0px 20px;
    line-height: 25px;
    font-family: 'Noteworthy-bold', Arial, sans-serif;
    color: #ffffff;
    }
	

	.top_sellers_section h2 {
    font-size: 45px;
    text-align: center;
    margin: 60px 0px 10px 0px;
    font-family: 'Monday Rain', Arial, sans-serif;
	 text-shadow: 2px 2px rgba(0,122,255,1.00);
}
	
.product h4 {
    font-size: 30px;
	 line-height: 35px;
    margin: 10px 0;
    font-family: 'Noteworthy-Bold', Arial, sans-serif;
	 text-shadow: 2px 2px rgba(0,122,255,1.00);
	 color: #ffffff;
}

.product p {
    font-size: 22px;
    margin: 10px 0;
    font-family: 'Noteworthy-Light', Arial, sans-serif;
	 color: #ffffff;
	 line-height: 30px;
}




/* Product Section */
	
	
.product {
    background-color: #000000;
    border: 1px solid #ffffff;
    padding: 10px 20px 20px 20px;
    margin: 0px auto 50px auto;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
    color: #ffffff;
    text-align: center;
	max-width: 480px;
	display: flex;
    flex-wrap: wrap; /* Allows items to wrap to the next line if there's not enough space */
    justify-content: space-around; /* Adjust spacing between items */
	
}
	
	
.product img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;

}
	
		
.top_sellers_section h2 {
    font-size: 45px;
    text-align: center;
    margin: 60px 0px 10px 0px;
    font-family: 'Monday Rain', Arial, sans-serif;
	 text-shadow: 2px 2px rgba(0,122,255,1.00);
}

}












   


@media (max-width: 1920px) {

    main {
        margin-top: 0px;
        padding: 5px;
		background-color: #000000;
    }

    /* Hero Section */
    .hero {
        position: relative;
        width: auto;
        height: 60vh;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../img/custom_orders_page/hero_image_1920px.jpg);
        background-size: cover;
        margin-top: 10px;
    }

    header {
        background-color: #000000;
        color: #ffffff;
        box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
        position: relative;
        width: 100%;
        top: 0;
        z-index: 1000;
        padding: 0px;
        text-align: center;
    }

    .header-content h1, .header-content h2 {
        color: #ffffff;
    }

    .header-content h1 {
        font-size: 60px;
        line-height: 60px;
        text-shadow: 3px 3px rgba(0,122,255,1.00);
        font-family: 'Monday Rain', Arial, sans-serif;
        margin: 10px auto 0px auto;
        padding: 0;
    }

    .header-content h2 {
    font-size: 35px;
    margin: 0px 0px 20px 0px;
    padding: 0;
    font-family: 'Noteworthy-Bold', Arial, sans-serif;
    line-height: 35px;
    text-shadow: 2px 2px #007AFF;
    }

    /* Custom Orders Information Section */
    .custom-orders-info {
        text-align: center;
    }

    .custom-orders-info h2, .custom-orders-info h3, .custom-orders-info p {
        color: #ffffff;
    }

    .custom-orders-info h2 {
        font-size: 40px;
        text-align: center;
        line-height: 40px;
        margin: 30px 10px 0px 10px;
        text-shadow: 2px 2px rgba(0,122,255,1.00);
    }

    .custom-orders-info h3 {
        font-size: 30px;
        text-align: center;
        line-height: 40px;
        margin: 60px 10px 0px 10px;
        text-shadow: 2px 2px rgba(0,122,255,1.00);
		font-family: 'Noteworthy-Bold', Arial, sans-serif;
    }

.custom-orders-info p {
    font-size: 22px;
    margin: 10px 50px 0px 50px;
    line-height: 28px;
    font-family: 'Noteworthy-bold', Arial, sans-serif;
    color: #ffffff;
    }
	

	.top_sellers_section h2 {
    font-size: 45px;
    text-align: center;
    margin: 60px 0px 10px 0px;
    font-family: 'Monday Rain', Arial, sans-serif;
	 text-shadow: 2px 2px rgba(0,122,255,1.00);
}
	
.product h4 {
    font-size: 30px;
	 line-height: 35px;
    margin: 10px 0;
    font-family: 'Noteworthy-Bold', Arial, sans-serif;
	 text-shadow: 2px 2px rgba(0,122,255,1.00);
	 color: #ffffff;
}

.product p {
    font-size: 22px;
    margin: 10px 0;
    font-family: 'Noteworthy-Light', Arial, sans-serif;
	 color: #ffffff;
	 line-height: 30px;
}




/* Product Section */
	
	
.product {
    background-color: #000000;
    border: 1px solid #ffffff;
    padding: 10px 20px 20px 20px;
    margin: 0px auto 50px auto;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
    color: #ffffff;
    text-align: center;
	max-width: 480px;
	display: flex;
    flex-wrap: wrap; /* Allows items to wrap to the next line if there's not enough space */
    justify-content: space-around; /* Adjust spacing between items */
	
}
	
	
.product img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;

}
	
	
.top_sellers_section h2 {
    font-size: 45px;
    text-align: center;
    margin: 60px 0px 10px 0px;
    font-family: 'Monday Rain', Arial, sans-serif;
	 text-shadow: 3px 3px rgba(0,122,255,1.00);
}

}















@media (max-width: 1200px) {

    main {
        margin-top: 0px;
        padding: 5px;
		background-color: #000000;
    }

    /* Hero Section */
    .hero {
        position: relative;
        width: auto;
        height: 60vh;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../img/custom_orders_page/hero_image_1200px.jpg);
        background-size: cover;
        margin-top: 10px;
    }

    header {
        background-color: #000000;
        color: #ffffff;
        box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
        position: relative;
        width: 100%;
        top: 0;
        z-index: 1000;
        padding: 0px;
        text-align: center;
    }

	.header-content h1, .header-content h2 {
        color: #ffffff;
    }

 .header-content h1 {
        font-size: 50px;
        line-height: 45px;
        text-shadow: 2px 2px rgba(0,122,255,1.00);
        font-family: 'Monday Rain', Arial, sans-serif;
        margin: 15px auto 0px auto;
        padding: 0;
    }

 .header-content h2 {
    font-size: 30px;
    margin: 0px 0px 10px 0px;
    padding: 0;
    font-family: 'Noteworthy-Bold', Arial, sans-serif;
    line-height: 40px;
    text-shadow: 2px 2px #007AFF;
    }

    /* Custom Orders Information Section */
    .custom-orders-info {
        text-align: center;
    }

    .custom-orders-info h2, .custom-orders-info h3, .custom-orders-info p {
        color: #ffffff;
    }

    .custom-orders-info h2 {
        font-size: 35px;
        text-align: center;
        line-height: 40px;
        margin: 30px 10px 0px 10px;
        text-shadow: 2px 2px rgba(0,122,255,1.00);
    }

    .custom-orders-info h3 {
        font-size: 26px;
        text-align: center;
        line-height: 40px;
        margin: 40px 10px 0px 10px;
        text-shadow: 2px 2px rgba(0,122,255,1.00);
		font-family: 'Noteworthy-Bold', Arial, sans-serif;
    }

    .custom-orders-info p {
    font-size: 22px;
    margin: 0px 20px 0px 20px;
    line-height: 25px;
    font-family: 'Noteworthy-bold', Arial, sans-serif;
    color: #ffffff;
    }
	

	.top_sellers_section h2 {
    font-size: 35px;
    text-align: center;
    margin: 60px 0px 10px 0px;
    font-family: 'Monday Rain', Arial, sans-serif;
	 text-shadow: 2px 2px rgba(0,122,255,1.00);
}
	
.product h4 {
    font-size: 30px;
	 line-height: 35px;
    margin: 10px 0;
    font-family: 'Noteworthy-Bold', Arial, sans-serif;
	 text-shadow: 2px 2px rgba(0,122,255,1.00);
	 color: #ffffff;
}

.product p {
    font-size: 22px;
    margin: 10px 0;
    font-family: 'Noteworthy-Light', Arial, sans-serif;
	 color: #ffffff;
	 line-height: 30px;
}




/* Product Section */
.product {
    background-color: #000000;
    border: 1px solid #ffffff;
    padding: 10px 20px 20px 20px;
    margin: 0px auto 50px auto;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
    color: #ffffff;
    text-align: center;
	max-width: 480px;
	
}

	
	.top_sellers_section h2 {
    font-size: 45px;
    text-align: center;
    margin: 60px 0px 10px 0px;
    font-family: 'Monday Rain', Arial, sans-serif;
	 text-shadow: 2px 2px rgba(0,122,255,1.00);
}
}












@media (max-width: 768px) {

    main {
        margin-top: 0px;
        padding: 5px;
		background-color: #000000;
    }

    /* Hero Section */
    .hero {
        position: relative;
        width: auto;
        height: 80vh;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../img/custom_orders_page/hero_image_768px.jpg);
        background-size: cover;
        margin-top: 10px;
    }

    header {
        background-color: #000000;
        color: #ffffff;
        box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
        position: relative;
        width: 100%;
        top: 0;
        z-index: 1000;
        padding: 0px;
        text-align: center;
    }

    .header-content h1, .header-content h2 {
        color: #ffffff;
    }

    .header-content h1 {
        font-size: 40px;
        line-height: 40px;
        text-shadow: 2px 2px rgba(0,122,255,1.00);
        font-family: 'Monday Rain', Arial, sans-serif;
        margin: 10px auto 5px auto;
        padding: 0;
    }

    .header-content h2 {
    font-size: 24px;
    margin: 0px 0px 10px 0px;
    padding: 0;
    font-family: 'Noteworthy-Bold', Arial, sans-serif;
    line-height: 24px;
    text-shadow: 1.5px 1.5px #007AFF;
    }

    /* Custom Orders Information Section */
    .custom-orders-info {
        text-align: center;
    }

    .custom-orders-info h2, .custom-orders-info h3, .custom-orders-info p {
        color: #ffffff;
    }

    .custom-orders-info h2 {
        font-size: 30px;
        text-align: center;
        line-height: 24px;
        margin: 20px 10px 0px 10px;
        text-shadow: 1.5px 1.5px rgba(0,122,255,1.00);
    }

    .custom-orders-info h3 {
        font-size: 22px;
        text-align: center;
        line-height: 30px;
        margin: 60px 10px 0px 10px;
        text-shadow: 1px 1px rgba(0,122,255,1.00);
		font-family: 'Noteworthy-Bold', Arial, sans-serif;
    }

    .custom-orders-info p {
    font-size: 18px;
    margin: 10px 10px 0px 10px;
    line-height: 24px;
    font-family: 'Noteworthy-bold', Arial, sans-serif;
    color: #ffffff;
    }
	

.product h4 {
    font-size: 24px;
	 line-height: 25px;
    margin: 10px 0;
    font-family: 'Noteworthy-Bold', Arial, sans-serif;
	 text-shadow: 2px 2px rgba(0,122,255,1.00);
	 color: #ffffff;
}

.product p {
    font-size: 18px;
    margin: 10px 0;
    font-family: 'Noteworthy-Light', Arial, sans-serif;
	 color: #ffffff;
	 line-height: 22px;
}




/* Product Section */
.product {
    background-color: #000000;
    border: 1px solid #ffffff;
    padding: 10px 20px 20px 20px;
    margin: 0px auto 50px auto;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
    color: #ffffff;
    text-align: center;
	max-width: 480px;
	
}
	
	.top_sellers_section h2 {
    font-size: 30px;
    text-align: center;
    margin: 60px 0px 10px 0px;
    font-family: 'Monday Rain', Arial, sans-serif;
	 text-shadow: 2px 2px rgba(0,122,255,1.00);
}
	
		/* Top Sellers Section */
.top_sellers_section {
    margin: 40px auto 0px auto;
    color: #ffffff;
	max-width: 450px;
}

}











@media (max-width: 480px) {

    main {
        margin-top: 0px;
        padding: 5px;
		background-color: #000000;
    }

    /* Hero Section */
    .hero {
        position: relative;
        width: auto;
        height: 45vh;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../img/custom_orders_page/hero_image_480px.jpg);
        background-size: cover;
        margin-top: 20px;
    }

    header {
        background-color: #000000;
        color: #ffffff;
        box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
        position: relative;
        width: 100%;
        top: 0;
        z-index: 1000;
        padding: 0px;
        text-align: center;
    }

    .header-content h1, .header-content h2 {
        color: #ffffff;
    }

    .header-content h1 {
        font-size: 30px;
        line-height: 30px;
        text-shadow: 2px 2px rgba(0,122,255,1.00);
        font-family: 'Monday Rain', Arial, sans-serif;
        margin: 20px auto 0px auto;
        padding: 0;
    }

    .header-content h2 {
    font-size: 20px;
    margin: 0px;
    padding: 0;
    font-family: 'Noteworthy-Bold', Arial, sans-serif;
    line-height: 25px;
    text-shadow: 1px 1px #007AFF;
    }

    /* Custom Orders Information Section */
    .custom-orders-info {
        text-align: center;
    }

    .custom-orders-info h2, .custom-orders-info h3, .custom-orders-info p {
        color: #ffffff;
    }

    .custom-orders-info h2 {
        font-size: 25px;
        text-align: center;
        line-height: 30px;
        margin: 20px 0px 0px 0px;
        text-shadow: 1.5px 1.5px rgba(0,122,255,1.00);
    }

    .custom-orders-info h3 {
        font-size: 25px;
        text-align: center;
        line-height: 30px;
        margin: 60px 0px 0px 0px;
        text-shadow: 2px 2px rgba(0,122,255,1.00);
		font-family: 'Noteworthy-Bold', Arial, sans-serif;
    }

    .custom-orders-info p {
    font-size: 18px;
    margin: 10px 10px 0px 10px;
    line-height: 24px;
    font-family: 'Noteworthy-bold', Arial, sans-serif;
    color: #ffffff;
    }
	

.product h4 {
    font-size: 24px;
	 line-height: 25px;
    margin: 10px 0;
    font-family: 'Noteworthy-Bold', Arial, sans-serif;
	 text-shadow: 2px 2px rgba(0,122,255,1.00);
	 color: #ffffff;
}

.product p {
    font-size: 20px;
    margin: 10px 0;
    font-family: 'Noteworthy-Light', Arial, sans-serif;
	 color: #ffffff;
	 line-height: 25px;
}
	
	.top_sellers_section h2 {
    font-size: 25px;
    text-align: center;
    margin: 60px 0px 10px 0px;
    font-family: 'Monday Rain', Arial, sans-serif;
	 text-shadow: 2px 2px rgba(0,122,255,1.00);
}
	
	/* Top Sellers Section */
.top_sellers_section {
    margin-top: 40px;
    color: #ffffff;
	max-width: 480px;
}
}


















@media (max-width: 300px) {

    main {
        margin-top: 0px;
        padding: 5px;
		background-color: #000000;
    }

    /* Hero Section */
    .hero {
        position: relative;
        width: auto;
        height: 35vh;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../img/custom_orders_page/hero_image_300px.jpg);
        background-size: cover;
        margin-top: 10px;
    }

    header {
        background-color: #000000;
        color: #ffffff;
        box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
        position: relative;
        width: 100%;
        top: 0;
        z-index: 1000;
        padding: 0px;
        text-align: center;
    }

    .header-content h1, .header-content h2 {
        color: #ffffff;
    }

    .header-content h1 {
        font-size: 30px;
        line-height: 30px;
        text-shadow: 2px 2px rgba(0,122,255,1.00);
        font-family: 'Monday Rain', Arial, sans-serif;
        margin: 35px auto 0px auto;
        padding: 0;
    }

    .header-content h2 {
    font-size: 18px;
    margin: 0px 0 0 0;
    padding: 0;
    font-family: 'Noteworthy-Bold', Arial, sans-serif;
    line-height: 20px;
    text-shadow: 1px 1px #007AFF;
    }

    /* Custom Orders Information Section */
    .custom-orders-info {
        text-align: center;
    }

    .custom-orders-info h2, .custom-orders-info h3, .custom-orders-info p {
        color: #ffffff;
    }

    .custom-orders-info h2 {
        font-size: 25px;
        text-align: center;
        line-height: 30px;
        margin: 10px 0px 0px 0px;
        text-shadow: 1px 1px rgba(0,122,255,1.00);
    }

    .custom-orders-info h3 {
        font-size: 22px;
        text-align: center;
        line-height: 30px;
        margin: 60px 10px 5px 10px;
        text-shadow: 1px 1px rgba(0,122,255,1.00);
		font-family: 'Noteworthy-Bold', Arial, sans-serif;
    }

    .custom-orders-info p {
    font-size: 18px;
    margin: 0px 10px 0px 10px;
    line-height: 25px;
    font-family: 'Noteworthy-bold', Arial, sans-serif;
    color: #ffffff;
    }
	

.product h4 {
    font-size: 24px;
	 line-height: 25px;
    margin: 10px 0;
    font-family: 'Noteworthy-Bold', Arial, sans-serif;
	 text-shadow: 2px 2px rgba(0,122,255,1.00);
	 color: #ffffff;
}

.product p {
    font-size: 18px;
    margin: 10px 0;
    font-family: 'Noteworthy-Light', Arial, sans-serif;
	 color: #ffffff;
	 line-height: 22px;
	
	}
	
	.top_sellers_section h2 {
    font-size: 25px;
    text-align: center;
    margin: 60px 0px 10px 0px;
    font-family: 'Monday Rain', Arial, sans-serif;
	 text-shadow: 2px 2px rgba(0,122,255,1.00);
}
	
}

