:root {
    --datblue: #152ff5;
}

.section-link {
    display: none;
    margin-left: 5px;
    text-decoration: none;
}

h2:hover .section-link, h3:hover .section-link, h4:hover .section-link, h5:hover .section-link, h6:hover .section-link {
    display: inline;
}

.board-image {
    height: 100px;
    width: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.card-hover:hover {
    border-color: var(--datblue);
}

.google-maps {
    margin-bottom: -6px;
    height: 300px;
}

.event-image {
    height: 200px;
    object-fit: cover;
}

.event-image-large {
    height: 200px;
    object-fit: cover;
}

.event-image-large:hover {
    opacity: 0.5;
}

.social-link {
    flex: right;
    padding: 0px;
    height: 25px;
    border: solid;
    border-width: 0px;
    border-radius: 5px;
    border-color: #151515;
}

.social-link:hover {
    opacity: 0.6;
}

.image-inverted {
    filter: brightness(0) invert(1);
}

.timeline {
    border-left: 1px solid var(--bs-secondary);
    position: relative;
    list-style: none;
}

.timeline .timeline-item {
    position: relative;
}

.timeline .timeline-item:after {
    position: absolute;
    display: block;
    top: 0;
    background-color: var(--bs-secondary);
    left: -18px;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
}

.timeline .timeline-item-primary:after {
    background-color: var(--bs-primary);
}
