/*--Adapted from Meghan Hall's code--*/
/*--https://github.com/meghall06/personal-website/blob/master/talks/talks.css--*/

.main-date {
    color: #fff;
    background-color: #038252;
    border-color: #038252;
    text-align: center;
    vertical-align: middle;
    border-radius: 12px;
    padding: 0.375rem 0.75rem;
}

h1.title, .title.h1 {
    color: #000;
    text-align: left;
}

.center-text {
  text-align: center;
}

h2, .h2 {
    border-bottom: none;
}

.page-item.active .page-link {
    background-color: #E2402E;
    border-color: #E2402E;
}

.page-item .page-link {
  /*  border-radius: 12px; */
    border: none;
    background-color: #fff;
}

ol, dl {
    list-style-type: none;
}


.li2 {
    margin-bottom: 30px;
    border: 3px solid #000;
    padding: 10px;
}

#title-block-header {
    margin-block-end: 1.5rem;
}

.btn-primary {
  color: #fff;
  background-color: #E2402E;
  border-color: #E2402E;
  border-radius: 12px;
  margin-right: 8px;
  margin-top: 10px;
}

.btn-primary:hover {
  background-color: #038252;
  border-color: #038252;
}

.btn-secondary {
  color: #fff;
  background-color: #000;
  border-color: #000;
  border-radius: 12px;
  margin-right: 8px;
  margin-top: 10px;
}

.btn-secondary:hover {
  background-color: #038252;
  border-color: #038252;
}

.thumb {
  width: 100px;
  height: auto;
  object-fit: cover;
  flex-shrink: 0;
}

