
.home-page-graphic-banner{
    /* background-image: url("../images/Slideshow/wall-1-1920x746px.jpg");  */
    /* background-image: url("../images/Slideshow/black-brick-wall-1920x746px.jpg");  */
    background-image: url("../images/background/indian-food-backgound.jpg"); 
    background-color: black; /* Used if the image is unavailable */
    width:100%;
    height: 25.25rem; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    text-align:center;
}

.home-page-graphic-banner_text{
    padding-top: 100px;
}

.home-page-graphic-banner_text h1{
    font-size: 3.25rem;
    color:white;
    /* color:#FDC029; */
    font-weight: bold;
}

.home-page-graphic-banner p{
    color:white;
    font-weight: bold;
    font-size: 1.3rem;
}

.home-page-graphic-banner-buttons{
    
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; 
    
}






@media screen and (max-width: 1366px) { 
.home-page-graphic-banner{
    height:30rem;
}

}


@media screen and (max-width: 1025px) { 

}


@media screen and (max-width: 950px) { 
	.home-page-graphic-banner{
        height: 35rem;  
    }

    .home-page-graphic-banner h1{
    font-size: 2.25rem;
    }

    .mybutton{
        margin-bottom: 10px;
    }
}

@media (max-width: 768px){
    .home-page-graphic-banner{
        background-image: url("../images/background/indian-food-backgound.jpg");  
    }
    .home-page-graphic-banner{
        height: 31.875rem;  
    }

}


@media screen and (max-width: 500px) { 
	.home-page-graphic-banner{
        height: 25rem;  
    }

    .home-page-graphic-banner_text h1{
        font-size:2.25rem;
    }

}


  










    