html {
  position: relative;
  min-height: 100%;
}


h1 {font-family: 'Montserrat'; font-size:2em;}
h2 {font-family: 'Montserrat'; font-size:1.5em;}
h3 {font-family: 'Montserrat'; font-size:1em;}
.navbar-brand {padding-bottom:0;}

.card {border:none;}
.card-footer {border-top:none;}

.card-body{font-size:0.9em;}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
  }

.col{
  width: 100%;
  flex-direction: column;
}

.caratteristiche .list-group-item{
  background-color: #db3246;
  color:#fff;
}
