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


body, html {
  height: 100%;
    font-family: 'Lato', sans-serif;
}

h1{color: #fff;font-family: 'Lato', sans-serif;margin-top: 50px;
margin-bottom: 30px;font-size: 53px;}
.bg {
  /* The image used */
  background-image: url("../dvd-img/bg.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;}