/*
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,#st_img_1,.starter_head_cat,.resto_menu
{
    display: flex;
    flex-direction:  row;
    width: 100%;
    justify-content: center;
    height: fit-content;

}
#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;
}

#st_img_1_1,#st_img_1_2
{
    display:none;
    height:30vh;
    margin: 0; 
    flex: 0;
}

#st_img_sp
{
    flex:1;
}

#st_img_1_2{

}

#st_img_1
{
    background-image:  url("../site_pics/vegpattern3-03.jpg");
    background-size: contain;
}
