@charset "utf-8";

html, body {
	margin:0px;
	padding: 0px;
	text-align:center;
	background-image:url("../images/flamingo.jpg"); 
	background-position: top center;
	background-size: cover;
}
nav {
	height: 75px;
	
	display: flex; 
	align-items: center;
	
	
}
nav ul {
	width: 100%;
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	display:flex;
	justify-content: center;

}
	
nav ul li a {
	padding: 10px 45px;
	color:black;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.5rem;	
	
}

h1 {
	font-size: 5rem;
	padding:0px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: white
}

h2 {
	font-size: 2rem;
	padding-top:0px;
	color:antiquewhite;
	
}

p {
	font-size: 1.25rem;
	padding-top: 250px;
	padding-left: 150px;
	padding-right: 100px;
	text-align: right;
	color:white;
	font-weight: bold;
	
	
	
	
	
}