/* projects.css */

.contentOfProjects {
	font-size: 1.3rem;
	line-height: 1.35em;
}
.contentOfProjects dt {
	font-weight: 700;
	font-size: 115%;
	margin-bottom: 1.35em;
	text-align: left;
}
.contentOfProjects dd {
	margin-left: 1.7rem;
	margin-bottom: 2.7em;
	text-align: justify;
}
dt .subheading {
	margin-left: 1.7rem;
}

@media only screen and (min-width: 980px) {
	.contentOfProjects {	
		padding-right: 8vmin;
	}
}