@charset "UTF-8";
/* CSS Document */


body, html {
  height: 100%;
    font-family: 'Abril Fatface', cursive;
     background-color:#25387d;
}

h1{color: #fff;
font-family: 'Abril Fatface', cursive; margin-top: 50px;
margin-bottom: 30px;font-size: 53px;}
.bg {
  /* The image used */
  background-image: url("../dvd-img/bg-capitoli.jpg");
   
  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.titolomenu{
    font-family: 'Lato', sans-serif;
    text-align: center;    
    color: #fff;
    font-size: 2.15em;
    margin: 3em;
}



.navbar-fixed-bottom { bottom: 10px;margin: 1em;}