.mata-atlantica {
  background: #111;
  font-weight: 300;
  height: 100vh;
}
.mata-atlantica .background {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url('https://www.parquedasaves.com.br/wp-content/uploads/2019/04/fundo-floresta-escura.png');
  background-size: cover;
  background-position: center;
  text-rendering: optimizeLegibility;
}
.mata-atlantica .background:after {
  content: '';
  position: fixed;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid rgba(255,255,255,.2);
}
.mata-atlantica .wrapper {
  display: none;
}

/* 1. Intro Keyframe
--------------------------------------- */
.mata-atlantica .name {
  font-size: 35px;
  letter-spacing: 12px;
  line-height: 1.5;
  font-weight: 900;
}
.mata-atlantica .byline { 
  font-size: 200px;
  text-align: center;
  font-weight: 300;
}
.mata-atlantica .ampersand {
  font-family: "Adobe Caslon Pro", "brandon-grotesque";
  font-style: italic;
}

/* 2. Explosion/Images/Links Structure and Text
--------------------------------------- */
#explosion,
.mata-atlantica #images {
  position: fixed;
  top: 0%;
  width: 100%;
  height: 100%;
}
.mata-atlantica .explosion-byline{
  font-size: 150px;
  line-height: 130px;
  font-weight: bold;
}
.explosion-byline,
.mata-atlantica .images-byline {
  position: fixed;
  top: 25%;
  left: 20%;
  color: white;
  max-width: 22%;
  opacity: 1;
  z-index: 50;
}
.mata-atlantica .images-byline-2 {
  text-align: center;
  position: fixed;
  top: 93%;
  left: 25%;
  color: white;
  width: 50%;
  opacity: 0;
}

/*Camadas*/
.mata-atlantica #domExplosionList {
  position: fixed;
  width: 270px;
  top: 0%;
  right: 15%;
  opacity: 0;
}
.mata-atlantica .dom-explosion-item {
  position: fixed;
}
.mata-atlantica .dei-1 { 
  margin-top: -60%;   
  left: -160%;  
  width: 1000px;
}
.mata-atlantica .dei-2{ 
  margin-top: 110%; 
  left: -490%; 
  width: 700px;
}
.mata-atlantica .dei-3{ 
  margin-top: -1%;
  left: -500%;
  width: 700px; 
  z-index: -3;

}
.mata-atlantica .dei-4{ 
  margin-top: -1%;
  left: -500%;
  width: 600px; 
  z-index: -5; 
}
.mata-atlantica .dei-5{   
  width: 900px;
  margin-top: 60%;
  left: -150%;
  z-index: -5;
}
.mata-atlantica .dei-6  { top: 70px;   left: 70px; }
.mata-atlantica .dei-7  { top: 70px;   left: 140px; }
.mata-atlantica .dei-8  { top: 70px;   left: 210px; }
.mata-atlantica .dei-9  { top: 140px;   left: 0;  }
.mata-atlantica .dei-10 { top: 140px;   left: 70px; }
.mata-atlantica .dei-11 { top: 140px;   left: 140px; }
.mata-atlantica .dei-12 { top: 140px;   left: 210px; }
.mata-atlantica .dei-13 { top: 210px;   left: 0;  }
.mata-atlantica .dei-14 { top: 210px;   left: 70px; }
.mata-atlantica .dei-15 { top: 210px;   left: 140px; }
.mata-atlantica .dei-16 { top: 210px;   left: 210px; }

/*Camadas*/

.mata-atlantica .raw-page {
  position: fixed;
  width: 45%;
  border-radius: 6px;
  box-shadow: inset 0 0 1px rgba(255,255,255,.3);
  border: 1px solid rgba(0,0,0,.2);
  background-clip: padding-box;
}
.mata-atlantica #mediumHomepage {
  top: 100%;
  right: 5%;
}
.mata-atlantica .iphone {
  position: fixed;
  right: 40%;
  top: 102%;
  width: 16%;
}
.mata-atlantica .iphone-frame {
  position: relative;
  width: 100%;
  height: auto;
  background-size: 100%;
  z-index: 2;
}
.mata-atlantica .iphone-viewport {
  width: 83.5%;
  height: 69.5%;
  position: absolute;
  top: 14%; 
  left: 8%;
  overflow: hidden;
  background-color: #000;
}
.mata-atlantica .iphone-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.mata-atlantica #medium-profile-iphone {
  z-index: 2;
}

/* 3. Links Keyframe
--------------------------------------- */
.mata-atlantica #links {
  position: fixed;
  top: 48%;
  left: 10%;
  width: 80%;
  color: #fff;
  text-align: center;
  opacity: 0;
}
.mata-atlantica .links-byline {
  font-size: 30px;
  line-height: 1.15;
}
.mata-atlantica .btn {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid rgba(255,255,255,.5);
  color: rgba(255,255,255,.8);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.btn:hover,
.mata-atlantica .btn:focus {
  color: #fff;
  border-color: #fff;
}
.mata-atlantica .twitter {
  position: fixed;
  top: 20px;
  right: 20px;
}

/* 4. Handling resize and small devices
--------------------------------------- */
.mata-atlantica .error {
  display: none;
  position: fixed;
  width: 80%;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  top: 30%;
  left: 10%;
}
.mata-atlantica .page-error .error {
  display: block;
}
.mata-atlantica .page-error .container {
  display: none;
}