  .container {
      padding: 80px 120px;
  }
  .person {
      border: 10px solid transparent;
      margin-bottom: 25px;
      width: 80%;
      height: 80%;
  }
  .person:hover {
      border-color: #DDD;
  }

.xnavbar-default{
    background-color: #f8f8f8;
    border-bottom: solid 1px #e7e7e7;
}
.xnavbar-nav{
  width: 100%;
}
.xnav div{
width:calc(20% - 4px);
  display: inline-block;
  text-align: center;
  height: 48px;
  padding-top: 15px;
}
.xnav div a{
  color: #777;
  text-decoration: none;
}
.xnav div:hover{
  color: black;
  font-weight: bold;
  cursor: pointer;
}
.xnavbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.active{
  background-color: #DDD;
  color: white;
}


