.topnav {
  background-color: #b36936;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 5px;
  z-index: 10;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  border: 1px solid black;
}

.topnav a:hover {
  background-color: #deae02;
  color: white;
}

.topnav .active {
  background-color: #cf9c56;
  color: white;
}

.TimeBox {
    border-radius: 10px;
    border-style: solid;
    border-width: 10px;
    width: 200px;
    height: 70px;
    background-color: black;
    cursor: pointer;
    background-size: cover
}

.good {
    border-color: #338F22;
}

.bad {
    border-color: #BF4E4E;
}

.neutral {
    border-color: #B36936;
}

.TimeContainer {
    margin-top: 15vh;
    display: flex;
    flex-direction: row;
    width: auto;
}

.TimeColumn {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
}

.TimeEntry {
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    
}

.ChapterNumber {
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 20px;
  text-align: center;
}

.ChapterTitle {
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 16px;
  text-align: center;
}