body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 100%;
    color: white;
    letter-spacing: 0.05em;
    background-color: #fcf7ee;
    white-space: normal;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

a {
    cursor: pointer;
}

strong { 
    font-weight: 400; 
}

hr { 
    margin-bottom: 2.5%;
    border: 3px solid black; 
}

#overall {
    text-align: -webkit-center;
}

#header {
    position: fixed;
    top: 0;
    z-index: 4;
    width: 100%;
    background-color: #fcf7ee;
}

nav {
    display: inline-block;
}

h1 {
    display: block;
    margin: 0 auto;
    padding: 0;
    font-size: 3em;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    color: rgba(210, 34, 52, 1);
}

h2 {
    display: block;
    margin: 0 auto;
    padding: 0;
    font-size: 1.25em;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    color: rgba(210, 34, 52, 1);
}

.bold {
    font-weight: 400;
    text-transform: uppercase;
    color: rgba(210, 34, 52, 1);
}

.main {
    padding: 200px 4% 4% 4%;
    background-color: #fcf7ee;
}

.content {
    font-size: 2em;
    font-weight: 100;
    line-height: 1.25em;
    text-align: left;
    color: black;
}

.content a {
    color: rgba(210, 34, 52, 1);
    text-decoration: none;
}

.content a:hover {
    color: rgba(0, 0, 0, 1);
}

#pages {
    display: block;
    z-index: 3;
    margin: 0 0 10% 0;
    vertical-align: middle;
}

#menus {
    margin-bottom: 450px;
}

#krupa-grocery-logo:not(.logo-pages),
.logo-pages {
    width: 12%;
    max-width: 118px;
    margin: 40px 14px 20px;
}

.display_block {
    display: block !important;
}

#header, 
#footer, 
#pages {
    min-width: 320px;
}

/* =========================================
   Mobile Devices
   ========================================= */

@media only screen and (max-width: 600px) {
    .main {
        padding-top: 80px;
    }

    h1 {
        margin-bottom: 30px;
        font-size: 1.75em;
    }

    h2 {
        font-size: 1.25em;
    }

    hr {
        margin-bottom: 10px;
        border: 1px solid black;
    }

    .content {
        font-size: 1.2em;
    }

    #krupa-grocery-logo {
        width: 12%;
        margin-bottom: 14px;
    }

    .logo-small {
        width: 60% !important;
    }

    #pages {
        margin-top: 40px;
    }

    .slider-nav__control {
        display: inline-block;
        width: 7px;
        height: 7px;
        margin: 0 7px;
        border: 1px solid #fff;
        border-radius: 50%;
    }
}

@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;
    }
    
    #updates-content span,
    #events-content {
        line-height: 56px;
    }

    .dish-description {
        font-size: 36px !important;
        line-height: 46px !important;
    }
}