﻿
footer {color: #16242c;}

    /*************************************** BEGIN SCREEN ***************************************/

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

    body {
        background: center no-repeat url(../img/0R2A6955e.jpg);
        background-size: cover;
    }

    main {height: 85vh;}

        main section {margin-top: 2em;}

        section:nth-child(1) > div > div:nth-child(1) {
            background-color: rgba(246,231,224,.7);
            color: #16242c;
            margin-bottom: 2em;
        }

        section:nth-child(1) > div > div:nth-child(2) {
            background-color: #16242c;
            color: #f6e7e0;
        }

    section:nth-child(3) > div > div:nth-child(1) {
        background-color: #16242c;
        color: #f6e7e0;
        margin-bottom: 2em;
    }

    section:nth-child(3) > div > div:nth-child(2) {
        background-color: rgba(246,231,224,.7);
        color: #16242c;
    }

    section:nth-child(1) {
        padding-left: 4em;
    }

    section:nth-child(3) {
        padding-right: 4em;
        padding-left: 8em;
    }
    
    h2 {
        font-weight: 600;
        padding-top: .5em;
    }

    h5 {width: 80%; text-align: left; font-style: italic; margin-bottom: -.5em; padding-top: .5em;}

    ul {
            padding: 1em 2em;
            list-style-type: disc;
            margin: 0;
        }

    section img {width: 20em; padding: 1em 0 2em 0;}


    footer {
        color: #16242c;
    }

}

