/* ----------------------------------------------------------------
	Dean: Home Page
-----------------------------------------------------------------*/

/* Custom Header Size
-----------------------------------------------------------------*/
/* index page script font*/

/* index page text backdrop*/

/* index page signature size*/

body {
    color: #686868;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    word-wrap: break-word;
    /*font-family: 'Playball', cursive;*/
    background-image: url("../images/5014.png");
    background-repeat: repeat;
    background-position: center center;
}
.our-menu-list h5 {
	color: #3F3F3F;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 27px;
}
.opening-hours span {
    line-height: 30px;
}
.pad-bottom-100 {
    padding-bottom: 150px;
}
.pad-top-100 {
    padding-top: 100px;
}

@media (max-width: 810px) {
    .price-name {
        font-size: 16px;
    }
}
@media (max-width: 428px) {
    .our-menu-list {
        background-image: image();
    }
    .pad-bottom-100 {
        padding-bottom: 0px;
    }
    .pad-top-100 {
        padding-top: 0px;
    }
}
