a:hover {
  color: black;}

@media (hover: hover) {
  when hover is supported
  #navbar li:hover {
    color: white;
    background: #e2e2e2;
  }
}

html, body {
  font-family: 'Open Sans', Arial, sans-serif;
  line-height: 1.5;
}

#main-doc {
  position: absolute;
  margin-left: 300px;
  padding: 20px;
  margin-bottom: 110px;
}
#navbar ul {
  margin-left: -38px;
}
#navbar {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 290px;
  height: 100%;
  border-right: solid;
}

#navbar header {
  padding: 10px 5px;
  border-bottom: 1px solid;

}

#navbar li {
  padding: 10px 30px;
  list-style-type: none;
  border-bottom: 1px solid black;
}

#navbar a {
  text-decoration: none;
  color: black;
  cursor: pointer;
}


#main-doc header {
  font-weight: bold; 
  margin: 10px 0 10px 0;
  font-size: 20px;

}

#main-doc img {
  border: 1px black solid;
  padding: 10px;
  margin: 0 0 20px 30px;
}
#List_org_repositories img {
  width: 90%;
  height: 50%;
}

#JSON_values img {
  width: 60%;
  height: 90%;
  
}

#JQ_to_filter_JSON img {
  width: 50%;
}

code {
  background: #e2e2e2;
  padding: 1px;
}

#main-doc article {
  margin-left: 20px;
}

#code-block {
  width: 100%;
  background: #e2e2e2;
}
