﻿
footer {color: #16242c;}

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

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

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

    main {height: 100vh;}
    main a div {height: 15vh; width: 25vw; position: absolute; top: 23.5%; left: 27%; display: block;}

    footer p {
        color: #f6e7e0;
        width: 100%;
        text-align: center;
    }

    a {text-decoration: none; color: inherit;}


}

