*{
  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/thing4.gif') center no-repeat;
  background-size: cover;
}

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

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

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

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