

  .counter-1 {
/* background-image: url(https://cdn.pixabay.com/photo/2013/07/12/13/55/box-147574_960_720.png); */
    background-size: 100px;
    background-position-x: 160px;
    background-repeat: no-repeat;
    background-position-y: center;
    border-radius: 20px 0 0 20px;
  }
  .counter-2 {
/* background-image: url(https://www.pinclipart.com/picdir/big/73-735932_delivery-truck-icon-delivery-van-png-clipart.png); */
    background-size: 100px;
    background-position-x: 160px;
    background-repeat: no-repeat;
    background-position-y: center;
  }
  .counter-3 {
/* background-image: url(https://icon-library.com/images/google-map-icon-png/google-map-icon-png-7.jpg); */
    background-size: 100px;
    background-position-x: 150px;
    background-repeat: no-repeat;
    background-position-y: center;
    border-radius: 0 20px 20px 0;
  }

  .card-title {
    font-size: 64px;
    font-weight: bolder;
  }
  .card-text {
    text-transform: uppercase;
    font-size: 24px;
  }

body {
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
  max-width: 90vw;
}
.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}
