html,
body
{
  padding: 0;
  margin: 0;
}

/* hide horizontal scrollbars, since we use the vertical ones to scroll to the right */
body
{
  overflow-x: hidden;
  background-color: #b1e7ff;
}

/* ========== BASICS ========== */

.scroll
{
  position: fixed;
  top: 0;
  left: 0;
}

.city
{
  z-index: 1;
  background-color: #b1e7ff;
  width: 14029px;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.pavement{
  background-color: #95989c;
  width: 100%;
  height: 23px;
  position: absolute;
  bottom: 0;
  z-index: 26;
}

.pavement_shadow{
  width: 100%;
  height: 16px;
  background-color: #bbbdbf;
}

.darker{
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 25;
  position: absolute;
  display: none;
  background: url(../svg/home/back_lab.svg) repeat center top #1e252c;
}