#header {
	background: white;
}

.clickable:hover {
	cursor: pointer;
}

#banner {
	color: white;
	background: #003b43;
	background: linear-gradient(45deg, rgba(154,153,154,1) 10%, rgba(19,85,100,1) 25%, rgba(0,33,40,1) 35%, rgba(0,59,67,1) 100%);
}

#practice-info {
	background: #284c61;
	color: white;
}

#practice-info table {
	color: white;
}

.pill-li {
	background: #3e5e71;
	padding: 5px 20px 5px 20px;
	margin: 5px;
	border-radius: 15px;
}

#location {
	background: #f3f5f6;
}

footer {
	padding-top: 10px;
	color: white;
	background: #3c4754;
}

footer a {
	color: white;
}