@media (min-width: 768px) {
  .h-md-100 {
    height: 100vh;
  }
}

@media (max-width: 767px) {
  .h-md-50 {
    height: 50vh;
    min-height: 460px;
  }

  h1.display-4 {
    font-size: 2.2em !important;
  }

  a.btn-group-lg>.btn,
  .btn-lg {
    font-size: .8em !important;
  }

  i.fas,
  .fa-2x,
  .fa-3x {
    font-size: 2em !important;
  }

  i.fa-icons,
  i.fa-code {
    font-size: 1.5em !important;
  }
}

.btn-round {
  border-radius: 30px;
}

.bg-blue {
  /*   background: indigo; */
  background-color: rgba(22, 109, 147, 0.7);
}

.bg-indigo {
  /*   background: indigo; */
  background-color: rgba(150, 50, 75, 0.6);
}

/* .text-cyan { color: #35bdff;} */
.text-white {
  color: white;
}


/* .text-pink { color: pink;} */

body {
  background: url("amazing.jpg");
  background-position: center top;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}