/* this a css file*/
nav ul li {
	display:inline-block;
}


#ul {
	margin:18px;
	padding:8px;
	margin-left:80px;
}
nav {
	z-index:12;
	padding: 20px;
	margin:-70px -8px 0px -8px;
	color: white;
	position:fixed;
	width:100%;
	opacity:1;
	height:40px;
	transition:background 0.5s;
	background:green;
}

nav:hover{
	background:rgba(100,100,100,.3);
	
}
#homemenu{
	width:40px;
	height:40px;
	float:left;
	 
}



 #closemenu{
	width:20px;
	height:20px;
	float:right; 
	 }

#homee{
	border-bottom:1px solid white;
}
nav ul:hover {
	opacity:5;
}
nav li:hover ul{
	display:block;
}

nav ul ul{
	display:none;
	background:rgba(100,130,250,.5);
	width:120px;
	
	margin-left:-5px;
	margin-top:7px;
	padding-left:0px;
	border-radius:10px 35% 10px 25%;
	overflow:hidden;
}
#nav_img{
	width:30px;
}

nav ul ul a{
	padding-top:10px;
	padding-bottom:10px;
	box-shadow:none;
	border-bottom:2px dashed white;
}

nav ul ul li{
	padding-top:10px;
	padding-bottom:10px;
}


nav ul:after{
	visibility:hidden;
}
nav ul{
	position:absolute;
}

#nav_float li {
	display:inline;
	float:right;
	margin-right:10px;
	background:#000033;
	
}


#nav_float li a{
	color:#0099CC;
	background:white;
}



#nav_float{
	
	margin-top:22px;
	margin-right:20px;
}



nav a{
	text-decoration:none;
	padding:10px;
	color:white;
	font-family:Trebuchet MS, Comic Sans MS;
	margin-left:-4px;
	box-shadow:rgba(102,179,255,.2) 0px 6px 8px inset;
	transition:background 0.5s, color 0.5s, padding 0.2s, padding-bottom 0.3s;
}

nav a:hover{
		border-bottom:1px solid white;
		padding-right:8px;
		padding-left:8px;
		padding-bottom:6px;
}

main{
	margin-top:-30px;
	background:green;
	margin-left:-8px;
	margin-right:-8px;
}

form{
	border-radius:5px;
	background: #ffffff;
	margin-left:60px;
	margin-right:60px;
	margin-top:100px;
}
#styling_form{
	margin-left:20px;
	
	
}
#header{
	margin-bottom:30px;
	text-align:center;
}
input[type="Search"]{
	margin-top:20px;
	height:40px;
	width:200px;
}
input[type="search"]:hover{
	color:black;
	background:#dddd;
}
input[type="search"]:focus{
	color:black;
	background:green;
}


input[type="button"]{
	height:40px;
	width:100px;
	border-radius:5px;
	background:#3b5998;
}
input[type="text"]{
	height:40px;
	width:200px;
}
input[type="number"],input[type="email"],input[type="date"]{
	height:40px;
	width:200px;
}

input[type="text"]:hover{
	color:black;
	background:#dddd;
}input[type="text"]:focus{
	color:black;
	background:green;
}





input[type="numbert"]:hover{
	color:black;
	background:#dddd;
}
input[type="number"]:focus{
	color:black;
	background:green;
}


input[type="email"]:hover{
	color:black;
	background:#dddd;
}
input[type="email"]:focus{
	color:black;
	background:green;
}


input[type="date"]:hover{
	color:black;
	background:#dddd;
}
input[type="date"]:focus{
	color:black;
	background:green;
}

select{
	height:40px;
	width:200px;
}
select:hover{
	color:white;
	background:#ddd;
	
}
select:focus{
	color:white;
	background:green;
}
input[type="address"]{
	height:40px;
	width:200px;
}
input[type="address"]:hover{
	color:white;
	background:#ddd;
	
}
input[type="address"]:focus{
	color:white;
	background:green;
	
}
input[type="submit"]{
	height:40px;
	width:200px;
	background:#6dd4fd;
	border-radius:5px;
}
input[type="submit"]:hover{
	color:white;
	background:#ddd;
	
}
input[type="submit"]:focus{
	color:white;
	background:green;
	
}

footer {
	background:blue;
	color:white;
	font-size:bolder;
	margin-top:-5px;
	margin-bottom:-10px;
	padding-right:10px;
	padding-left:40px;
	margin-right:-20px;
	padding-top:20px;
	margin-left:-10px;
	text-decoration:none;
}
#span2 {
	color:white;
	text-decoration:none;
}
