*{
	margin:0;
	padding:0;
	text-decoration:none;
	
	
}

body{
	background-image:url('img/back2.jpg');
    margin:0;
    padding:0;
    font-family: sans-serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
	cursor:url(img/cursor.cur) ,default;
  }
  h1{
color:black;

  }
  
  h1,h2,h3,h4,h5,h6{
    font-weight: 800;
    color: black;
  }
  
  .wrapper{
    width: 100%;
    margin: 0 auto;
	
  }
  
  main{
    display: block;
  
  }
  
  .container{
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: 0 20px;
	  background-image:url('img/back.webp');
	  width:100%;
  }
  
  section.module p{
    margin-bottom: 40px;
  }
  
  section.module:last-child{
    margin-bottom: 0;
  }
  
  section.module h2{
    margin-bottom: 40px;
    font-size: 30px;
  }
  
  section.module.content{
   padding: 40px 0;
   background:; 
  }
  
  section.module.parallax{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh !important;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  }
  
  section.module.parallax:after{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 8;
    background: -moz-linear-gradient(to bottom, rgba(0,0,0,0) 0, rgba(0,0,0,0) 40%, #000 100% );
    background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 0, rgba(0,0,0,0) 40%, #000 100% );
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0, rgba(0,0,0,0) 40%, #000 100% );
  }
  
  
  section.module.parallax-1{
    background-image: url("img/fundo.png");
	height:300px;
  }
  
  section.module.parallax-2{
    background-image: url("img/amora.jpg")
  }
  
  section.module.parallax-3{
    background-image: url("img/2a.jpg");
  }
  
  section.module.parallax h1{
    color: cyan;
    text-align: center;
    font-size: 78px;
    z-index: 50;
    text-shadow: 
    -1px -1px 0px black, 
    -1px 1px 0px black,                    
     1px -1px 0px black,                  
     1px 0px 0px black;
    text-transform: uppercase;
  }
  
  @media all and (max-width: 820px) {
    section.module h2 {
      font-size: 32px;
    }
    .module h2, p{
      padding: 0 8px;
    }
  
    .container{
      margin:0;
      padding:0;
    }
  
    section.module.parallax h1 {
      font-size: 36px;
    }
  }
  
  img{
	  position:relative;
	  width:300px;
  height:300px;}
	  
	  
	  p{
		  Font-size:24px;
		  color:black;
		  
	  }
	  
	  footer{
		  background-image:url("img/footer.jpg");
		  background-size:100%;
		  width:100%;
		  height:300px;
		  text-align:center;
	  }
	  
	  a{color:pink;
	  font-size:50px;}
	  
	  
	  h1:hover{
		  
	  }
	 
	
	      /*Créditos*/
	/*Toturial do Youtube Usado: https://www.youtube.com/watch?v=A43YY-SwrdE */
	  /*Esse cara explica mto bem os conteúdos, indico a todos que estiverem lendo isto.*/