html {
  height: 100vh;
}

body {
  height: 100vh;
}

footer {
  width: 100%;
  min-height: 7.5%;
  justify-content: center;
  align-items: center;
  color: #cacaca !important;
  background-color: #292a2e !important;
}

a,
a:visited,
a:link,
a:active {
  text-decoration: none;
  color: white !important;
}

a:hover {
  text-decoration: none;
  color: rgb(214, 214, 214) !important;
}

.bg-white {
  min-height: 40vh;
}

.bg-indigo {
  background: rgba(25, 199, 60, 0.7);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  font-family: 'MPPlus';
  min-height: 52.5vh;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.content {
  min-height: 92.5%;
  background-color: rgba(0, 0, 0, 0.5);
}

.h-80 {
  min-height: 92.5vh;
}

#bgvideo {
  position: fixed;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  z-index: -1;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media (min-width: 768px) {
  .bg-white,
  .bg-indigo,
  .h-md-100 {
    height: 92.5vh;
  }
}

@font-face {
  font-family: 'MPPlus';
  src: url('../fonts/MPLUS1p-Thin.ttf');
}

.logo {
  max-width: 20rem !important;
  border: none !important;
  border-radius: 20% !important;
}

.buttons {
  margin-top: 2em;
  text-align: center;
  border-radius: 4em;
}

.blob-btn {
  z-index: 1;
  position: relative;
  padding: 1rem 2.5rem;
  text-align: center;
  text-transform: uppercase;
  color: #3b3b3b;
  font-weight: bold;
  background-color: white;
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 4em;
}

.blob-btn:hover {
  background-color: rgb(210, 210, 210);
}

.btn-circle {
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  border: none !important;
  border-radius: 100% !important;
  background: rgba(25, 199, 60, 0.7) !important;
}

.btn-circle:hover {
  color: white !important;
  background-color: rgb(25, 199, 60) !important;
}
