body{
	margin:0;
}
#div1{
	height:60px;
	width:100%;
	/* background-color: #012031db; */
	border: 1px solid black;
	
}
li{

	list-style:none;
	height: 60%;
	margin-top: 1%; 
	margin-left:4%;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 6px;
	font-size: 20px;
	

}
a{
	text-decoration: none;
	color:black;
}
ul{
	margin:0;
	position: absolute;
	height:9%;
	display: flex;
	width: 60%;
	
}

li:hover{
	background-color:#012031db; 
	color:white;
	border-radius: 10px;
	
}
a:hover{
	color:white;
}

#logo{
	height:60px;
	width:60px;
	position: absolute;
	right:0;
	border-radius:50px;

}
#para1{
	margin:0;
	position: absolute;
	/* top: 9; */
	right: 70px;
	font-size: 40px;
	font-family: 'Dancing Script', cursive;
}
#para2{
	margin:0;
	position: absolute;
	top: 50%;
	left:25%;
	color: aliceblue;
}
h1{
	margin:0;
	position: absolute;
	top: 40%;
	left:20%;
	font-family: 'Dancing Script', cursive;
	font-size: 35px;
	color: aliceblue;
}
#child1{
	height:500px;
	width:30%;
	float:left;
	/* border:1px solid black; */
	background-color: #012031db;
	position:relative;
	box-shadow: 0 0 10px; 
}
#child2{
	height:500px;
	width:70%;
	/* border:1px solid black; */
	float:left;
	box-shadow: 0 0 5px;
	/* background-image:url("./../img/pexels-rachel-claire-5490933.jpg"); */
	 /* background-repeat :no-repeat;  */
	/* background-size:cover;  */
	/* background-attachment: fixed; */
}
img{
	width: 100%;
	height: 100%;
}
#button1{
	width: 30%;
	height: 6%;
	position: absolute;
	top: 60%;
	right:15%;
	border-radius:15%; 
	/* background-color: darkgray; */
	/* border:1px solid black; */
	box-shadow: 0px 0px 10px black;
	font-size:15px;
	color: white;
	background-color: #012031db;
	border: #012031db;
	
}
#button2{
	width: 30%;
	height: 6%;
	position: absolute;
	top: 60%;
	left:15%;
	border-radius:15%;
	/* background-color: darkgray; */
	/* border:1px solid black; */
	box-shadow: 0px 0px 10px black;
	font-size:15px;
	color: white;
	background-color: #012031db;
	border: 1px solid #012031db;
	
}
