html {
  min-height: 100%;
  position: relative;
}

body {
  font-family: 'Droid Sans', sans-serif;
}

a {
  color: #336699;
}

.color1 {
  background-color: #f0f0f0;
}

.color2 {
  background-color: #336699;
  color: #fff;
}

.heading span {
  font-size: 1.2em;
  display: inline-block;
  font-family: 'Francois One', sans-serif;
}

#wrapper {
  margin-top: 71px;
  min-height: 100%;
  padding-bottom: 45px;
}

footer {
  background-color: #fff;
  bottom: 0;
  font-size: 12px;
  padding: 2em 0 .5em 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

footer p {
  margin: 0 auto !important;
}


/*** MODIFICATION TO BOOTSTRAP STYLE ***/

.img-responsive {
  margin: 0 auto;
}

.navbar {
  background-color: #fff;
  border: none;
  padding: 10px 0;
}

.navbar-brand {
  padding: 8px 15px;
}

.row {
  line-height: 1.6;
  padding-bottom: 2em !important;
  padding-top: 2em !important;
}

.jumbotron {
  margin-bottom: 0 !important;
  background-color: #369;
  color: #fff;
}

.dropdown-menu > li > a {
    padding: 10px 20px; /* piu' spazio per i dispositivi touch */
}

/*** MODIFICATION TO BOOTSTRAP STYLE ***/
