﻿
/*@font-face {
	font-family: 'Chalk-Dust';
	src: url('/fonts/Chalk-Dust.eot');
	src: local('☺'), url('/fonts/Chalk-Dust.woff') format('woff'), url('/fonts/Chalk-Dust.ttf') format('truetype'), url('/fonts/Chalk-Dust.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

@font-face {
    font-family: 'kievit-bold';
    src: local('☺'), url('/fonts/kievit_bold-webfont.woff') format('woff'), url('/fonts/kievit_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

body {
    /*background-image: url('/Content/DeliChalkboardMenu.jpg');
    background-size: cover;
    background-repeat:no-repeat;*/
    color: white;
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

/*new*/

.containerNew h1 {
    position: relative;
    font-family: lithos-pro, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 107px;
    Color: rgb(0,182,222);
    left: 21%;
    top: 5%;
}

.menuText h2 {
    font-family: lithos-pro, sans-serif;
    margin: 0 0 -17px 0;
    font-size: 55px;
}

.menuText {
    font-family: 'kievit-bold';
    font-size: 32px;
    color: rgb(0, 182, 222);
    font-weight: bold;
    padding: 35px 0 0 65px;
}


    .menuText p {
        line-height: 0.6em;
    }

.menuLeft {
    float: left;
    position: relative;
    top: -21px;
    width: 45%;
}

.menuRight {
    float: right;
    position: relative;
    left: -168px;
    top: -18px;
    width: 41%;
}

.text-resources {
    position: absolute;
    width: 100%;
    height: 100%;
}


.menuText span:first-child {
    padding-right: 0.33em;
    background: #000;
}

.menuText span + span {
    float: right;
    padding-left: 0.33em;
    background: #000;
}

.menuText p::before {
    float: left;
    width: 0;
    white-space: nowrap;
    content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . ";
    color: #FFF;
    line-height: 10px;
}

.menuText span {
    display: inline;
}

.menuText em {
    font-size: 56px;
    position: relative;
    top: -7px;
}

.menuText em2 {
    font-size: 40px;
    position: relative;
    top: -7px;
}

/*end*/

.deliMenu {
    padding: 5% 6%;
    text-align: center;
    z-index: 1;
    height: 100%;
    box-sizing: border-box;
}

.deliMenu-items {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.title {
    text-align: center;
    text-transform: uppercase;
    font-size: 2.5em;
    margin: -12px 0 -9px 0;
}

.left-items, .right-items {
    position: relative;
    width: 32%;
}

.food,
.left-items {
    float: left;
}

.Middle-items {
    width: 31%;
    float: left;
    margin: 0 40px;
}

.price,
.right-items {
    float: right;
}

.food,
.price {
    position: relative;
    font-size: 1.65em;
    line-height: 1.2em;
    letter-spacing: 3px;
}

.food {
    text-align: left;
    width: 85%;
}

.price {
    text-align: right;
    width: 15%;
}

.fullScreen {
    height: 100%;
    width: 100%;
}


.foam {
    width: 100%;
    z-index: 100;
    position: absolute;
    bottom: 0px;
}

html, body {
    background: #000;
}

.slider {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}
