.transparent-background {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.container-wrapper {
  background: url("../images/mainbackground.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-title,
.header-sub-title {
  text-align: center;
  text-shadow: 2px 2px #504c4c;
}

.header-title {
  color: white;
  font-size: 35px;
}

.header-sub-title {
  color: #cccccc;
  font-size: 18px;
  margin-top: 20px;
}

.section {
  padding: 80px 0 100px;
}

.gray-color {
  background-color: #f7f7f8;
}

.section-header {
  text-align: center;
  margin-bottom: 30px;
}

.date-label,
.date-event {
  text-align: center;
}

.date-event {
  margin-bottom: 15px;
}
.date-event.highlight {
  color: red;
  font-weight: 700;
}
.date-event.nonhightlight {
  color: #007bff;
  font-weight: 700;
}

.centering {
  text-align: center;
}

.portrait{
    float:left;
    width:30%;
}

.bio{
    float:right;
    width:70%;
}

/*# sourceMappingURL=index.css.map */
