*, ::before, ::after {
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    line-height: 1.625;
    margin: 0;
    font-family: "source sans pro", "sans-serif" ;
    color: #6f6f6f;
}

img {
    width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color .3s
}


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)),
        fixed url(img/eggs.jpg) center center / cover no-repeat;
    color: white;
}

.topbar {
    padding: 18px 20px;
    font-size: .875rem;
    text-transform: uppercase;
    text-align: center;
}

.navbar-item:hover {
    color: #C89446;

}

.logo {
    margin-bottom: 15px;
}

.navbar-item {
    display: inline-block;
    margin: 0 15px;
}

.navbar-button {
    border: solid 1px #C89446;
    padding: 9px 10px;
    transition-property: color, background-color;
}


.navbar-button:hover{
    background: #C89446;
    color: white;
}

.baseline {
    padding: 50px 0 70px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.baseline-welcome {
    font-family: "pinyon script", "sans-serif";
    font-size: 3.7rem;
    color: #C89446;
    display: block;
    line-height: 1;
}

.baseline-name {
    display: block;
    padding-bottom:10px;
    font-size: 4.375rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 11px;
}

.baseline-slogan {
    font-size: 1.5rem;
    font-weight: 300;
    display: block;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.home-section {
    padding-top: 9px;
}

.container-small {
    margin: 0 auto;
    padding: 0 20px ;
    max-width: 960px;
}

.container {
    margin: 0 auto;
    padding: 0 20px ;
    max-width: 1150px;
}

.block {
    margin-bottom: 50px;
}

.title {
    font-size: 1.75rem;
    line-height: 1.1;
    letter-spacing: 0.12rem;
    text-transform: uppercase;
    color: black;
    font-weight: bold;
    margin: 1rem 0 0 0;
}

.title span {
    font-family: "pinyon script", "sans-serif";
    font-size: 2.5rem;
    color: #C89446;
    display: block;
    text-transform: none;
}

    .title::before {
        content: '';
        display: inline-block;
        width: 24px;
        height: 2px;
        background: #C89446;
        margin-bottom: 0.5rem;
    }

.more {
    color: #C89446;
}

.more::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 9px;
    margin-left: .7rem;
    background: url(img/small-right.svg) center center no-repeat;
    transition: transform .3s;
}

.more:hover {
    text-decoration: underline;
}

.more:hover::after {
    transform: translateX(5px);
}

.block-img {
    max-width: 350px;
    margin: 0 auto;
    border: solid 1px #C89446;
}

.block-img img {
    display: block;
}

.block-centered {
    text-align: center;
}

.ingredient-menu {
    font-weight: 600;
    color: #383838;
    text-transform: uppercase;
    text-align: center;
}

.ingredient-menu a {
    display: inline-block;
    margin: 0 20px;
    position: relative;
}

.ingredient-menu a::after {
    content: '';
    display: block;
    bottom: 5px;
    left: 0;
    right: 0;
    height: 1px;
    background: #C89446;
    position: absolute;
    transition: .3s;
    opacity: 0;
}

.ingredient-menu .active::after, .ingredient-menu a:hover::after {
    bottom: 0;
    opacity: 1;
}

.menu-summery-title {
    font-size: 1.125rem;
    color: #383838;
    font-weight: bold;
    margin-bottom: 0.75rem;
}

.menu-summary p {
    margin-top: 0;
    font-size: 0.875rem;
}

.menu-summary-item {
    position: relative;
    padding-left: 120px;
    margin-bottom: 30px;
}

.menu-summary-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
}

.menu-summary-price {
    font-size: 2rem;
    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)),
        fixed url(img/reservation.jpg) center center / cover no-repeat;
    color: rgba(255, 255, 255, 0.6);
    padding: 50px 0;
}

.reservation .title {
    color: white;
}

.reservation input, .reservation select {
    width: 100%;
    padding: 0 0.5rem;
    border: solid 1px #6f6f6f;
    color: white;
    background: transparent;
    text-transform: uppercase;
    margin-bottom: 15px;
    height: 40px;
    font-size: 0.875rem;
    font-family: "source sans pro", "serif";
    transition: background .3s, border-color .3s;
    appearance: none;
}

.reservation input:focus, .reservation select:focus{
    background-color: rgba(255, 255, 255, .1);
    border-color: #C89446;
}

.reservation select{
    background: url(img/select.svg) no-repeat right 0.5rem center;
}
    
.button{
    font-weight: 600;
    font-size: 0.875rem;
    background: #C89446;
    border: solid 1px transparent;
    color: #fff;
    border: none;
    align-items: center;
    padding: 11px 1rem;
    text-transform: uppercase;
    transition: .3s;
}

.button:hover {
    background: transparent;
    border: solid 1px #C89446 ;
    color: #fff;
    cursor: pointer;
}

.reservation button {
    width: 100%;
}

.reservation .block-centered .block-body{
    max-width: none;
}

.reservation p {
    max-width: 625px;
    margin-left: auto;
    margin-right: auto;
}

select option{
    color: #f2f2f2;
}

.recipes-list {
    font-weight: 300;
    font-size: 1.125rem;
    max-width: 920px;
    margin-left: auto;
}

.recipes-list strong {
    font-weight: bold;
    color: #383838;
    display: block;
    line-height: 1.2;
}

.recipes-date strong {
    font-size: 1.75rem;
}

.recipes-list-item {
    display: flex;
    border-bottom: solid 1px #f2f2f2;
    margin-top: 1rem;
}

.recipes-list-item p {
    margin-top: 0;
}

.recipes-list-item:last-child {
    border-bottom: 0;
}

.recipes .more {
    display: block;
    text-align: center;
    margin-top: 60px;
}

.recipes {
    padding: 50px 0;
    background: top left / 50vw auto url(img/news-bg.jpg) no-repeat;
}

.recipes-date {
    width: 50px;
    flex: none;
    line-height: 1;
}

.map {
    width: 100%;
    height: 460px;
}

footer {
    background: #383838 bottom right no-repeat;
    color: #fff;
    font-weight: 300;
    padding: 40px 0;
}

.footer-title {
    margin-bottom: 1.25rem;
    color: #C89446;
    font-weight: bold;
}

.footer-column {
    margin-bottom: 2rem;
}

@media only screen and (min-width: 600px) {
    html {
        font-size: 18px
    }

    /*body {
        background: linear-gradient(to top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)),
        url(img/screenshot.png) top center / cover no-repeat;
    }


    header {
        background: none;
        border-bottom: solid 1px #000;
    }*/

    
    .topbar {
        display: flex;
        max-width: 1305px;
        margin: 0 auto;
        padding-top: 20px;
        justify-content: space-between;
        letter-spacing: 1px;
        align-items: center;
    }

    .logo {
        margin-bottom: 0;

    }

    .baseline {
        padding: 145px 0 267px;
    }

    .baseline-name {
        font-size: 4.75rem;
        letter-spacing: 12px;
        padding-top: 10px;
    }
    
    .baseline-slogan {
        font-size: 1.5rem;
        letter-spacing: 5px;
        padding-top: 5px;
    }
    .baseline-welcome {
        font-size: 3.75rem;
        padding-top: 5px;
    }
    
    
    
}

@media only screen and (min-width: 800px) {
    
    .block {
        margin-bottom: 100px;
    }

    .block-left, .block-right {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .block-right .block-img{
        width: 350px;
        order: 2;
    }
    
    .block-left .block-body{
        margin-left: 20px;
    }

    .block-right .block-body{
        margin-right: 20px;
    }

    .block-left .block-body, .block-right .block-body {
        width: 445px;
        flex: none;
    }

    .block-img  {
        border: none;
        /*flex: none;*/
        position: relative;
    }

    .block-img::before {
        content: '';
        display: block;
        position: absolute;
        top: -30px;
        left: -30px;
        width: 100%;
        height: 100%;
        border: solid 1px #C89446;
        z-index: 0;
    }

    .block-img img {
        position: relative;
        z-index: 1;
    }

    .title {
        margin-bottom: 1.1rem;
    }

    .title::before {
        margin-bottom: 20px;
    }

    .more {
        display: block;
        margin-top: 1.5rem;
    }

    .home-section {
        background: 
         top 95px right 0 url(img/oranges.jpg) no-repeat,
         top 640px left 0 url(img/spices.jpg) no-repeat;
        
    }

    .ingredient-menu a {
        margin: 0 33px;
    }

    .menu-summary {
        position: relative;
        padding: 85px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .menu-summary-item {
        padding-left: 192px;
        width: calc(50% - 35px);
        margin-bottom: 115px;
        z-index: 1;
    }

    .menu-summary-item:nth-child(even) {
        padding-left: 0px;
        padding-right: 192px;
        width: 50%;
        text-align: right;
    }

    .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: 0;
        line-height: 1;
        background: white;
    }

    .menu-summary p {
        background: white;
    }

    .menu-summary-price {
        margin-top: 2rem;
        width: 80px;
        background: white;
    }

    .menu-summary::before {
        content: '';
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        width: 400px;
        height: 400px;
        border: solid 1px #C89446;
        transform: translate(-50%, -280px) rotate(45deg);
        z-index: 0;
    }

    .block-chief {
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

    .block-chief .block-img::before {
    display: none;
    }

    .block-chief .block-img{
        flex: none;
        width: 404px;
        order: 2;
    }

    .reservation {
        padding: 100px 0;
    }


    .reservation-form-row{
        margin: 64px 0;
        display: flex;
        justify-content: space-between;
    }

    .reservation-form-row input, .reservation-form-row select {
        width: calc(33.33% - 20px);
    }

    .reservation button {
        width: calc(33.33% - 20px);
    }

    .recipes {
        padding: 60px 0;
        background-attachment: fixed;
    }

    .recipes .title {
        text-align: right;
    }

    .recipes .container > p {
        text-align: right;
        max-width: 716px;
        margin-left: auto;
    }
    .recipes-date {
        width: 95px;
    }

    .recipes-list {
        margin-top: 64px;
        margin-bottom: 64px;
    }
    .recipes .more {
        display: block;
        text-align: right;
        margin-top: 60px;
    }

    .footer-columns {
        display: flex;
        justify-content: space-between;
    }

    .footer-column {
        width: 300px;
        margin-right: 50px;
    }

    .footer-column:first-child {
        width: 450px;
    }

    .footer-column:last-child {
        margin-right: 0;
        flex: none;
    }

    .footer-column ul{
        padding-left: 0;
        list-style-type: none;
    }

    .footer-column ul li::before {
        content: '- ';
    }

    .footer-column a {
        text-decoration: underline;
    }

    .footer-column a:hover {
        color: #C89446;
    }

    .footer-credit span {
        font-weight: bold;
    }

    .footer {
        background-image: url(img/splash.png) ;
    }

}