body{
	font-family: sans-serif;
	background-color: #444444;
}

.content-margin {
	margin-top: 20px;
	margin-left: 140px;
	margin-right: 20px;
}

.link-row {
	margin: 60px 80px 0 80px;
}

.legal-name {
	font-size: 36pt;
	color: #676767;
} 

.legal-name:hover {
	color: whitesmoke;
}

.nav-links {
	padding-right: 10px;
	list-style-type: none;
}

nav, .nav-links, .nav-links li {
	display: inline;
}

a {
	text-decoration: none;
	color: whitesmoke;
	margin-right: 30px;
}

.certs {	
	display: flex;
	flex-direction: row;
}

.home-blurb {
	color: whitesmoke;
	font-size: large;
	line-height: 1.5;
}

.column {
	display: flex;
	flex-direction: column;
}

.cred-id {
	color: whitesmoke;
}
