/** css/yourtheme.css **/

/* This line is theme specific - it includes the base theme CSS */
/*@import '../alabaster.css';  /* for Alabaster */
@import 'theme.css';       /* for the Read the Docs theme */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
      font-family: "Open Sans";
      color: #333333;
}

footer {
	color: #333333;
}

li > a.icon.icon-home {
  color: #cf3c3a;
}

.rst-content.style-external-links a.reference.external::after {
	color: #383838;
}

.wy-nav-content-wrap {
  background: #f5f5f5;
}

.wy-nav-content {
  background: #f5f5f5;
  max-width: 1200px;
}

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

.wy-nav-side {
	color: #333333;
	background: #eae6e2;
}

.wy-menu-vertical header, .wy-menu-vertical p.caption {
	color: #333333;
}

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

.wy-side-nav-search a:visited a:hover a:active {
  color: #ffffff;
}

.wy-menu-vertical a {
  color: #333333;
}

.wy-menu-vertical a:hover {
	background-color: #d6d6d6;
}

.wy-nav-content a {
  color: #0075af;
}

/* override table no-wrap */
.wy-table-responsive table td, .wy-table-responsive table th {
  white-space: normal;
}


.rst-content .toctree-wrapper > p.caption, h1, h2, h3, h4, h5, h6, legend {
	font-family: Open Sans;
}
