﻿.recipes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card {
    width: 200px;
    height: 260px;
    margin: 0 0 30px 0;
}

.card:hover {
    opacity: .9;
}

.card--float {
    float: left;
}

.card--link:hover {
    text-decoration: none;
}

.card__no-image,
.card__image {
    width: 100%;
    height: 200px;
}

.card__title {
    background: rgb(233, 234, 232);
    color: #614924;
    box-sizing: border-box;
    font-family: Orienta;
    height: 60px;
    padding: 9px 10px 10px 10px;
    text-transform: uppercase;
    text-align: center;
}
