html { 

}
body{
	color:DarkSlateGrey;
	font-family: arial, helvetica, sans-serif;
	padding-top:0;
	position: relative;
	padding-top: 50px;
}
.breaker
{
	clear:both;
}
#abcx{ 
	background-image: url("../Images/background.jpg");
	width: 100%;
	background-size:cover;
	text-align: center;
}#abc{ 
	background-image: url("../Images/paisley.png");
	width: 100%;
	text-align: center;
}
.btn-lg{
	height: 50px;
	width: 50px;
	margin-top: 4px;
}
h1{
	font-size:400%;
	margin-top: 60px;
	//color: white;
}
.margintop{
	margin-top: 25px;
	margin-bottom: 25px;
}
#BtnInactive{
	color:#e6e6e6;
}