body
{
    font-family: proxima-nova;
    background-image: url('../images/cells.jpg');
    background-size: cover;
    font-size: 1.25em;
    min-width: 650px;
}
section
{
    width: 100vw;
    min-height: 100vh;
    background: none;
    position: relative;
    display: block;
    min-width: 650px;
}
    #section1
    {
        padding: 100px;
        background: rgba(128, 0, 0, .80);
        color: white;
    }
    #section2
    {
        padding: 50px;
        background: #EAEAEA;
        color: black;
    }
    #section3
    {
        background: linear-gradient(#FFFFFF, #BBBBBB);
    }
#masthead a
{
    text-decoration: underline;
    color: white;
}
    #masthead a:hover
    {
        text-decoration: none;
    }
ul
{
    padding: 0;
    min-width: 350px;
}
    li
    {
        list-style: square;
    }
h1
{
    font-weight: bold;
}

h4
{
    font-size: 1.33em;
}
h5
{
    font-size: 1.25em;
}
.snippet
{
    display: inline-block;
}

#masthead
{
    display: block;
}
    #portrait
    {
        width: 450px;
        height: auto;
        border-radius: 5px;
    }
    #title
    {
        margin: 5px 0 0 0;
    }
#practice_areas
{
    display: block;
    position: relative;
    margin-top: 300px;
    margin-bottom: 50px;
}
    #creative_claims
    {
        text-decoration: none;
        font-style: italic;
        font-size: 1.25em;
    }

#representative_clients a
{
    color: black;
}

#principal_services h2
{
    font-size: 1.6em;
    font-weight: bold;
    font-style: italic;
}

#principal_services li
{
    font-size: 1.33em;
    font-weight: bold;
}


#details
{
    display: flex;
    flex-wrap: wrap;
    flex-basis: auto;
}
    #details > div
    {
        display: block;
        margin-left: 50px;
    }
        @media screen and (min-width: 1800px)
        {
            #details > div
            {
                max-width: 33%;
            }
        }
    #details > div > div
    {
        margin-bottom: 25px;
    }
        #details > div > div h4
        {
            font-size: 1.33em;
        }
    #details > div > div > li > a
    {
        color: black !important;
    }

#contact_prompt
{
    width: 100%;
    text-align: center;
    margin-top: 50px;
    font-weight: bold;
}
    #contact_prompt a
    {
        font-size: 2em;
        color: black;
        display: inline-block;
        text-decoration: none;
    }
        #contact_prompt span
        {
            font-size: 2em;
        }
        #contact_prompt a:hover
        {
            text-decoration: underline;
        }

footer
{
    width: 100%;
    height: auto;
    padding: 25px 50px 25px 50px;
    background: #EAEAEA;
    text-align: center;
}
    footer a
    {
        color: #bbbbbb;
    }
