body{
	background-image: url("n1.jpeg");
    background-size: cover;
}

img{
	width:140px;
	height:90px;
	
	
}
.heading1{
	float: left;
	
}
.heading2{
	float: left;
	font-family:Alexis;
	font-size:45;
	color:#A52A2A;
	text-shadow:1px 1px;
	
}

.menubar{
	background-color:rgba(0, 128, 0, 0.3) /* Green background with 30% opacity */;
	overflow: hidden;

}
ul{
	list-style-type:none;
	
}
li{
	color:white;
	display:inline;
	font-size:20px;
	padding:8px;
}
li a{
	color:white;
	text-align:center;
	padding: 14px 16px;
	text-decoration: none;
}
a:hover {
  background-color: orange;
}
.home{
	color: White;
}

h2{
	text-align: center;
	font-family: Alfredo Heavy;
	text-shadow: 1px 1px;
	font-size: 40;
	color: hsla(0, 100%, 30%, 0.3);
	text-decoration: underline;
}
h3{
	text-align: center;
	font-family: Alfredo Heavy;
	font-size: 30;
	text-decoration: underline;
}
p1{
	font-family: times new roman;
	font-size: 20;
	color: White; 
	font-style:italic; bold;
}

.paragraph1{
	padding: 10px;
	margin: none;
	text-align:justify;
	font-size-adjust: 0.58;

}
.box{
	width:800px;
	height:400px;
	padding:10px;
	margin:20px auto;
	box-shadow: 0px 0px 10px 2px white;
	background-image: url("n2.png");
	
	
}