@charset "UTF-8";
/* CSS Document */

body {
	min-height: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-image: url("../images/18.jpg")
}

body img {
    width: 400px;
    height: auto;
    margin-top: -100px;
    margin-left: 5px;
}

footer img {
    width: 400px;
    height: auto;
    position: relative;
    margin-left: -50px;
    margin-top: -5px;
}

nav ul li a {
    display: block;
    padding-top: 5px;
    padding-right: 75px;
    padding-left: 5px;
    padding-bottom: 5px;
    color: white;
    font-size: 2em;
    text-decoration: none;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    text-align: left;
}

body p {
    color: white;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 3em;
    padding-left: 650px;
    border-top-width: thin;
    margin-left: 0;
}
