@charset "utf-8";
/* CSS Document */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    margin:1em 0 .5em 0;
    color: #000;
}

.lead {color:#666; margin-bottom:1.5em;}
.clear {clear:both;}

a {
  text-decoration: underline;
  color: #0056b3;
}

a:hover, a:focus {
  text-decoration: none;
  color: #014e6c;
  outline:2px solid #014e6c;
  outline-offset: 2px;
}

.logo {text-align:center; margin:4em 0 0 0;}

.center {text-align:center;}

.img-circle {
    border-radius: 50%;
    height:150px;
    margin-bottom: 1em;
}

.dkblue {color:#002661;}
.brpink {color:#ca3360;}
.hph1 {font-size:4em;}


.round {
	display:inline-block;
	margin:2em 1em;
	background:#000000;
	color:#ffffff;
	font-size:1.3em;
	border-radius:50%;
	text-decoration:none;
	padding:.8em 1em;
}

.round:hover, .round:focus {
	background:#014e6c;
	text-decoration:none;
  color: #fff;
  outline:2px solid #014e6c;
  outline-offset: 2px;
}

.about {
  list-style-type:none;
}

.about2 {
  float:left;
}
