body{
	margin: 0px 30px 0px 30px;
	background-image: url(background.png);
	font-family: arial;
}
/*this is first header */
#header1{
	background-color:#39006A;
	height: 40px;
	word-spacing: 10px;
}
#menu1 a{
	color: white;
	text-decoration: none;
	font-size: 17px;
	line-height: 40px;
}
#banner2{
	margin-top:30px;
}
#banner2 img{
	width: 100%;
}
nav{
	height: 42px;
	background-color:#39006A ;

	
}
nav ul {
	list-style: none;
}
nav ul li a{
	text-decoration: none;
	float: left;
	padding: 0px 40px;
	color: white;
	line-height: 42px;
	background-color: #39006A;

	
	
	
}
nav ul li a:hover{
    background-color: white;
    color: #39006A;
}
section{
	background-color: white;
}
section h1{
	
	text-align: center;
	font-size: 60px;
	color:#39006A;
	margin-top: 0px; 


}
section h2{
	color: orange;
    text-align: center; 
    border: ridge;
	border-width: 9px;
	border-radius: 23px;

}
section p{
	font-size: 14px;
	font-family: cursive;
	background-image: url(banner-background.png);
	color: white;
}
article{
	background-color: #E1DEDE;

}
article img{
	width: 40% ;
	height: 300px;
	float: left;
	border: solid grey;
	border-radius: 200px;

}
article p{
	width: 50%;
	float: right;
	color: grey;
	font-family: arial;
	
}
footer {
	margin-top: 600px;
	width:100%;
	height:450px;
	background-color:black;
}
 .box{
       width:400px;
       margin-top:50px ;
       border-right:ridge;
       border-color: white;
       float: left;
 }
footer h3 {
        color: red;
        font-size:32px;
        text-align:center;
 }
 footer p{
         color: #F69448;
         margin-left:50px;
         padding-right:10px;
 }
 .box1{
       width:500px;
       float:right;
       margin-top:50px;
       margin-left:-100px;
 }
 .box1 h3{
      text-align:center;
      color:white;
 }
.box1 p{
      margin-left:60px;
}
span{
      color:white;
 }