body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0px;
    white-space: normal;
}

body{
    width:100%;
    text-align:center;
    font-family: 'Oswald', sans-serif;
    color: white;
    letter-spacing: 0.05em;
    background-color:#fcf7ee;
}

a {cursor: pointer;}

#overall{
    text-align: -webkit-center;
}

#header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color:#fcf7ee;
    z-index: 4;
}

nav {
    display: inline-block;
}

h1 {
    display: block;
    font-size: 3em;
    text-transform: uppercase;
    color: rgba(210, 34, 52 , 1);
    font-weight: 400;
    text-align: left;
    marin: 0 auto;
    padding: 0;
    line-height: 0;
}

h2 {
    display: block;
    font-size: 1.25em;
    text-transform: uppercase;
    color: rgba(210, 34, 52 , 1);
    text-align: left;
    margin: 0 auto;
    padding: 0;
    line-height: normal;
    font-weight: 500;
}

.bold {
    text-transform: uppercase;
    font-weight: 400;
    color:  rgba(210, 34, 52 , 1);
}

hr { border: 3px solid black; margin-bottom: 2.5%; }

.content {
    color: black;
    font-size: 2em;
    line-height: 1.25em;
    font-weight: 100;
    text-align: left;
}

.content a {
    color: rgba(210, 34, 52 , 1);
    text-decoration: none;
}

.content a:hover {
    color: rgba(0, 0, 0, 1);
}

.main {
    background-color: #fcf7ee;
    padding: 4%;
    padding-top: 200px;
}

#pages {
    vertical-align: middle;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10%;
    display: block;
    z-index: 3;
}
#menus {
    margin-bottom: 450px;
}
#pages div:last-of-type {
    /* margin-bottom: 20%; */
}

#krupa-grocery-logo:not(.logo-pages) {
    width: 12%;
    margin: 40px 14px 20px;
    max-width: 118px;
}

.logo-pages {
    width: 12%;
    margin: 40px 14px 20px;
    max-width: 118px;
}

.display_block {
    display: block!important;
}

strong { font-weight: 400; }

#header, #footer, #pages {
    min-width: 320px;
}
/* css for mobile devices */
@media only screen and (max-width: 600px){
    .main {
        /*background-color:red;*/
    }
    h1 {
        font-size: 2em;
    }

     #krupa-grocery-logo {
        width: 12%;
        margin-bottom: 14px;
    }

    .logo-small {
        width: 60%!important;
    }
    #pages {
        margin-top: 40px;
    }

    h2 {
        display: block;
        font-size: 1em;
        text-transform: uppercase;
        color: rgba(210, 34, 52 , 1);
        text-align: left;
        margin: 0 auto;
        padding: 0;
        line-height: normal;
        font-weight: 500;
    }

    .slider-nav__control {
        display: inline-block;
        width: 7px;
        height: 7px;
        /* margin: 0 3px; */
        margin: 0 7px;
        border: 1px solid #fff;
        border-radius: 50%;

    }

    .content {
        font-size: 1.2em;
    }
    .main {
        padding-top: 80px;
    }
    hr {
        border: 1px solid black;
        margin-bottom: 10px;
    }
    h1 {
        font-size: 1.75em;
        margin-bottom: 30px;
    }
    h2 {
        font-size: 1.25em;
    }

}

@media screen and (max-device-width: 480px) {
    .main {
        margin-bottom: 400px;
    }
    #events-content, #updates-content span, .bio:not(h2){
        font-size: 37px;
        line-height: 52px;
    }

    .dish-description {
        font-size: 36px!important;
        line-height: 46px!important;
    }

    #updates-content span {
        line-height: 56px;
    }

    #events-content {
        line-height: 56px;
    }
}