*, *::before, *::after{
    box-sizing: border-box;
}

html {
    font-size: 16px;
    overflow-x: hidden;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    color: #6f6f6f;
}

.block-body-chief {
    padding: 12px;
}
a {
    color: inherit;
    text-decoration: none;
    transition: color .3s;
}

img {
    max-width: 100%;
    height: auto;
}
.header {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(54, 54, 54, 0.5) 39.24%,  rgba(28, 28, 28, 0.4) 100%),
        url(img/eggs.jpg) center center / cover no-repeat;
    color: #FFF;
}

.topbar {
    padding: 18px 0;
    font-size: .875rem;
    text-transform: uppercase;
    text-align: center;
}

.menu-item:hover {
    color: #C89446;
}

.logo {
    margin-bottom: 22px;
}


.menu-item {
    display: inline-block;
    margin: 0 15px;
}

.menu-button {
    border: solid 1px #C89446;
    padding: 7px 10px;
    transition-property: color, background-color;
    margin-top: 5px;
}

.menu-button:hover {
    background: #C89446;
    color: #FFF;
}

.home-section {
    padding-top: 9px;
}

.baseline {
    padding: 50px 0 70px 0;
    text-align:center;
}

.baseline-welcome {
    font-family: 'Pinyon Script', serif;
    color: #C89446;
    font-size: 2.2rem;
    display: block;
}

.baseline-name {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 5px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.baseline-slogan {
    font-size: 1rem;
    font-weight: 300;
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.container-small {
    margin: 0 auto;
    max-width: 960px;
}

.block {
    margin-bottom: 50px;
}


.title {
    font-size: 1.75rem;
    line-height: 1.1;
    letter-spacing: 2px;
    color: #000000;
    font-weight: bold;
    margin: 1rem 0 0 0;
    text-transform: uppercase;
    padding: 12px;
}

.title-chief {
    font-size: 1.75rem;
    line-height: 1.1;
    letter-spacing: 2px;
    color: #000000;
    font-weight: bold;
    margin: 1rem 0 0 0;
    text-transform: uppercase;
}

.desc {
    padding: 12px;
    line-height: 1.625;
    font-size: 15px;
}

.block-img {
    max-width: 350px;
    margin: 0.8rem;
    border: solid 1px #c89446 ;
    
}

.block-img img {
    display: block;
    position: relative;
    z-index: 1;
    margin-left: auto;     
}


.title span {
    font-family: 'Pinyon Script', serif;
    color: #C89446;
    font-size: 2.5rem;
    display:block;
    text-transform: none;
}

.title::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 2px;
    background: #C89446;
    margin-bottom: 0.5rem;
}

.title-chief span {
    font-family: 'Pinyon Script', serif;
    color: #C89446;
    font-size: 2.5rem;
    display:block;
    text-transform: none;
}

.title-chief::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 2px;
    background: #C89446;
    margin-bottom: 0.5rem;
}

.more {
    color: #C89446;
    padding: 12px;
}

.more:hover {
    text-decoration: underline;
}

.more::after {
    content: ' >';
}

.more-chief {
    color: #C89446;
}

.more-chief:hover {
    text-decoration: underline;
}

.more-chief::after {
    content: ' >';
}

.block-centered {
    text-align: center;
}

.ingredients-menu {
    margin: 40px 0;
    color: #383838;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.ingredients-menu a {
    display: inline-block;
    margin: 5px 20px;
    position: relative;
}

.ingredients-menu a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    height: 1px;
    opacity: 0;
    background: #C89446;
    transition: .3s;
}

.ingredients-menu .active::after, .ingredients-menu a:hover::after {
    bottom: -5px;
    opacity: 1;
}

.block-centered .block-body {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.menu-summary {
    margin: 1.125rem;
}
.menu-summary-item {
    position: relative;
    padding-left: 120px;
    margin-bottom: 30px;
}

.menu-summary-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
}

.menu-summary-title {
    font-size: 1.125rem;
    color: #383838;
    font-weight: bold;
    padding-bottom: 0.75rem;
    margin-bottom: 0;
}

.menu-summary p {
    margin: 0;
    padding-bottom: 1rem;
    font-size: 0.875rem;
}

.menu-summary p {
    margin-top: 0;
    font-size: 0.875rem;
}
.menu-summary-price {
    font-size: 2.5rem;
    font-family: 'Pinyon Script', serif;
    color: #c89446;
    line-height: 1;
}

.reservation {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(54, 54, 54, 0.5) 39.24%,  rgba(28, 28, 28, 0.4) 100%),
        url(img/reservation.jpg) center center / cover no-repeat;
    color: rgba(255, 255, 255, 0.6);
    padding: 50px 0;
}

.reservation .title {
    color: #FFF;
}

.reservation input, .reservation select {
    padding: 0 0.5rem;
    width: 85%;
    margin: 7px 0;
    border: solid 1px #6f6f6f;
    background: transparent;
    text-transform: uppercase;
    height: 40px;
    font-size: 0.875rem;
    color: rgb(189, 189, 189);
    font-family:  'Source Sans Pro', serif;
    transition: background .3s, border-color .3s;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.reservation select {
    background: no-repeat right 0.5rem center url(img/select-84.svg);
}

.reservation input:focus, .reservation select:focus {
    background-color: rgba(255,255,255,.1);
    border-color: #C89446;
}

.reservation .button {
    width: 85%;
}

.button {
    font-weight: 600;
    font-size: 0.875rem;
    color: #FFF;
    background: #c89446;
    border: none;
    border: solid 1px transparent;
    padding: 11px 1rem;
    margin: 12px;
    cursor: pointer;
    transition: .3s
}

.button:hover {
    border: solid 1px #c89446;
    background: transparent;
}

@media only screen and (min-widht: 600px) {
    
    html {
        font-size: 16px;
    }

    .topbar {
        /*padding: 18px 88px;*/
        display: flex;
        justify-content: space-between;
        max-width: 1150px;
        margin: 0 auto;
    }

    .menu-button {
        border: solid 1px #C89446;
        padding: 8px 10px;
        margin-top: 0;
        margin-right: 0;
    }

    .menu {
        margin-left: auto;
    }

    /*.logo {
        margin-bottom: 10px;
        text-align: center;

    }*/
    
    .baseline {
        padding: 120px 0 240px;
    }

    .baseline-welcome {
        font-size: 3.75rem;
    }

    .baseline-slogan {
        font-size: 1.5rem;
        padding-bottom: 15px;
        padding-top: 17px;
    }

    .baseline-name {
        font-size: 4.375rem;
        letter-spacing: 12.5px;
        padding-top: 8px;
        padding-bottom: 17px;
    }
}

@media only screen and (min-width: 800px) {

    /*.logo {
        margin-bottom: -32px;
        text-align: left;
    }
    
    .menu {
        text-align: right;
    }*/

    .block {
        margin-bottom: 100px;
    }

    .block-last {
        margin-bottom: 60px;
    }
    .block-left, .block-right {
        display: flex;
        align-items: center;
    }
    
    .block-img {
        border: none;
        flex: none;
        position: relative;
    }

    .block-left .block-body .block-right .block-body {
        width: 445px;
        flex: none;
    }

    .block-img::before {
        content: '';
        display: block;
        border: solid 1px #c89446;
        position: absolute;
        top: -30px;
        left: -30px;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    .block-right .block-img::before {
        left: auto;
        right: -30px;
    }

    .block-img img {
         position: relative;
         z-index: 1;
    }

    .block-left .block-img {
        margin-left: 30px;
    }

    .block-right .block-img {
        width: 350px;
        margin-right: 30px;
    }

    .block-left .block-body {
        margin-left: 94px;
    }

    .block-right .block-body {
        margin-right: 94px;
        order: -1;
    }

    .title {
        margin-bottom: 2px;
    }

    .title::before {
        margin-bottom: 10px;
    }

    .more {
        display: block;
        margin-top: 1.3rem;
    }

    .home-section {
        background: 
           top 95px right 0px url(img/oranges.jpg) no-repeat,
           top 640px left 0px url(img/spices.jpg) no-repeat;
    }

    .ingredients-menu a {
        margin: 0 32px;
    }

    .menu-summary {
        position: relative;
        padding: 85px 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .menu-summary-item {
        padding-left: 192px;
        margin-bottom: 110px;
        width: calc(50% - 35px);
    }

    .menu-summary-item:nth-child(even) {
        text-align: right;
        padding-left: 0;
        padding-right: 192px;
    }

    .menu-summary-item:nth-child(even) .menu-summary-img {
        left: auto;
        right: 0;
    }

    .menu-summary-item:nth-child(even) .menu-summary-price {
        margin-left: auto;
    }

    .menu-summary-img {
        width: 160px;
    }

    .menu-summary-title {
        margin-top: 0;
        line-height: 1.2rem;
        background: #FFF;
    }

    .menu-summary p {
        background: #FFF;
    }
    .menu-summary-price {
        padding-top: 3px;
        width: 85px;
        background: #fff;
    }
    .block-chief {
        display: flex;
        align-items: center;
        margin: -12px;
    }

    .block-chief .block-img::before {
        display: none;
    }

    .block-chief .block-img {
        flex: none;
        width: 404px;
        order: 2;

    }
    
    .menu-summary::before {
        content:'';
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        width: 420px;
        height: 420px;
        border: solid 1px #c89446;
        transform: translate(-50%, -260px) rotate(45deg);
    }

    /*.reservation {
        padding: 100px 0;
    }

    .reservation-form-row {
        margin: 64px 0;
        display: flex;
        justify-content: space-between;
    }

    .reservation-form a {
        padding: 3px;
    }

    .reservation-form-row input, .reservation-form-row select {
        width: calc(33.33% - 20px);

    }
    
    .reservation input, .reservation select {
        padding: 0 0.5rem;
        width: 100%;
    }

    .button {
        padding: 11px 2rem;
    }*/

    .recipes {
        background: 
        top 95px right 0px url(img/news-bg.jpg) no-repeat,
    }

    .block-end {
        margin: 0 210px;
    }
        
}