*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body{
  overflow: hidden;
}

.section{
  position: relative;

  min-height: 100vh;
  min-width: 100%;

  background: #fff url('../img/background.gif') center no-repeat;
  background-size: cover;

  z-index: -1;
}

.section-layer{
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;

  width: 100%;
  height: 100%;

  background-size: cover;
}

.layer-filledpolygons{
  background: url('../img/background.gif') center no-repeat;
  background-size: cover;
}

.layer-lettercuts {
  background: url('../img/skels.gif') center no-repeat;
  background-size: cover;
}


.layer-polygons{
  background: url('../img/aura.png') center no-repeat;
  background-size: cover;
}


.layer-arereal{
  background: url('../img/aura.png') center no-repeat;
  background-size: cover;
    
}