/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 23, 2021, 1:37:25 PM
    Author     : user
*/


/*html body*/
html, body{
    background-image: url('../site_pics/background.png');
    background-size: 1000px;
    height: 100%;
}
/*-----------------------------------------------------------*/

/*this is the div body*/
div.body{
    height: fit-content;
    /*border: #00498f dashed 2px;*/
    background-color:transparent;
}

/*----------------------------------------*/


.body_frame
{
    display: block;
    width:90%;
    margin: 0 auto;
    /*border: red dashed 2px;*/
/*    background-color: #c57e2c;  */
    /*background: rgba(197, 126, 44,.5 )   ;*/ 
    background: rgba(255, 255, 255,.95) !important;
    overflow: hidden;
}

#starter_head,.starter_head_cat,.resto_menu
{
    display: flex;
    flex-direction:  row;
    width: 100%;
    justify-content: center;
    height: fit-content;

}

#st_img_1
{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    height: fit-content;
    background-image:  url("../site_pics/vegpattern3-03.jpg");
    background-size: contain;
    /*background-color: yellow;*/
}
#starter_head_FR,#starter_head_EN
{
    width: 100%;
    margin: 0;
    text-align:  center;
    font-family:  Andalus, Times, serif;
    font-size: 30px;
    font-weight: bolder;
}

#starter_head_cat_FR,#starter_head_cat_EN
{
    width: 100%;
    margin: 0;
    text-align:  center;
    font-family:  Arial, Times, serif;
    font-size: 1em;
    font-weight: bolder;
}

#starter_head_EN,#starter_head_cat_EN
{
    color: green;
}

.starter_head_cat
{
    background-color: #cccccc;
}


.today_dish
{
    background-color: yellow;
}

.d_dish_c
{
    display: none;
    font-size: 4em;
    width: fit-content;
    align-self:  center;
    color: black;
/*    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;*/
    font-family:  "Brush Script MT", Times, serif;
    font-weight: bolder;
/*    text-shadow: 0px 0px 20px purple;*/
    margin: 0px 0px;
}
@media (max-width: 700px)
{
    .d_dish_c
    {
        font-size: 1.7em;
    }
}