html { 

}
body{
	color:DarkSlateGrey;
	font-family: arial, helvetica, sans-serif;
	position: relative;
}
.breaker
{
	clear:both;
}
.navbar-brand{
	font-size: 1.8em;
}
#home{
	background-image: url("../Images/background.jpg");
	width: 100%;
	background-size:cover;
}
#topRow{
	margin-top: 100px;
	text-align: center;
}
#topRow h1{
	font-size:400%;
	font-color:darkslategrey;
	margin-top: 50px;
}
.bold{
	font-weight: bold;
}
.margintop{
	margin-top: 30px;
}
.marginBottom{
	margin-bottom: 30px;
}
.inputwidth{
	width: 200px;
}
.center{
	text-align: center;
}
#footer{
	background-color: lightblue;
	width: 100%;
}
#logoutButton{
	color:white;
	text-decoration:none;
}