html { 

}
body{
	color:black;
	font-family: arial, helvetica, sans-serif;
	padding-top:0;
	position: relative;
	padding-top: 50px;
	background-image: url("../Images/background.JPG");
	background-size: cover;
	width: 100%;
}
.breaker
{
	clear:both;
}

h2{
	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;
}
.marginleft{
	margin-left: 10px;
}
#BtnInactive{
	color:#e6e6e6;
}