@charset "utf-8";
/* CSS Document */
body{
	background-color: azure;

}
header{
	background-color:rgba(37,44,87,1.00) ;
	height:200 px;
	

	
}

header img{
	width: 100%;
}
nav ul li {
	display: inline;
	
}
nav ul li{
	width: 5%
}
nav a{
	list-style-type: none;
	text-decoration: none;
	padding: 50px;
	color: white;
	font-size: 2em

}
nav{
	background-color: rgb(0, 153, 201);
	font-family: "Montserrat", sans-serif;
	color: black;
	font-size: 0.9em;
	padding-top: 10px;
}

section{
	background-color:rgb(255, 255, 254);
	font-family: "Montserrat", sans-serif;
	color: black;
	margin: 10px;
	padding: 10px;
	

}

footer{
	background-color: rgb(251, 194, 5);
	font-family: "Montserrat", sans-serif;
	color: black;
	font-size: 0.7em;
	
}

 img{
	padding-right: 10px;
	}