{
	padding: 0;margin: 0;box-sizing: border-box;font-size: sans-serif;

	 
}
/*font-family: 'Great Vibes', cursive;*/
.nav1{
	width: 100%;
	height: 50px;
	color: white;
	background: #222f3e;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.nav1 i{
	margin: 0 5px;
}
.nav1 a{
	text-decoration: none;
	color: white;
	padding: 5px 10px;
	background: #e67e22;

}
.nav1 a:hover{
	background: #03a9f4;
	transition: 3s;
	font-weight: bold;
	font-family: 'Great Vibes', cursive;
}
.nav1 p:hover{
	background:black;
	color: white;
	font-weight: bold;
	font-size: 20px;
	font-family: 'Great Vibes', cursive;
	transition: 3s;
}
.nav2{
	width: 100%
	height: 60px;
	background: url(1.jpg);
	color: white;
	font-size: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 70px;
}
.nav2 a:hover{
	background-color: aqua;
	color: red;
	font-weight: bold;
	font-family: 'Great Vibes', cursive;
	transition: 3s;
}
.menu a{
	text-decoration: none;
	color: white;
	padding: 10px 20px;
}
header
{
	width: 100%;
	height:100vh;
	background: url(png4.jpg);
	background-size: 100% 100%;
	background-size: 100% 100%;

}

.h-text{
	max-width: 600px;
	color: white;position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.h-text h1{
	font-size: 3em;
	font-family: 'didot';
	color: #00FF7F;
	font-weight: bold;
}
.h-text a{
	text-decoration: none;
	color: white;
	padding: 5px 10px;
	background: #e67e22;
}