body {
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.wy-side-nav-search{
	background-color: #f49717;
}

.wy-side-scroll{
	background-color: #211711;
}

.wy-side-scroll .caption-text{
	color: #e84a16;
}

.wy-side-nav-search input[type=text] {
	border-color: #211711;
}
.rst-content .toctree-wrapper>p.caption, h1, h2, h3, h4, h5, h6, legend{
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.rst-content code, .rst-content tt{
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
	color: #f49717;
}

a:hover {
	color: #e84a16;
}

div .wy-nav-content a:visited{
	color: #e84a16;
}

div .wy-nav-content a:visited:hover{
	color: #f49717;
}

.btn-neutral{
	background-color: #f1f0ef !important;
}

.btn-neutral:hover{
	background-color: #f5eae9 !important;
}

.wy-menu-vertical li.toctree-l1.current>a{
	background-color: #e84a16;
	color: #d9d9d9;
	border: 0;
}

.rst-content .highlighted{
	background-color: #f49717;
}

#search-results .context{
	color: black;
}