/* navbar */
/* color of navbar */
.navbar-default {
    background-color: #823300;
}

/* size of navbar menu items */
.navbar {
    font-size: 14px;
}

/* size of navbar title */
.navbar-brand {
    font-size: 18px;
}

/* Color of title (first line) in index.html */
.title {
  color:  #823300; /*#b34700;*/
  text-decoration: initial;
}

h1 {
  font-size:30px;
  color: #823300; /* #b34700; */
  /*text-decoration: underline;*/
 
}
h2 {
  font-size:22px;
  color: #823300; /*#b34700;*/
}

h3 {
  font-size:18px;
  color: #b34700;
}

/* font weight of main headers in table of contents (300 is default) */
.tocify-header {
  font-weight: 500;
}

.list-group-item.active {
  background-color: #823300; /* #b34700;changes color of box at top of ToC -- maybe this blue?: #4775d1*/
}

.list-group-item.active {
    background-color: #b34700;
}
.list-group-item.active:hover {
    background-color: #b34700;
}

/* font weight of main headers in table of contents (300 is default) */
.tocify-header {
  font-weight: 500;
}
