﻿/* Copyright Katherine Townsend */

/* Brown: #332e10, rgb(51,46,16), hsl(51.4,52.2,13.1)
	Blue: #1c4682, rgb(28,70,130), hsl(215.29, 64.6, 31)
    Yellow: #f5c501, rgba(245, 197, 1, 1), hsl(48.2,99.2,48.2)
*/


    main {
    padding: .5em 1.15em;
}

h2 {
    font-family: 'Ubuntu', 'Lato', sans-serif;
    padding-bottom: .5em;
}

p {
    line-height: 1.35em;
    font-size: 1.25em;
    padding-bottom: 1em;
}

main img {max-width: 100%;}

footer {
    font-size: .5em;
    opacity: 1;
    bottom: 0;
    align-items: flex-end;
    position: relative;
}


@media only screen and (min-width: 1110px) {

        main {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
        width: 90%;
        margin: 0 auto;
    }

    main div {
        padding: 4em 4em 0 4em; 
        width: 50%;
    }

    main p {line-height: 1.5em;}

        main div img {
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        }
    footer {position: absolute;}
}



