@font-face {
    font-family: 'Geoform';
    src: url('../fonts/Geoform.otf');
}

@font-face {
    font-family: 'Geoform Bold';
    src: url('../fonts/Geoform-Bold.otf');
}

a.navbar-brand {
    font-family: 'Geoform Bold', sans-serif;
    letter-spacing: 1.25px;
    font-size: 1.5rem;
}

.border-dark {
    border: 0.011rem solid #413d3d !important;
}

#map { 
    width: 100%;
    min-height: 410px;
    overflow: hidden;
 }

 .feather {
  width: 48px;
  height: 48px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  color: white;
}

.list-shop-image img {
    border-radius: 15px 0 0 0;
}

h1.shop_for_rent {
   font-size: 1.5rem;
}