img[src*='#left'] {
    float: left;
    margin-right: 2em;
    margin-bottom: 0.5em;
}

img[src*='#right'] {
    float: right;
    margin-left: 2em;
    margin-bottom: 0.5em;
}

img[src*='#center'] {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
  float: none!important;
  margin-bottom: 1em;
}

#intro {
    height: 40em !important;
}

.nav-tabs li {
  margin-bottom: 1em !important;
}

.list .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}

.list .schedule-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}

.list .schedule-item:hover {
  background-color: #fff;
}

.list .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
}

.list .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

.list .schedule-item .speaker img {
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

.list .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.list .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}

.list .schedule-item p {
  margin-bottom: 0;
}

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1 0 auto;
}

#footer {
  flex-shrink: 0;
}

.section-header {
   hyphens: auto;
}

@media (min-width: 768px) {
    .event-time {
        text-align: right;
    }
}
