.calendar-entry-row {
    border-bottom: 1px solid #1ba7c8;
    margin-top: 60px;
    padding-bottom: 20px;
}

.calendar-date, .calendar-sim-logo, .calendar-event-name {
    color: rgb(145, 147, 149);
    margin: auto;
    font-family: 'nexalight';
    font-weight: normal;
}

.calendar-event-name {
    font-size: 20px;
}

.calendar-day-number {
    font-size: 45px;
    background-color: #1ba7c8;
    color: #ffffff;
    width: 50%;
    margin: auto;
}

.calendar-month-string {
    font-size: 18px;
    margin: auto;
}

.calendar-sim-logo {
    height: 70px;
}

.calendar-sim-logo img {
    border-left: 1px solid #1ba7c8;
    height: 100%;
}

.calendar-title {
    position: relative;
    max-width: 75%;
    margin: auto;
    
    height: 100px;


}

.calendar-title p {
    color: #ffffff;
    z-index: 2;
    margin: auto;
    font-family: 'nexalight';
    font-size: 28px;
    background-color: rgb(7, 11, 13);
    padding-left: 40px;
    padding-right: 40px;
}

.calendar-title:before {
    display: block;
    background-color: rgb(7, 11, 13);
    position: absolute;
    left: -500%;
    top: 0;
    width: 2000vw;
    height: 100%;
    content: " ";
    z-index: 0;
    white-space: nowrap;
}
