header {
  background-color: blue;
  color: white;
  text-align: center;
  padding: 20px;
}

/* Style for breadcrumb */
.breadcrumb {
  display: inline-block;
  padding: 5px 10px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 1px 1px 3px grey;
}

/* Style for breadcrumb links */
.breadcrumb a {
  color: blue;
  text-decoration: none;
}

/* Style for last breadcrumb link */
.breadcrumb .active {
  color: grey;
}
.intro-body {
  height: 100%;
}

.intro-body.d-flex {
  display: flex;
}

.intro-body.flex-column {
  flex-direction: column;
}

.intro-body.justify-content-center {
  justify-content: center;
}

.intro-body.align-items-center {
  align-items: center;
}

.breadcrumb {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .desktop-only {
    display: none;
  }
}
.faculty-social {
  display: flex;
  justify-content: flex-start;
  align-items: left;
  padding: 10px 0;
}
.faculty-social a {
  margin-right: 10px;
}
