body {
  background-color: white;
}

/* These are the css elemets that affect the sidebar and overlay of the page */

#sidebar {
  overflow: hidden;
  border-right-style: solid;
  border-color: lightgray;
  height: 92.75vh;
}

#side-header {
  background-color: white;
  height: 3rem;
  font-family: DejaVu Sans Mono, monospace;
  text-align: center;
  border-color: lightgray;
  border-right-style: solid;
  user-select: none;
}

#left-overlay {
  width: 15rem;
  float: left;
  background-color: white;
}

#header-container {
  padding-top: 1rem;
  padding-right: 1rem;
}

.tab {
  background-color: white;
  width: 14rem;
  height: 3rem;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 0.25rem;
}

#tab3 {
  border-bottom-style: solid;
  border-bottom-color: lightblue;
  background-color: #f0f3f6;
}

img {
  height: 2rem;
  width: 2rem;
  padding: 0.5rem;
  float: left;
  padding-right: 1rem;
}

.tab img {
  padding-right: 1rem;
}

#sidebar h1 {
  font-family: DejaVu Sans Mono, monospace;
  font-size: 1rem;
  padding-top: 0.25rem;
  padding-left: 1rem;
  user-select: none;
}

a:link {
  text-decoration: none;
  color: black;
}

a:visited {
  text-decoration: none;
  color: black;
}

/* These are the css elements for the main page on the right of the screen */

#right-main-page {
  padding-left: 16.5rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.right-body {
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  font-family: DejaVu Sans Mono, monospace;
}

#right-header {
  border-bottom-style: solid;
  border-color: lightgray;
  padding-bottom: 1rem;
  padding-top: 1rem;
  text-align: center;
}

#calendar {
  max-width: 1100px;
  margin: 0 auto;
}

/* .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
} */

.rtab {
  width: 9rem;
  height: 3rem;
  background-color: #f0f3f6;
  display: inline-block;
  font-family: DejaVu Sans Mono, monospace;
  text-align: center;
  border-radius: 0.25rem;
}

#right-main-page h1 {
  font-family: DejaVu Sans Mono, monospace;
  font-size: 1rem;
  user-select: none;
}

/* for when the screen reaches shorter than 600 pixels */

@media only screen and (max-width: 600px) {
  .tab {
    width: 3rem;
  }

  #left-overlay {
    width: 3.5rem;
  }
  #side-header h {
    display: none;
  }
  #right-main-page {
    padding-left: 5rem;
  }
}
