/* fixed navbar */
nav {
 margin-top: 80px;
}

nav > div:first-of-type {
 position: fixed;
 width: 100%;
 top: 0px;
 z-index: 1;
}
nav * {
  z-index: 1;
}

.theme--dark nav > div:first-of-type {
 background-color: #272727;
}
.theme--light nav > div:first-of-type {
 background-color: #e7e7e7;
}

.theme--light .event {
    border-radius: 10pt 10pt 0 0;
}
.theme--dark .event {
    border-radius: 10pt 10pt 0 0;
}