/* navbar */
.navbar-default .navbar-brand {
    color: #daa520  /*#daa520;*/
}

.navbar-brand {
    font-size: 16px;
}

h1 {
  font-size:36px;
  /*text-decoration: underline;*/
 
}
h2 {
  font-size:32px;
  color: #bd6133;
  /*font-weight: 400;*/
  /*color: #daa520;*/
}

h3 {
  font-size:28px;
  color: #2c3e50;
}

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

.title {
  color:  #b34700; /*#DF7401;*/
  text-decoration: initial;
}

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

/* Link colors */
a {
  color: #0055a4;
}

a:hover,
a:focus {
  color: #002145;
  text-decoration: underline;
}

/* Navbar links */
.navbar a {
  color: #ffffff;
}

.navbar a:hover,
.navbar a:focus {
  color: #f2c94c;
}

/* Active navbar item */
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #001b34;
}

/* Make main text feel more like the original Yeti site */
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  color: #333333;
}

/* Keep paragraphs a bit tighter, like the original */
p {
  margin: 0 0 10px;
}

/* Make normal page headings less heavy */
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

/* Preserve orange page title look */
h1.title {
  color: #b44a0b;
  font-weight: 400;
}

/* Slightly reduce the visual weight of tutorial links */
a {
  font-weight: 400;
}

#TOC {
  font-size: 13px;
}

/* Level 1 */
#TOC .tocify-header > .tocify-item {
  font-size: 13px;
  padding-left: 4px;
  font-weight: 700;
}

/* Level 2 */
#TOC .tocify-subheader > .tocify-item {
  font-size: 12px;
  padding-left: 8px;
  font-weight: 400;
}

/* Level 3 */
#TOC .tocify-subheader .tocify-subheader > .tocify-item {
  font-size: 11px;
  padding-left: 16px;
  font-weight: 400;
}

#TOC .tocify-item {
  padding: 5px 12px;
  line-height: 1.2;
}

#TOC .list-group-item {
  padding-top: 5px;
  padding-bottom: 5px;
}