/* page specifc width */
@media (min-width: 1200px) {
  .container-main {
      width: 95%;
  }
}
/* Specific typography */
.profile-name {
  font-weight: 600;
  margin-bottom: 20px;
  color: #3b6694;
}
.profile-positions p {
  margin-bottom: 0;
}
.bio-link {
  margin-top:15px;
  font-size: 16px;
}
.profile-content ul {
  margin: 10px 0 20px 0;
}
.profile-content ul li {
  list-style: none;
  padding-bottom: 5px;
}
.profile img {
  max-height: 330px;
}
.section-separator {
  height: 2px;
}
.proj-list {
  margin-bottom: 20px;
}
/* Specific containers and regions -------------------------------------------*/
#main a {
  color: #e23a43;
  text-decoration: underline;
}
#main a:hover,
#main a:focus,
#main a:active {
  text-decoration: none;
}
.profile {
  display:flex;
  margin-bottom: 20px;
}
.profile-content {
  margin-left: 30px;
}
.profile-content .description {
  padding: 10px 0 10px 0;
}
@media (max-width: 991px) {
  .profile-picture {
    text-align: center;
  }
}
@media(max-width: 767px) {
  .title,
  .page-title {
    padding-left: 20px;
  }
  .profile-content {
    margin-top: 20px;
    margin-left: 0;
    padding: 20px
  }
  .person img {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 530px) {
  .person img {
    max-width: 250px;
    width: 70%;
  }
}
