/* Change the colors of the text */


/* Modify the text colour of links in sidebars */
.sidebar a {
  color: #000000;
}

/* Modify modal (citations) */
.modal-dialog {
    max-width: 600px;
}


/* Change page background color */
body {
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image:linear-gradient(#2C7BB6, #ABD9E9, #FFFFBF, #FDAE61); /*, #D7191C*/
}

main {
  background-color: white !important;
  margin-top: 0rem;
}

/* Ensure eBook fills all space */
.container-fluid {
  max-width: 120rem;
}
.container-fluid main {
  max-width: 70rem;
}

.chapter-nav {
  margin-bottom: 1rem;
}

.bg-primary {
  background-color: rgba(0, 0, 0, 0) !important;
}

nav[data-toggle="toc"] .nav a.nav-link.active, nav[data-toggle="toc"] .nav .nav-link.active > li > a {
  border-style: solid;
  border-color: black;
  border-width: 1px;
  border-radius: 5px;
  background-color: transparent;
}
