
/* BASE */

body, html {
    height: 100%;
    font-family: "Inconsolata", sans-serif;
}
.bgimg {
    background-position: center;
    background-size: cover;
    background-image: url('../images/IMG_0181.jpg');
    min-height: 75%;
}
.menu {
    display: none;
}
div.c {
    line-height: 80%;
}

/* ZOOM BOX */

* {box-sizing: border-box;}

.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 60px;
  height: 60px;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  /*set the size of the result div:*/
  width: 100%;
  height: 300px;
}

/* iframe container1 */

#container-in { width:100%; height:100%; margin:auto; }

#outerdiv {
width:100%;
height:8000px;
overflow:hidden;
position:relative;
}
#innerdiv {
position:absolute;
top:-245px;
width:100%;
height:100%;
}
#outerdiv-crime {
width:100%;
height:1000px;
overflow:hidden;
position:relative;
}
#innerdiv-crime  {
position:absolute;

width:100%;
height:100%;
}

