html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-variant-ligatures: none;
}

.homepage {
  background-image: url('./img/bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.overlay {
  background: #000;
  opacity: 0.75;
}

.btn-lg {
  font-size: 1.9rem;
}

/* .col-md-2 a {
  font-size: 0.73vw;
} */