/* --- SHADOW & FORMS --- */

#shadow {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(190, 190, 190, .5);
  top: 0;
  left: 0;
  z-index: 100;
}
.hide{
  display: none !important;
}
