html,
body {
    
    color: #494949;
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    font-size: 16px
}

a{
    text-decoration: none 
}

img {
    max-width: 100% !important;
    height: auto !important
}
.container{
    max-width: 980px;
    margin: 0 auto
}
.container.header {
    padding: 0 20px;
}

.container.wrapper {
    background: #fff;
    padding: 20px;
    font-size: 20px;
    padding-bottom: 100px
}
.food-list{
    list-style: none
}
.food-list li{
    border-bottom: 1px solid #eee;
    padding: 5px 0;
    
}
.food-list li:last-child{
    border: none
}
.food-list li::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(../img/excel.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 7px;
    margin-right: 20px;
}
#top{
    height: 50px;
    background: #01a0e2;
}
#header {
    
    color: #065778;
    padding: 50px 0;
    background-image: url(../img/header_bg.png);
    background-repeat: repeat;
}
#header h1{
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
    padding: 0
}
#header h2{
    font-size: 24px
}
.navigation{
    background-color: #01a0e2;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px
    
}
.navigation a{
    color: #fff;
    text-transform: uppercase
}
.navigation a:hover{
    text-decoration: underline
}
.navigation .container{
    padding: 20px 60px
}
#footer{
    background: #01a0e2;
    display: block;
    padding: 1rem;
    color: #fff;
    line-height: 1.5;
    position: fixed;
    width: 100%;
    bottom: 0;
    font-size: 14px
}

