@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

body{
    text-align: justify;
}

/*----- Toolbar line at top----- */

/* The next two rules make the horizontal line go straight across in top navbar */

.summary > li:first-child {
	height: 50px;
	padding-top: 10px;
	border-bottom: 1px solid transparent;
}

.book .book-summary ul.summary li.divider {
	height: 0px;
}

/* TOC book title */

.summary > li:first-child a {
    font-size: 11.5px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: normal !important;
    color: #17571f !important;
    letter-spacing: 1pt;

}

.book .book-header.fixed {
  border-bottom: 1px solid transparent;
}

.book .book-header .btn {
  color: #00471a99;
}

.book .book-header .btn:hover {
  color: #00471a;
}


/*------------- Body and header text---------------- */
.book.font-family-1 {
  font-family: 'Titillium Web', sans-serif;
  color: #404040;
}

h1, h2, h3, h4 {
  font-family: 'Titillium Web', sans-serif;
}

h2, h3 {   
  font-family: 'Titillium-Web', sans-serif;
}
.title {
  font-family: 'Titillium-Web', sans-serif;
}

.subtitle {
  font-family: 'Titillium-Web', sans-serif;
}

h1 {
  color: #26732e;
  font-size: 41px !important;
}

h2 {
  color: #093012;
}

h3 {
  font-size: 1.1em;
  color: #0c4526;
}

h4 {
  font-size: 1.1em;
  color: #0c4526;
}

.title {
  font-family: 'Titillium-Web', sans-serif;
  font-size: 3em !important;
  color: #26732e;
  text-transform: none !important;
}

.subtitle {
  font-family: 'Titillium-Web', sans-serif;
  color: #26732e !important;
}


/*-----Body Links-------*/

.book .book-body .page-wrapper .page-inner section.normal a {
  color: #26732e;
}

.book .book-body .page-wrapper .page-inner section.normal a:hover {
 color: #26732e; /* darker color when hovering */
 text-decoration: underline;
}

/*------------ TOC --------------*/
.summary{
  font-family: 'Titillium-Web', sans-serif;
}

.book .book-summary {
  background: linear-gradient(to top, rgb(19, 104, 11), 1%,rgba(236, 240, 241,1.0));
  border-right: #d9d9d9 solid 1pt;
}

/* numbers */

li a b  {
  padding-right: 1em;
}

/* list items*/
.book .book-summary ul.summary li a, 
.book .book-summary ul.summary li span {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  color: #1d472a;
}

.summary a:hover {
  color: #060806 !important;
} 

/*active TOC links*/
.book .book-summary ul.summary li.active>a { 
  color: #00780c !important;
} 
    
/* parts */
li.appendix span, li.part span { 
  margin-top: 1em;
  color: #2d5e30;
  opacity: 1 !important;
  text-transform: uppercase;
  letter-spacing: 1pt;
  font-size: 11px !important;
  font-weight: bold;
  white-space: normal !important;
}

/* ----- For Large Screens -----*/


@media (min-width: 1900px) {
  
  .book .book-header.fixed {
    left: 500px;
}
  
  /* Content width */
  .book.with-summary .book-body {
      left: 500px;
  }
  
  /* TOC */
  .book .book-summary {
    width: 500px;
    left: -500px;
  }

  .book.with-summary .book-header.fixed {
      left: 500px;
      
  }
}


@media (min-width: 1500px) {
  
  /* Content width */
  .book.with-summary .book-body {
      left: 400px;
  }
  
  /* TOC */
  .book .book-summary {
    width: 400px;
    left: -400px;

  }

  .book.with-summary .book-header.fixed {
      left: 400px;
  }
}


@media (min-width: 1400px) {
  
  /* Content width */
  .book.with-summary .book-body {
      left: 350px;
  }
  
  /* TOC */
  .book .book-summary {
      width: 350px;
      left: -400px;
  }

  .book.with-summary .book-header.fixed {
      left: 350px;
  }
} 