#start{
  background-image: url('fundo.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  background-position: center center;
}
#start .main{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.buttons{
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 50px;

  display: block;
  text-align: center;
}
.buttons a{
  display: inline-block;
  margin: 30px;
}
nav .brand-logo {
  margin-left: 10px;
}
.cantinho{
  position: fixed;
  bottom: 30px;
  right: 30px;
}


#booklist-item span:not(.name){
  margin-left: 10px;
  font-size: 0.9em;
  opacity: 0.8;
}
#booklist-item .deleteicon{
  float: right;
}


header, main, footer {
  padding-left: 240px;
}
@media only screen and (max-width : 992px) {
  header, main, footer {
    padding-left: 0;
  }
}
.placeholderlist{
  text-align: center;
  padding: 20px;
  color: #666;
}
