#recipes{min-height:calc(100VH - 607px)}#recipes .recipe-box{align-items:center;display:flex;flex-flow:column;height:100%;justify-content:space-between;padding-bottom:2rem}#recipes .recipe-box .recipe-image{background-position:center;background-repeat:no-repeat;background-size:cover;height:200px;width:100%}#recipes .recipe-box .recipe-details{align-items:center;display:flex;flex-flow:column;justify-content:center;width:100%}#recipes .recipe-box .recipe-details .recipe-title{color:#2d2d2d;font-family:'Cormorant Garamond',serif;height:48px;margin:1rem 0;text-align:center;text-transform:uppercase}#recipes .navigation{display:flex;justify-content:flex-end}#recipes .navigation li{border:1px solid #7e7e7e;border-radius:0;color:#7e7e7e;margin-left:.5rem}#recipes .navigation li.active{border-color:#28aac5;color:#28aac5}@media(max-width:1199px){#recipes .navigation{justify-content:center;margin-top:3rem;padding:0}}@media(max-width:767px){#recipes .recipe-box{padding-bottom:4rem}}