p.caption {
  color: #777;
  margin-top: 10px;
}
p code {
  white-space: inherit;
}
pre {
  word-break: normal;
  word-wrap: normal;
}
pre code {
  white-space: inherit;
}


/*--- LOGO ---*/

.toc-logo {
  background-color: #123638 !important;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.toc-logo img {
  max-width: 100%;
  height: 65px;
  margin-bottom: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.summary > li:first-child {
  height: auto !important; 
}


/*----- Headings -------*/

.h1, h1, .h2, h2 {
  color: #38736b;
 }
 
 .h3, h3 {
  color: #8cad9e;
 }
 
  .h4, h4 {
  color: #123638;
 }
 



/*------------ TOC --------------*/

.book .book-summary {
  background: #123638;
}

.book .book-summary ul.summary li a, .book .book-summary ul.summary li span {
  color: #ffffff;
}

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


.book .book-summary ul.summary li.active>a { /*active TOC links*/
  color: #3de3b0 !important;
  border-left: solid 4px;
  border-color: #3de3b0;
  padding-left: 11px !important;
}  


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

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

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


