 *{

	margin: 0%;
	padding: 0;
	
	
	padding: 0;
	box-sizing: border-box;

}
header{
          background-image: url(asdf.jpg);
          height: 100vh;
          background-size: cover; 
          background-position: : center;
 

        



}
ul {

	float : right;
	list-style-type: none;
	margin-top: 30px;  

	}
ul li {
	display: inline-block;
} 
ul li a{
	text-decoration: 0;
	color: black;
	padding: 25px 35px;
	border:1px solid #000;
	transition: 0.6s ease;

}

ul li a:hover{
	background-color: red;
	color: #ffff;

}
 
ul li.act a{
	color-interpolation-filters: auto;
	
	width: 150px;
	height: auto;

}
.logo img{
	float: left;
	width : 240px;
	height: auto;
    border-radius: 50%;
}
.main{
	max-width: 1200px; 
	margin: auto; 
}
 
.
	}
.title h1{
	color: #fff;
	counter-reset: 0;
	font-size: 200px;
	float : right;
     padding-top:  800px;
     left: 20%;

}

/*a{
	border :1px solid yellow;
	background-clip: 2px font-size yellow;
}*/