/*  page specifc width */
@media (min-width: 1200px) {
  .container-main {
      width: 95%;
  }
}
/* typography */
.bio-link {
  font-size: 16px;
  text-decoration: none;
}
.bio-link:hover,
.bio-link:active,
.bio-link:focus {
  color: #e23a43;
  text-decoration: underline;
}
h2.title {
  margin-top: 30px;
  margin-bottom: 30px;
}
h3.blue-text {
  font-weight: 800;
}
p.title {
  margin-top: 10px;
}
.section-seperator{
  height: 2px;
}
@media (max-width: 1199px) {
  .event-pic {
    text-align: center;
  }
  .event-pic img {
    max-width: 800px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .event-pic img {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  h3.blue-text {
    margin-top: 15px;
  }
}

/* layout */
.profile ul {
  margin-left: 35px;
}
