/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */



/* =============================================================================
   My CSS
   ========================================================================== */

/* ---- base ---- */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{ 
	overflow-x: hidden;
 

}

html{
 
}

body{
   font-family: 'Work Sans', sans-serif;
  position: relative;
}
video{
  position: absolute;
   min-width: 100%    !important;
    min-height: 100%   !important;
    z-index: 0;
    object-fit: fill;
    top: 0;
    left: 0;

}
.overlayer{
  position: absolute;
  z-index: 2;
  width: 100%;
  height: calc(100% + 20px);
  background: rgba(0,0,0,0.65);
   top: 0;
   left: 0;
}
.logo{
   
   position: relative;

   
    width:100%;
 
    z-index: 4;
    
    border-radius: 15px;
   
    text-align: center;
    padding: 20px;  
  }

@media (min-width: 768px) {
  .logo{
    width:80%;
   left: 10%;
    top: 20px;
  
    text-align: center;
   
    z-index: 4;
   
   
 
  
    text-align: center;
    
  }
}
.logo img{
  margin-bottom: 20px;
  max-width: 280px;
  height: auto;
}
.logo h1{
  margin: 20px 0;
  }

.logo  a{
     color: #fff;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
}
.logo a img{
 

}
.logo p{
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 200;
  font-family: 'Work Sans', sans-serif;
  line-height: 125%;
}
 h3{
  color: #fff;
  letter-spacing: 2px;
}

canvas{
  display:block;
  vertical-align:bottom;
}

#particles-js{
 
}
/* ---- stats.js ---- */

.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
}
  .livro{
    width: 80%;
    margin: 25px auto;
  position: relative;
  z-index: 4;
  }
  .disponivel{
    width: 80%;
    margin: 25px auto;
  position: relative;
  z-index: 4;
  }
  .livro a, .disponivel a{
   
   
    color: #fff

  }
  .disponivel a img{
    max-height: 35px;
  }
@media only screen and(max-width: 768px) {
  .livro a{
   
    width: 100% !important;
  
  }

}