﻿/* 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;
}

.trademark {font-weight: 100; font-size: smaller;}

img {max-width: 100%;}

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

main {
    display: flex;
    flex-flow: column nowrap;
    width: 90%;
    margin: 2rem auto;
}

main img {
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,.2), 1px 1px 1px 1px rgba(0,0,0,.1) inset, 1px 0px 1px 0px rgba(0,0,0,.3);
    margin-bottom: 1rem;
    border-radius: 2px;
}

main img:hover, img:active {
        box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.6);
        opacity: .8;
    }


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

    #pgtitle {
        padding-top: 1rem;
        width: 100%;
   }

    header div h2 {
        padding: 1.5rem 0;
        text-align: center;
        background-color: rgb(28,70,130);
        color: white;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        font-size: 2rem;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.19);
        margin: 0 -3.3em 0 -1.15em;
    }

    main {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 1rem 3rem;
    }
    
    footer {position: relative;}
}



