﻿div.BreakFastMenuScreen {
    top:0;
    bottom:0;
    height:auto;
    width:100%;
    min-height:100%;
    min-width:100%;
    background-size:cover;
    position:relative;
    font-family:BrandonGrotesque-Light;
    color:black;
    background-image: url('../Images/BreakfastMenu/breakfast-background.jpg');
    background-repeat:no-repeat;
    background-size:cover;

}

div.goodmorning
{
   
    display: block;
    image-resolution:300dpi;
    margin: auto;
    width: 1000px;
    height: 100px;

}
div.meatveganveg
{
   display: block;
    image-resolution:300dpi;
    margin: auto;
    width: 1000px;
    height: 100px;
}
.container {
    width: 90%;
    height: 120px;
    display: block;
    height:100%;
    background-size:100% 100%;
    margin-left: auto;
    margin-right: auto ;
    background-image: url('../Images/BreakfastMenu/main_map.png')

}

.container img
{
    width:200px;
}
h4 {
font-family:BrandonGrotesque-Bold;
  display: block;
    margin-left: auto;
    margin-right: auto;
}
p{
    font-family:BrandonGrotesque-Medium;

}
div.extra{
     width: 800px;
    height: 120px;
    display: block;
    height:100%;
    background-size:100% 100%;
    margin-left: auto;
    margin-right: auto ;
    font-size:10px;
}