@charset "utf-8";
/* CSS Document */


.menu{
	
	color:white;
}


.menu p:hover{
	color:#e67e22;
}


.nav {

position:fixed;
	


}
#menu{
	
	margin-left:10px;
	color:white;
	
}


body{
background-color:#e67e22;
}

ul {
	list-style-type:none;
	margin-top:50px;
	padding:10px;

}

li a { 
text-decoration:none;
margin-right:80px;
color:white;

}
 li a:hover
{
color:white;	
border-bottom:2px solid #e67e22;
transition:all 0.5s ease-in;
padding:15px 0;
}


 .header li a.active {
    background-color:yellow;
	color:red;
}

body{

   
background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url("images/back10.jpg");
height:100vh;
backgrpund-size:cover;
background-position:center;
 background-repeat: no-repeat;
	

}
body{
background-color:#e67e22;
}


header h1{

font-size:50px;
	margin-top:100px;



}


  tr:hover {
          background-color:#e67e22;
        }


.form{
color:white;
background-color:#e67e22;
margin-top:50px;

}


#footer	{
background-color:#e67e22;
color:white;
}

#menu p:hover{
	
	color:
	
}
	
	