ul.list-group {
  min-height: 130px;
}

body {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Staatliches", sans-serif;
}

dropover{
  background-color: rgba(0,0,0,0.3);
}

dropover-active{
  background-color: rgba(0,0,0,0.9);
}