
/*------------------------------ html stuff ----------------------------------------------*/
body {
  font-family: Courier;
  font-size: 10pt;
  color: white;
  background-color: black;
}

/*<------------------------------------Header-------------------------------------------> */
.wrapper_header{
    width: auto;
  }
#evidence{
list-style-type: none;


}

/*--------------------------------------  buttons  -------------------------------------------------->*/
div#crime1{
  border: solid #363636 1px;
  margin-right: 4px;
  padding:5px 10px 3px;
width:125px;
}

div#crime2{
  border: solid #363636 1px;
  margin-right: 4px;
  width:125px;
  padding:5px 10px;
  
}

div#suspects{
  border: solid #363636 1px;
  margin-right: 4px;
  width:125px;
  padding:5px 10px;
  
}
/*
div#fancy:hover{
  background-color: #363636;
  opacity: 75%;
transition:1s;
}*/

/*<-------------------------------------CRIME SCENE 1 -------------------------------------->*/
.crimescene1 img{ /*image sizes*/
  height: auto;
  width: 70% ;
  position: absolute;
  padding-left: 10%;
}

/*div#naked3 {
  z-index: 3;
  left:350px;
  width: 100px;
  height:100px;
  display: block;
  position: absolute;

}*/
/*<----------------------------------------- CRIME SCENE 2 ---------------------------------->*/
/*div#naked3pic {
  z-index: 3;
  left:350px;
  top: 200px;
  width: 100px;
  height:100px;
  display: block;
  position: absolute;
}
#naked3:hover ~ #naked3pic {
  display: block;

}


#another:hover ~ #green {
  display: block;
*/