
@media (min-width: 768px){
	#menuheader ul {
		display: flex;
		justify-content: center;
		padding-bottom: 1rem;
		list-style-type: none;
		margin: 0 4rem;
		width: 80%;
		position: absolute;
	}
	#menuheader ul li {	padding: 0 1rem; }
	#menuheader ul li p, #menuheader ul li a, #menuheader ul li { font-size: 12px; color: #ffffff; text-decoration: none;}
}