.center{
  margin-left: auto;
  margin-right: auto;}

.top-bar p{
  font-size:0.85em;}

section.team{
  background: url("/assets/images/banner-three-women-overlay.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4em 0;
  text-align: center;
  font-size: 1.5em;}

section.team .container{
  height: 75vh;
  min-height:650px;}

section.team .container .span8{
  padding-top:10%;}

section.team h3{
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);}

section.team p{
  font-size:0.8em;}

.announcement{
  margin-bottom:1em;
  padding:0.5em;
  padding-bottom:0.2em;
  font-size:1.2em;
  font-weight:bold;
  border:3px solid #ff4848;
  border-radius:10px;
  background:rgba(255,72,72,0.4);}

@media screen and (max-width: 680px){
  header {
    right: 0;
    left: 0;
    background: #fff;}
}