﻿
section img {
    width: 10em;
}

footer {color: #16242c;}

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

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

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

    main {height: 85vh;}

        main section {margin-top: 2em;}

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

    section:nth-child(1) ul {
        padding-top: 0;
    }

    section:nth-child(1)>div div {
        padding: 0 2em;
    }

    section:nth-child(2) {
        margin-left: 2em;
    }

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

    h2 {
        font-weight: 600;
        padding-top: .5em;
    }

    h3 {font-size: 1.5em; font-style: italic;}
    h4 {font-size: 1em; font-weight: bold;}


    ul {
        padding: .5em 2em .5em 2em;
        list-style-type: circle;
    }

    section:nth-child(2) ul {
        list-style-type: disc;
    }

        footer {
        color: #f6e7e0;
    }


}

