/*css file for website about Judy Heumann created for the Unsung Heroes Project by Aprameyan Ramanujan*/

/*Body*/
body {
	margin: 0;
	font-family:  Arial, sans-serif;
}

/*Paragraph*/
p {
	font-size: 20px;
}

/*Unordered list*/
ul {
	font-size: 20px;
}

/*Content container class*/
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FFFFFF;
}

/*Top navigation bar class*/
.topnav{
	overflow: hidden;
	background-color: #333;
	flex-wrap: nowrap;
}

/*Top navigation bar - tabs*/
.topnav a {
	float: left;	
	text-align: center;
	color: #f2f2f2;
	text-align:  center;
	padding:  16px 16px;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration:  none;
	font-size:  17px;
}


/*Top navigation bar - active links*/
.topnav a.active{
	background-color:  #ffd700;
	/*background-color:  #04AA6D;*/
	/*background-color:  #00FF00;*/
	color:  black;
	font-weight: bold;
}

/* Footer bar class*/
.footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #333;
	color: #FFFFFF;
	font-weight: lighter;
}

/*Responsive class to make pages responsive*/
.responsive {
	max-width: 80%;
	height:  auto;
	align-content: center;
}