.app-background {
  display: block;
  position: absolute;
  top:0;
  left:0;
  right: 0;
  height: 100%;
  background: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  z-index: -1;
}

.wrapper > .container > section > article {
  font-family: 'Muli', sans-serif;
  position: relative;
  padding: 40px 0;
  display: block;
  color: white;

}

h1 { 
  text-align: center;
  font-size: 60px;
  opacity: 1;
  
}


h3 { 
  text-align: justify;
  font-size: 20px;
  opacity: 1;
}

p { 
  text-align: justify;
  font-size: 16px;
  opacity: 0.9;
}

a{
    color: white;
    font-weight: bold;
    text-decoration: none;
    opacity: 0.9;
  }

a:hover{
    color: white;
    font-weight: bold;
    text-decoration: underline;
    opacity: 1;
  }

.wrapper > .container > section > article.background {
}

.wrapper > .container > section > article.background:after {
  position: absolute;
  content: " ";
  top: 0;
  left: -100%;
  right: -100%;
  bottom: 0;
  z-index: -1;
  background: black;
}

.wrapper > .container > section > article.background.historia:after {
  background: black;
}

.wrapper > .container > section > article.background.direcao:after {
  background: rgba(0, 0, 0, 0) url('../images/8.1.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.wrapper > .container > section > article.background.audicoes:after {
  background-color: black;
}

.wrapper > .container > section > article.background.elementos:after {
  background: rgba(0, 0, 0, 0) url('../images/3.1.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  }

.wrapper > .container > section > article.background.irmanacao:after {
  background-color: black;
}