<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato" />
<style>

* {

}

.nav {
	
	text-align: center;
	font-size: 50px;
	font-family: 'Open Sans', sans-serif;
	color: #79A33D;
	margin-top: 60px;
	line-height: 35%;

}

.heading {
	text-align: center;
	font-size: 40px;
	font-family: 'Open Sans', sans-serif;
	color: white;
	margin-bottom: 30px;


}

a.cap {
	color: white;
}

a {
	color: #79A33D;
}

a.blocked {
	color: rgba(0, 0, 0, .70);
	

}


body {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Open Sans', sans-serif;
}

.text {
	margin-top: 20px;
	margin-left: 60px;
	margin-right: 60px;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: rgba(0, 0, 0, .70);
	font-weight: 500;

}

.text-main {
	margin-top: 20px;
	margin-left: 60px;
	margin-right: 60px;
	padding-bottom: 30px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: rgba(0, 0, 0, .70);
	font-weight: 500;

}

.text-third {
	margin-top: 30px;
	margin-left: 60px;
	margin-right: 60px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: rgba(0, 0, 0, .70);
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}

.text-blocked-green {
	margin-top: 20px;
	margin-left: 60px;
	margin-right: 60px;
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	color: white;
	font-weight: 300;
	background-image: url("images/MLK-image-edited.png");
	padding-top: 40px;
	padding-bottom: 100px;
	position: relative;
}

.text-blocked-blue { 
	margin-left: 60px;
	margin-right: 60px;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: rgba(0, 0, 0, .70);
	line-height: 1.2;
	font-weight: 300;
	background: #79BBC1;
	padding-left: 150px;
	padding-right: 150px;
	padding-bottom: 20px;
	position: relative;
	height: 400px;
}


.paper {
	background: white;
	padding: 50px;
	line-height: 1.2;
	position: absolute;
	z-index: 10;
	margin-top: -515px;
	width: 400px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	font-size:18px;

}

.red {
	background: #79A33D;
	color: white;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

h2 {
	color: #79A33D;
	font-family: font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	text-align: center;
}

h3 {
	font-size: 22px;
	color: rgba(0, 0, 0, .70);
	margin-top: 42px;
}

h4 {
	font-size: 23px;
	color: #79A33D;
	margin-top: -20px;
	color: #79BBC1;
}

.blue-span {
	font-style: italic;
}

.undertitle {
	font-size: 22px;
	color: #79A33D;
}

.responding {
	font-size: 40px;
	font-weight: 700;
}

.responding-text {
	margin-top: 20px;
}

.capitol {
	margin-top: 50px;
	background-image: url("images/capitol.png"); 
	background-position: center; 
	padding: 70px;
	margin-top: 50px;
	margin-left: 60px;
	margin-right: 60px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: white;
	font-weight: 300;
	line-height: 1.2;
	text-align: center;
}

.header {
	text-align: center;
	font-size: 50px;
	color: rgba(0, 0, 0, .70);
	margin-top: 35px;
}

.header-break {
	text-align: center;
	border-top: 1px;
	border-color: rgba(0, 0, 0, .70);
	border-top-style: solid;
	margin-top: 35px;
}

#green {
	font-weight: bold;
	color: #79A33D;
}

#green-blocked {
	font-weight: bold;
	color: #79BBC1;
}

#blue-blocked {
	color: white;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 40px;
	font-weight: bold;
}

#green-title {
	color: #79BBC1;
	text-align: center;
	font-size: 40px;
}

#logo { 
	height: 25px;
}

.logodiv {
	margin-top: 30px;
	text-align: center;
}

#banner {
	width: 1000px;
	margin-top: 30px;
}
</style>
</html>
