/* styles for small screen devices */

@media only screen and (max-device-width: 900px) {
  body {
    background-color: #000;
  }

  #footer_background, #footer, #header, #menu, #navigation {
    top: 0;
  }

  #header, #footer {
    width: 40%;
  }

  #header:hover .hover {
	  display: none;
  }

  #sidebar,
  #sidebar_left {
    display: none;
  }
}


@media only screen and (max-width: 900px) {
  #sidebar,
  #sidebar_left {
    display: none;
  }
}




