﻿body {
    background-color: #111;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    padding: 0;
}

h1 {
    font-family: 'Open Sans';
    font-size: 50px;
    font-weight: 400;
    line-height: 70px;
    min-height: 70px;
    margin: 200px 0 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

div.recipe-wrapper {
    margin: auto;
    padding: 0;
}

    div.recipe-wrapper a.rw-image {
        background-size: cover;
        background-position: center center;
        display: block;
        height: 250px;
        margin: auto;
        width: 500px;
    }

    div.recipe-wrapper a.retry {
        color: #fff;
        display: block;
        margin: 50px 0 0 0;
        text-align: center;
        text-decoration: none;
    }

        div.recipe-wrapper a.retry:hover {
            text-decoration: underline;
        }

    div.recipe-wrapper h2 {
        font-family: 'Open Sans';
        font-size: 50px;
        font-weight: 400;
        line-height: 50px;
        margin: 10px 0 0 0;
        padding: 0;
        text-align: center;
    }

        div.recipe-wrapper h2 a {
            color: #f3ffa2;
            text-decoration: none;
        }

            div.recipe-wrapper h2 a:hover {
                text-decoration: underline;
            }

@media (max-width: 700px) {
    h1 {
        font-size: 30px;
        line-height: 40px;
        margin-top: 0;
        min-height: 40px;
    }

    div.recipe-wrapper a.rw-image {
        width: 100%;
    }

    div.recipe-wrapper h2 {
        font-size: 30px;
        line-height: 35px;
    }
    
    div.recipe-wrapper h2 a {
        font-size: 30px;
        line-height: 35px;
    }
}