body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
    font-weight: 200;
	color: #3a3a3a;
}
h1,h2,h3,h4 {
	font-family: "filson-soft";
	font-weight: 100;
}
h1 {
	font-weight: 300;
	font-size: 32pt;
}
h2 {
	font-size: 18pt;
}
h3 {
	font-size: 14pt;
}

h2.anchor:before,
h3.anchor:before,
h4.anchor:before {
	content: "#";
	color: #5ca1d7;
	margin-top: 5px;
	font-size: 14pt;
	position: absolute;
	margin-left: -26px;
}
a {
	color: #5ca1d7;
	transition: color 0.2s ease;
}
a:hover {
	color: #9ed0f0;
	text-decoration: none;
}
.navbar {
    min-height: 90px;
}
.navbar-default {
	background: #fff;
	border-top: 5px solid #5ca1d7;
}
.navbar-brand {
	padding: 24px 29px;
}
.navbar-text {
    margin-top: 30px;
    margin-bottom: 30px;
}
.navbar .slogan {
	font-family: "filson-soft";
	font-weight: 200;
	color: #cecece;
	font-size: 15pt;
	margin: 27px 0;
}
.navbar .slogan b {
	margin: 0 4px;
	font-weight: 200;
	color: #7a7a7a;
}
.side-nav.affix {
	top: 0;
	z-index: 99;
}
.side-nav .heading {
	margin: 34px 16px 14px 16px;
	font-family: "filson-soft";
	font-weight: 300;
}
.side-nav .nav>li>a {
	padding: 0px 15px;
	font-size: 11pt;
    font-weight: 400;
	transition: ease all 0.2s;
}
.navbar-nav>li>a {
	padding: 10px 30px;
}
@media (min-width: 768px) {
	.navbar-nav>li>a {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
}
.side-nav .nav>li>a:hover,
.side-nav .nav>li>a:active {
	background: transparent;
	color: #9ed0f0;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	background: transparent;
	color: #5ca1d7;
	font-weight: bold;
}
.content {
	padding: 0 80px;
	border-left: 1px solid #e7e7e7;
}

.lead {
	margin: 24px 0;
	line-height: 26pt;
	font-size: 14pt;
	color: #7f7f7f;
}

p {
	max-width: 90%;
	margin: 24px 0;
	line-height: 22pt;
	font-size: 12pt;
}

hr {
	max-width: 20%;
	margin-left: 0;
}

pre {
	margin: 24px 0;
	border: 0;
	border-radius: 6px;
	padding: 20px;
	max-width: 100%;
	background: #f7f7f7;
	margin-left: -20px;
}
code {
	font-family: Consolas, Monaco, 'Andale Mono', monospace;
	direction: ltr;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	line-height: 22pt;
	font-size: 10pt;
    padding: 4px;
    color: #717171;
}
pre code {
	font-size: 10pt;
}
blockquote ol:first-child, blockquote p:first-child, blockquote ul:first-child {
	margin-top: 0;
}
.hljs {
	background: transparent;
	padding: 0;
    color: #717171;
}

table {
	width: 100%;
	margin: 0 -5px;
}
table th {
	border-bottom: 1px solid #e7e7e7;
}
table td, table th {
	padding: 5px;
}
.docs-navigation {
	border-top: 1px solid #e7e7e7;
	position: relative;
	margin: 40px 0;
}
.docs-navigation .back-to-top {
	position: absolute;
	top: -22px;
	padding: 10px;
	background: #fff;
	color: #b7b7b7;
	left: 50%;
	transform: translateX(-50%);
	text-transform: uppercase;
	font-weight: 400;
}
.docs-navigation .back-to-top:hover {
	color: #5ca1d7;
}
.docs-nav-item {
	margin: 20px 0;
}
.docs-nav-item a {
	font-size: 12pt;
}
.docs-nav-item .heading {
	text-transform: uppercase;
	font-size: 11pt;
	opacity: 0.8;
}

.toc ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.toc ul li a {
	font-weight: 400;
}
.toc ul li a:before {
	content: "#";
	color: rgba(92, 161, 215, 0.62);
	/*position: absolute;*/
	margin-right: 10px;
}

footer {
	background: #fbfbfb;
	z-index: 999;
	position: relative;
}
