@charset "utf-8";
/* CSS Document */

html, body{
	background: #FFF;
	
}

nav {
	position: relative;
	height: 40px;
}
nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	display:flex;
	flex-direction: row;
}
nav ul li {
	 flex-grow: 1;;
}
nav ul a {
	display:block;
	padding:1em;
	background-color:LightGray ;
	text-align:center;
	margin-right:0.2em;
	text-decoration:none;
	color:#000000;
	
	font-family: Arial, Helvetica, sans-serif;
	
	text-decoration: none;
	font-size: 0.9em;
	
	
}
nav ul a:hover {
	background-color:LightCoral;
}

#main {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-color: black;
	font-weight: bold;
	font-size: 16px;
}

#main ul {
	list-style-type: none;
}

#main ul li {
	margin-bottom: 3%;
}

footer {
	color: #666;
	text-align: center;
	margin-top: 5%;
	margin-bottom: 2%;
}
button{
	padding:0em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-top-color: #066; 
    border-left-color: #066;
	border-right-color: #066;
	border-bottom-color: #066;
	background-clip:#09C;
	background-color:#CCC;
	border-radius: 8px;
	}
	input{
		border-radius: 8px;
		
		}