body, button, input, select, textarea {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  color: #000;
}

h2.profile {
	border:2px solid #4d639f;
	padding:0.2em 0.5em;
	color:#4d639f;
	/* border-radius: 4px; */
}

h3.profile {
	background-color:#4d639f;
	padding:0.2em 0.5em;
	color:#fff;
	font-weight:normal;
	font-size:1.6em;
	/* border-radius: 4px; */
}

h4.profile {
	border-bottom:2px solid #4d639f;
	padding:0.2em;
	color:#4d639f;
	font-size:1.4em;
	/* border-radius: 4px; */
}

p.profile {
	text-indent:1em;
	margin:2em 0;
}

dt {margin-bottom:0;}

/* @media (min-width: 768px) {
  dt {float:left;margin-bottom: 0em;}
	dd {margin-left: 16em;margin-bottom:0.5em;}
} */

h1.title {
  background-color: #4d639f;
  color: #fff;
  font-family:serif;
	font-size:3em;
	padding:1em;
	text-align:center;
}
