@font-face {
    font-family: 'museo500';
    src: url('./fonts/museosans_500-webfont.eot');
    src: url('./fonts/museosans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/museosans_500-webfont.woff2') format('woff2'),
         url('./fonts/museosans_500-webfont.woff') format('woff'),
         url('./fonts/museosans_500-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'museo700';
    src: url('./fonts/museosans_700-webfont.eot');
    src: url('./fonts/museosans_700-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/museosans_700-webfont.woff2') format('woff2'),
         url('./fonts/museosans_700-webfont.woff') format('woff'),
         url('./fonts/museosans_700-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'museo900';
    src: url('./fonts/museosans_900-webfont.eot');
    src: url('./fonts/museosans_900-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/museosans_900-webfont.woff2') format('woff2'),
         url('./fonts/museosans_900-webfont.woff') format('woff'),
         url('./fonts/museosans_900-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.menu-container{
    width: 1920px;
    height: 1080px;
    display: flex;
    background: #BED000;
}

.img-menu{
    width: 764px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

  
img.kenburns {
    width: auto;
    min-width: 764px;
    height: 100%;
    position: absolute;
    bottom:0;
    top: 0;
    margin: auto;
    -ms-animation: move 40s ease;
    -webkit-animation: move 40s ease;
    -o-animation: move 40s ease;
    -moz-animation: move 40s ease;
}
  
@-webkit-keyframes move {
    0% {
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        transform: scale(1.0);
        -ms-transform: scale(1.0);
        /* IE 9 */
        
        -webkit-transform: scale(1.0);
        /* Safari and Chrome */
        
        -o-transform: scale(1.0);
        /* Opera */
        
        -moz-transform: scale(1.0);
        /* Firefox */
    }
    100% {
        transform: scale(1.3);
        -ms-transform: scale(1.3);
        /* IE 9 */
        
        -webkit-transform: scale(1.3);
        /* Safari and Chrome */
        
        -o-transform: scale(1.3);
        /* Opera */
        
        -moz-transform: scale(1.3);
        /* Firefox */
    }
}

.main-menu{
    position: relative;
    width: 1156px;
    height: 1080px;
    overflow: hidden;
    background: url(../assets/bg.png);
    background-size: cover;
    background-position: center;
}

.title-container{
    display: flex;
    position: absolute;
    top: 32px;
    left: 107px;
}

.logo{
    width: 98px;
    height: 100px;
    background: url(../assets/veggies.png);
    background-size: cover;
    background-position: center;
}

h1.title{
    text-transform: uppercase;
    color: #0C4556;
    font-family: 'museo900';
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    margin-left: 24px;
}

.day-container{
    width: 504px;
    height: 315px;
    position: absolute;
}

.day-container.monday {
    left: 33px;
    top: 140px;
}
.day-container.tuesday {
    left: 33px;
    top: 490px;
}
.day-container.wednesday {
    left: 620px;
    top: 140px;
}
.day-container.thursday {
    left: 615px;
    top: 490px;
}
.day-container.friday {
    left: 35px;
    top: 815px;
}

h2.title-day{
    text-transform: capitalize;
    color: #094456;
    font-family: 'museo700';
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.8px;
}

.day-item{
    width: 100%;
    min-height: 32px;
    border-radius: 51px;
    background: rgba(175, 171, 34, 0.40);
    padding-left: 20px;
    margin-top: 6px;
}

p.item{
    color: #FFF;
    font-family: 'museo500';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.6px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.friday-column{
    width: 504px;
    height: 140px;
    position: absolute;
    left: 582px;
    top: 50px;
}