/*
   FONTS
*/
@import url("http://overpass-30e2.kxcdn.com/overpass.css");

h1, h2, h3, h4, h5, h6 {
  color: #e30613;
}

h2 {
  font-size: 150%;
  background-color: none;
  border-bottom: 1px solid #ccc;
}

p, li {
  font-family: 'Overpass', sans-serif !important;
  font-size: 15px !important;
  line-height: 1.6em;
  color: #666666;
}

.caption-text {
  color: #e30613;
 }

.wy-nav-content a {
  color: #e30613;
}
  
.wy-nav-content a:hover, a:focus, a:active {
  color: #f47e3c;
}

/*
   MAIN THEME
*/
.wy-side-nav-search {
  background-color: #343131;
}

.wy-side-nav-search input[type="text"] {
  border-color: #343131;
}

.wy-nav-top {
  background: #343131;
}

.wy-nav-content {
  max-width: none;
}

div[class^='highlight'] {
  border-radius: 0px;
  background: #EFF3F5;
}

.rst-content dl:not(.docutils) dt {
  background: none;
  border-top: solid 1px #CFCFCF;
}

.rst-content dl:not(.docutils) tt {
  background-color: #ECF0F3;
}

.rst-content dl:not(.docutils) tt.descname {
  font-weight: bold;
  font-size: 120%;
}

.rst-content dl:not(.docutils) tt.descclassname {
  background-color: transparent;
  font-family: monospace;
  font-weight: lighter;
  font-size: 120%;
}
