@charset "utf-8";
/* CSS Document */

header {
	border-bottom: 1px solid #999;
	margin-top: 50px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}


footer {
	width:100%;
	bottom: 0;
	position: fixed;
	background-color:#FFFFFF;
}

h2 {
	font-size: 1.5em;
}

nav {
	margin-top:25px;
}

.icon {
	margin-right: 10%;
}

.footerText {
	font-size:0.8em;
}

.loginContainer {
	background-color:#DEEAED;
	margin-top: 20em;
	padding: 4em;
}