* {
    font-family: 'Lato', sans-serif;
}
body {
    padding-top: 75px;
}
h1, h2, h3 {
    font-family: 'Roboto', sans-serif;
    color: #002868;
}
h1, h2 {
    text-align: center;
}
.section-anchor {
    position: relative;
    top: -75px;
}
.section-header, .page-header {
    padding-top: 1em;
    padding-bottom: 1em;
    font-family: 'Roboto', 'sans-serif';
    text-align: center;
    color: #002868;
}
.section-divide {
    border-top: 1px solid #002868;
    margin: 1em;
}
.navbar {
    background-color: #002868;
}
.navbar-brand img {
    max-width: 75px;
    max-height: 75px;
}
.navbar img {
    max-height: 50px;
    max-width: 50px;
}
.sponsor {
    text-align: center;
}
.sponsor img {
    max-height: 200px;
}
.poster-text h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: black;
}
.poster-text h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: black;
}
.selectedEvent {
    border-width: 3px;
    z-index: 3;
}
.calendarDate {
    text-align: center;
    padding: 0.185rem 0.25rem;
    border-radius: 0.25rem;
    display: inline-block;
    width: 2rem;
}
.calendarToday {
    font-weight: bold;
}
.calendar {
    position: sticky;
    top: 90px;
}
.event-date {
    font-weight: bold;
    text-align: right;
}
.event-location {
    font-weight: bold;
}
.event-title {
    font-size: 125%;
    color: #002868;
}
.event-time {
    text-align: right;
}
.news-date {
    font-weight: bold;
    text-align: right;
}
.newsitem {
    margin: 20px 0;
}
.img-thumbnail {
    max-height: 150px;
}

