﻿/* 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)
*/

h2 {
    padding: 0 0 .75em 1em;
}

main img {
    max-width: 100%;
}

footer {background: white;}


ul {
    list-style: inside;
    list-style-type: square/*'\2713'*/;
    font-size: 1.25em;
    line-height: 1.75em;
    padding-left: 2em;
}


/*li::before {
    content: "\2713\0020 "; "\2714\0020" "\2611\0020"
}*/
@media only screen and (min-width: 1110px) {

#deskBlue { display: none;
    }

.flex-container {
    height: 100vh;
    overflow: hidden;
}

h2 {padding: 0;}

main {
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    background: url("../img/deskBlue.png") no-repeat;
    background-position: bottom center;
    background-size:contain;
}

main div {
        display: flex;
        width: 100%;
        height: 100%;
}

    main div:first-child {
        font-size: 1.5em;
        flex-flow: column nowrap;
        position: relative;
        top: 1em;
        left: 1.75em;
    }

    main div:nth-child(2) {
        flex-flow: row wrap;
        justify-content: flex-start;
        position: relative;
        top: 1.75em;
        left: 1.75em;
    }

    main div:nth-child(2) ul {
        padding: 0 1.75em 0 0;
        display: flex;
        flex-flow: column nowrap;
        line-height: 1.5em;
    }

}



