@font-face {
    src: url(fonts/akkurat.ttf);
    font-family: akkurat;
    font-weight: 400;
}

@font-face {
    src: url(fonts/campton-light.otf);
    font-family: campton;
    font-weight: 400;
}

@font-face {
    src: url(fonts/campton-bold.otf);
    font-family: campton;
    font-weight: 700;
}

* {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-family: "akkurat", Helvetica, sans-serif;
}

#white_space {
    height:50px;
}

#top_bar {
    text-align: center;
    background-color: #f0f0f0 !important;
}

#logo {
    max-width: 100%;
    width: 980px;
    margin: 0 auto;
    padding: 20px;
}

#logo img {
    max-width: 225px;
}

footer {
    background-color: #4e2a84;
}

#footer-container {
    width:980px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
}

#footer-container p {
    color: #fff;
    text-align: center;
}

#zuppler-menu {
    padding: 0 10px;
}

h2.z-menu-category-title {
    font-size: 28px !important;
}
.z-menu-item-title {
    color: #5d5756 !important;
}
.z-menu-item-price {
    color: #4e2b83;
    padding-left: 10px;
}
