@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&amp;subset=latin,greek,greek-ext,cyrillic,cyrillic-ext,latin-ext,vietnamese);

@import url("theme.css");


body {
  font-family: "open sans";
  color: #444444;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "open sans";
    color: #444444;
}

.wy-nav-content {
    max-width: 980px;
}

.hidden {
  display: none;
}

.open {
  display: none;
}

.wy-nav-top > a {
    /* set the color of the header text */
  color: white; 
}

.wy-nav-top {
    /* set the color of the hamburger icon */
  color: white;
}

.wy-nav-side {
  background: #444444;
}

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

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

.wy-menu-vertical li button.toctree-expand {
  color: #d9d9d9;
}

.wy-side-nav-search input[type="text"] {
  border-radius: 0px;
  border-color: #343131;
  font-family: "open sans";
} 

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

.btn {
  border-radius: 0px;
  padding: 6px 12px 6px;
  font-family: "open sans";
  box-shadow:unset;
}

.wy-side-nav-search .wy-dropdown > a img.logo, .wy-side-nav-search > a img.logo {
  width: 200px;
}