
body, html { 
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
}

.banner {
	background-color: 34a853; 
	height: 2em; 
	width: 100%; 
	color: white; 
	font-family: 'Open Sans', sans-serif;
	font-weight: bold; 
	line-height: 2em;
	text-align: center;
}

.navbar {
	background-color: black; 
	height: 2em;
	width: 100%;
	color: white; 
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	line-height: 2em;
}

.navbar a {
	color: white;
	text-decoration: none; 
}

.navbar-left {
	float: left; 
	padding-left: 1em;
}

.navbar-right {
	float: right; 
	padding-right: 1em;
}

.pentagon {
	background-image: url("./pentagon.jpg");
	background-position: center;
	background-size: cover;
	height: 789px;
	font-size: 2em;
}

.pentagon-text {
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold; 
	line-height: 789px;
	text-align: center; 
}

.need-account {
	height: 4em;
	line-height: 4em;
	text-align: center;
}

.assistance {
	background-color: 34a853; 
	height: 2em;
	width: 100%;
	color: white; 
	font-family: 'Open Sans', sans-serif;
	line-height: 2em; 
	text-align: center;
}

.assistance-text {
	display: table; 
	margin: 0 auto; 
	padding: 1em;
}

.googleform {
	display: table;
	margin: 0 auto;
	border: 0;
}


