﻿body {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    background: white;
    color: darkgoldenrod;
}

img {
    float: left;
    margin: 1%;
    margin-bottom: 8px;
    box-sizing: border-box;
    border-radius: 20px;
    width: 450px;
    height: 550px;
}

p {
    font-family: 'Open Sans', sans-serif;
    background-color: wheat;
    color: black;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
}

nav {
    background-color: wheat;
    height: 50px;
}

    nav ul {
        font-family: 'Open Sans', sans-serif;
        text-decoration: none;
        height: 50px;
        width: 650px;
        margin: 0 auto;
    }

        nav ul li {
            font-family: 'Open Sans', sans-serif;
            text-decoration: none;
            list-style-type: none;
            float: left;
            width: 150px;
        }

li a {
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color: black;
    text-align: center;
    line-height: 50px;
    display: block;
}

    li a:hover {
        background-color: white;
        color: black;
    }



@media screen and (min-width: 600px) {
    body {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        background: white;
        color: darkgoldenrod;
    }

    img {
        float: left;
        padding-top: 100px;
        padding-left: 150px;
        padding-right: 100px;
        padding-bottom: 100px;
    }

    p {
        font-family: 'Open Sans', sans-serif;
        background-color: wheat;
        color: black;
        margin-left: 200px;
        margin-right: 300px;
        padding-bottom: 200px;
        padding-right: 100px;
    }

    nav {
        background-color: wheat;
        height: 50px;
    }

        nav ul {
            font-family: 'Open Sans', sans-serif;
            text-decoration: none;
            height: 50px;
            width: 650px;
            margin: 0 auto;
        }

            nav ul li {
                font-family: 'Open Sans', sans-serif;
                text-decoration: none;
                list-style-type: none;
                float: left;
                width: 150px;
            }

    li a {
        font-family: 'Open Sans', sans-serif;
        text-decoration: none;
        color: black;
        text-align: center;
        line-height: 50px;
        display: block;
    }

        li a:hover {
            background-color: white;
            color: black;
        }
}
