body {
  font-family: 'Roboto', sans-serif;
}

.bg-dark {
  background: #000 !important;
}

a {
  color: #fff !important;
}

.bg-malini {
  background: url('img/malini-witlox-c.jpg') bottom center no-repeat;
  background-size: cover;
  min-height: 400px;
}

.btn-social {
  display: inline-block;
  background: #444;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  transition: background-color .2s ease-in-out;
  cursor: pointer;
}

.btn-social:hover {
  background: #777;
  transition: background-color .2s ease-in-out;
}

.btn-social img {
  opacity: 1;
}

@media (min-width: 992px) {
  .h-lg-100 {
    height: 100%;
  }
}