@charset "UTF-8";
/* Menus */

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/18.jpg")
}

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

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;	
}
