

.background-image{
     background-image: url("bamboo-background.jpg");
  background-color: #cccccc;
  height: 2700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
    width: 100%;
}


.menu-container{
    display: grid;
    grid-template-rows:3 fr;
    grid-template-columns: 1fr;
    width:100%;
    
    
}


.language-select-container{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: column;
    margin-top:5%;
}

p.french-text{
    font-size: 25px;
    justify-content: center;
    align-items: center;
    text-align: center;
    
}

p.english-text{
    font-size: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.language-buttons-container{
    display:grid;
    grid-template-rows:1fr;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top:5%;
    margin-left:auto;
    margin-right:auto;
    width:80%;
    margin-bottom:5%;
    
}

.vacation-note-container{
    display:grid;
    grid-template-rows:1fr 1fr;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top:2%;
    margin-left:auto;
    margin-right:auto;
    width:80%;
    margin-bottom:2%;
}

.button{
    color: white;
  font-size: 20px;
  padding: 30px 60px;
  border: none;
  cursor: pointer;
  text-align: center;
    border: 4px solid rgb(56, 142, 60);
    background-color: rgb(56, 142, 60);
    border-radius: 10px;
    width:70%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin:auto;
    font-family: 'Lora';
}

.Title_Text_Container{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vh;
    font-family: 'Lora';
    font-size: 50px;
    color:whitesmoke;
    padding-top:2vh;
}

.Title_Text_Container img{
    width: 30vw;
    max-width: 300px;
    border: 3px solid black;
    border-radius: 2px;
}



.Main_Text_Container{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid rgb(211,211,211);
    border-radius: 10px;
    border: 2px 2px 2px 2px solid rgba(211, 211, 211, .5);
    background-color: whitesmoke;
    background-clip: padding-box;
    margin-top:10px;
    width: 90%;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    
    
}

.Main_Text_Container p,b,label{
    font-family: 'Lora';
}

.Welcome_Text_Container{
 display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: column;
    margin-left:auto;
    margin-right: auto;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-top:2%;
}

b.french_text{
    font-size:30px;

    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin:auto;
    
}

b.english_text{
    font-size:40px;
 
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin:auto;
    font-family: 'Lora';
}

b.smaller_english_text{
   font-size:30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin:auto;
    font-family: 'Lora'; 
}



ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: whitesmoke;
}

li {
  float: left;
}

li a {
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
    font-family: 'Lora';
}

li a:hover:not(.active) {
  background-color: rgb(189, 189, 189);
}

.active {
  background-color: rgb(56, 142, 60);
}

img{
    width: 70%;
    justify-content: center;
    text-align: center;
    align-items: center;
    
}

.Store-Image-Container{
    display: block;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-top:5%;
}

 p{
    font-size: 15px;
    margin-top: 1%;
    margin-bottom: 1%;
    
    
}

.Location-Info-P{
    display: block;
    margin-top:4%;
    
}

.Location-Info-P p{
    
    font-size:20px;
}

.Resto-Info-Container{
 display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: column;
    margin-top:2%;
    justify-content: center;
    text-align: center;
    align-items: center;

}

.Resto-Info-Container label {
    justify-content: center;
    text-align: center;
    align-items: center;
}

.Phone-Number-Info-Container{
    margin:2% 2% 2% 0%;
    text-align: center;
}

.Phone-Number-Info-Container b{
    font-size:21px;
    
   
    
}

.Location-Info-Container p {
   font-size: 20px;
    

}

.Menu-Button-Container {
 display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: column;
  position: relative;
  width: 100%;
     margin-left: auto;
    margin-right: auto;
    text-align: center;
    align-items: center;
    max-height: 400px;
    
    
}

.Menu-Hours-Container{
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 50% 50%;
    max-height: 500px;
    margin-bottom:2%;
    width: 100%;
}

.Menu-Hours-Container b{
    margin:1%;
    margin-bottom: 3%;
    font-size:30px;
    align-items: flex-start;
   
}

.Menu-Button-Container Menu-Background {
 
    
  margin-left: auto;
    margin-right: auto;
    justify-content: center;
    text-align: center;
    align-items: center;
    
    
}

.Menu-Button-Container img{
    filter: brightness(40%);
     width: 80%;
    max-height: 350px;
    max-width: 400px;
    
     
}
.Menu-Button-Container .Menu-Button {
  position: absolute;
  top: 60%;
    left:50%;
  font-family: 'Lora';
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent;
    
  color: white;
  font-size: 20px;
  padding: 30px 60px;
  border: none;
  cursor: pointer;
  text-align: center;
    border: 4px solid rgb(56, 142, 60);
    border-radius: 5px;
   
   
}

.Menu-Button-Container .Menu-Button:hover {
  background-color:rgb(56, 142, 60);
    color: white;
}



.Hours-Container{
    display:block;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 5px;
    
}

.Days-Table{
    margin:4%;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 100%;
    margin-left:auto;
    margin-right:auto;
    
}

.Days-Table th{
    
    margin-top:5%;
    margin-bottom:5%;
    
}

.day-th{
    width:100%; 
    padding-right: 10%;
    padding-left: 10%;
}

.day-label label{
   width: 90px;
    
}

.hour-label{
    float:right;
}

.Business-Hours-Tables-Container{
    display:block;
    margin:2%;
    margin-left:auto;
    margin-right: auto;
}

.Hours-Table{
    margin:2%;
    justify-content: right;
    text-align: right;
    align-items: right;
}

.Hours-Table th{
    display:block;
    margin-top:5%;
    margin-bottom:5%;
    
}

.Location-Container{
    display: grid;
    grid-template-rows:1fr;
    grid-template-columns:30% 70%;
    width:100%;
    height:400px;
   
}

.Maps-Container{
    display:block;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin:auto;
}

.Location-Container b{
    justify-content: center;
    text-align: center;
    align-items: center;
}



.Location-Info-Container{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: column;
    margin:2%;
    margin-right:12%;
    margin-left:12%;
    border: 2px 2px 2px 2px solid rgba(211, 211, 211, .5);
   
}

.Resto-Info-Table {
  align-self: center;
    align-items: center;
  margin-top:0%;  
}

.Resto-Info-Table label{
    font-size:30px;
    
}

.Resto-Info-Table th{
    display:block;
    margin-top:5%;
    margin-bottom:5%;
    font-family: 'Lora';
     justify-content: center;
    
}

.Maps-Container img{
    display: block;
    width:80%;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin: auto;
    margin-top:3%;
    border: 2px solid rgb(189, 189, 189);
    border-radius: 10px;
    max-width:540px;
}

hr.line {
  border-top: 1px solid rgb(189, 189, 189);
    width: 100%;
}

.Delivery-Container{
    margin:2%;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-bottom:4%;
}

.Delivery-Container b{
    font-size:30px;
}

.Delivery-Container img{
    display:block;
    margin:2%;
    width: 90%;
    border: 2px solid rgb(189, 189, 189);
    border-radius: 10px;
}

.legend-text-container{
    display:block;
    margin:2%;
   
}

.legend-text-container p {
     font-size:20px;
}

.green-legend {
  height: 25px;
  width: 25px;
  background-color: rgb(130, 190, 130);
    justify-content: center;
    align-items: center;
    margin:auto;
}

.yellow-legend {
  height: 25px;
  width: 25px;
  background-color: rgb(218, 218, 154);
    justify-content: center;
    align-items: center;
    margin:auto;
}
.delivery-zone-legend-container{
 display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: column;
    width:50%;
   
    
   
    }

.delivery-zone-legend-container p {
    font-size: 17px;
    margin:auto;
    margin-top:1%;
    margin-bottom:1%;
}

.delivery-zone-legend-container img{
    width:50%;
    border: none;
    justify-content: center;
    align-items: center;
    margin:auto;
    display: block;
}

.delivery-legend-table td,tr{
    font-family: 'Lora';
     
  text-align: left;
  padding: 8px;
    
    
}

.delivery-legend-table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
    border: 2px solid #dddddd;
}

    .contact-container{
    margin:2%;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
        width:60%;
    margin-bottom:4%;
        margin-left:auto;
        margin-right:auto;
        
}

.contact-container b{
    font-size:30px;
}


.email-container{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    margin:5%;
}

 
    
    
.email-button-container .email-button { 
  color: white;
    background-color: rgb(56, 142, 60);
  font-size: 20px;
     font-family: 'Lora';
  padding: 30px 60px;
  border: none;
  cursor: pointer;
  text-align: center;
    border: 4px solid rgb(56, 142, 60);
    border-radius: 5px;
   
   
}


.email-button-container{
margin-top:4%;



}













@media only screen and (max-width: 799px) {
  .Main_Text_Container {
    width:100%;
  }
    
    .Menu-Button-Container .Menu-Button {

  top: 60%;
    
}
    
    .Menu-Hours-Container{
    display: grid;
    grid-template-rows:1fr 1fr;
        grid-template-columns:1fr;
    max-height: 900px;
    margin-bottom:2%;
}
    
    
    .Hours-Container{
   margin-top: 5%;
    
}
    
    .Location-Container{
    grid-template-rows:1fr 1fr;
    grid-template-columns:1fr;
    height:600px;
   
}
    
    .Location-Info-Container{
 display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: column;
    margin:2%;
    margin-right:12%;
    margin-left:12%;
    border: 2px 2px 2px 2px solid rgba(211, 211, 211, .5);
        height:220px;
   
}
    
    .Maps-Container img{
    display: block;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin: auto;
    margin-top:-10%;
    border: 2px solid rgb(189, 189, 189);
    border-radius: 10px;
}
    
}
    
    

    
    

    
    
    
    
    
    
   








    


