@media (min-width: 768px) {
  .h-md-100 {height: 100vh;}
}
.btn-round { border-radius: 30px;}
.bg-dark {background-image: linear-gradient(90deg,rgba(0,0,0, 0.75),rgba(0,0,0, 0.55)), url("img/bg-kayapa.jpg"); background-color: #000000; background-position: center; background-repeat: no-repeat; background-size: cover;}
.bg-red {background-image: linear-gradient(-90deg,rgba(188,35,66, 0.75),rgba(188,35,66, 0.55)), url("img/bg-fsm.jpg"); background-color: #BC2342; background-position: center; background-repeat: no-repeat; background-size: cover;}
.text-cyan { color: #35bdff;}
