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

html {height: 100%;font-size:100%;}

/*@media (min-width: 1201px) {*/

body {display: flex;
	background-color: black;
	/*background-image:url('Art003eic.jpg');
max-width: 100%; max-height: auto;
	background-repeat: no-repeat;
background-size: cover;*/
font-family: Gill Sans, "sans-serif";
/*margin:auto; font-size: 5em;/* 
	/*max-width:100vw;max-height:auto;align-items:center;*/
	margin: 0;
	padding: 0;
	font-size: 100%;
	/*-webkit-size-adjust: none;*/
}

body {
	background-color: black;
	background-image:url('Art003eic.jpg');
	background-position: 50% 0;
	height: 100%;
max-width: 2048px; max-height: 1372px;
	width:100vw; background-repeat: no-repeat;
background-size: contain;
margin-left: auto;margin-right:auto;
}

.hero {
	font-size: 16px;
}

p {width:2048px; height:1372px;}

nav ul { list-style-type: none;
	margin-left: 8%;
	color:white;
	font-size:  16px;
margin-top: 25%;
font-weight: 700;
text-transform: uppercase}

a {color:white;border:none;font-size: 16px;}
a:hover {color:coral}

nav ul li {margin-top: 2rem;}

nav ul li:hover {color:coral}

