a:hover { text-decoration: none !important; }

a:visited { color: #fff !important; }

a .bg-success {
  transition: all .3s;
  background: #2862a7 !important;
}

a:hover .bg-success { background-color: #004699!important; }

.home-h1 {
  text-align: center;
  font-family: sans-serif;
  color: #676767;
  font-weight: 300;
  margin: 40px 0 !important;
}

a .bg-cookroom {
  transition: all .3s;
  background: #2891a7 !important;
}

a:hover .bg-cookroom { background-color: #007188 !important; }


@media (min-width: 768px) {

  .controllers-container a {
    display: inline-block;
    width: 24%;
    margin-top: 10px !important;
  }

}
