header {
	background-color: #000;
}
.title-section {
	background-color: #000;
	padding: 10px;
	padding-top: 58px;
	color: white;
	font-size: 20pt;
	line-height: normal;
}
.about-section {
	background-color: #000;
	background-image: url('../images/code.png');
	background-size: cover;
	color: white;
	padding: 10px;
	margin: 0;
}
.about-section h1 {
	font-size: 20pt;
}
.members-section {
	background-color: rgb(74, 61, 52);
	background-image: url('../images/keyboard.jpg');
	background-size: cover;
	color: white;
	padding: 10px;
	margin: 0;
}
.members-section h1 {
	font-size: 20pt;
}
.member-name {
	font-size: 14pt;
	line-height: normal;
}
.member-name img {
	height: 32px;
	margin: 4px;
}
.member-detail {
	padding-left: 20px;
}
.social-section {
	background-color: #263238;
	color: white;
	padding: 10px;
	margin: 0;
}
.social-section h1 {
	font-size: 20pt;
}
.twitter-cell {
	height: 200px;
}
