body{
	background-color: black;
}
/*styling the first class */

#firstclass{
	background-color:#0000ff;
	width: 100%;
	margin-top: 2%;
}
#mylogo{
	margin-top: 1%
	margin-bottom:1%;
}
#h1{
	color: white;
}
#call{
	font-size: 30px;
	text-align: center;
	margin-top:  2%;
	box-shadow: 1px 1px 2px 1px white;

}


/*styling the second class*/
#secondclass{
	background-color: #ff661a;
	color: black;

}
/*header*/
#headlink{
	text-decoration: none;
	color:blue;
}
#headlink:hover{color: black;}
#headlink:active{color: white;}


/*styling the third class*/

#homeclass{
	background-color: #ff661a;
	color: white;
	font-size: 30px;
	text-align: center;
	width: 100%;
}

#fourthclass{
width: 100%;
}
#thirdleft{
	background-color:#0033cc;
	font-size: 17px;
	color: white;
	



}
#thirdright{
	background-color:#0000ff;
	color: white;
	

}
p{font-size: 20px;
line-height: 1.5em;}
h2{color: black;}
#capabilities{
	color: black;
}