/* Documents Page Styles */

/* Typograhy */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.docs h1 {
  color: #222;
  font-weight: 700;
  font-size: .85em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.docs h2 {
  color: #222;
  font-weight: 600;
  font-size: 1.5em;
}

.docs h3 {
  font-weight: 600;
  font-size: 1.25em;
}

.docs h4 {
  font-weight: 600;
  font-size: 1em;
}

.h4 {
  font-weight: 600;
  font-size: 1em;
}


.docs h5 {
  font-weight: 600;
  font-size: .85em;
}

.project p {
  line-height: 1.65;
}

.docs .docs-demo {
  font-size: 15px;
  font-weight: 400;
}


/* Sidebar Navigation */
.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 4%;
}

.widget {
  border: none;
  margin-top: -3.9em;
  margin-bottom: -2em;
  padding-bottom: 0;
}


.widget.latest-posts a {
    color: #222;
	font-weight: 400;
	font-size: 1em;
	margin-bottom: 5px;
}

@media (max-width: 991px) {
.widget {
margin-top: 3em;
}
}

/* Accordion */
.btn-link {
    font-weight: 400;
	font-size: .875em;
    color: #111;
    background-color: transparent;
	text-decoration: none;
}

.btn-link:hover {
    color: #777;
    text-decoration: none;
}

#overview a, 
#criteria a {
	text-decoration: underline;
}

#projects .category {
    color: #999;
    letter-spacing: 0.08em;
    font-weight: 700;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
}

section.featured-posts p {
    font-weight: 400;
    color: #777;
    font-size: 0.95em;
}





