@charset "UTF-8";
/* About Us */

header {
	min-height: 75px;
	
}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;	
}

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

nav ul li a {
    display: block;
    padding-top: 35px;
    padding-right: 75px;
    padding-left: 75px;
    padding-bottom: 5px;
    color: white;
    font-size: 3em;
    text-decoration: none;	
}

nav ul li a:hover {
	color: red;
	
}

main  {
	color: white;
	margin: 0px;
	text-align: left;
	padding: 0px;
	width: 1000px;
	top: 75px;
	font-size: x-large;
	height: 650px;
	position: relative;
	left: 200px;
	
	
}

footer {
	
	
}