/*
Al cuerpo de la
pagina se aplica el tamaño de fuente
 
body{
	font-size: 12px;
}
*/
html,body{
	height: 100%;
	width: 100%;
  padding: 10px;
  }
  body{
    font-family: 'Quattrocento', serif;
	font-size: large;
	/* The image used 
	background-image: url(../img/libros01.jpg); 
*/
    background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url(../img/libros01.jpg), repeat;
	/* Full height */
	height: 100%;
	/* Center and scale the image nicely */
	background-position: center center;

	background-size: cover;
    backdrop-filter: blur(5px);
	position: relative;
/*	overflow: hidden; */

   }

  .navbar {
/*    background-color: transparent !important; */
    opacity:0.7;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
    font-family: 'Quattrocento', serif;
    font-size: large;
  }
  .dropdown-menu
  {
    background-color:lightyellow;    
  }

     
.lema {
	text-align: center;
    border:none;
    font-family: 'Quattrocento', serif;

}
.card-opaca{
    border-radius: 10px;

	text-align: center;
	margin: 20px;
    margin-top: 40px;
    opacity: 0.5   ;
}
.btn {
  background-color:orange;
  color: white;
}