/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

.justify {
    text-align: justify !important;
}
.center {
    text-align: center;
}
.map-leaf {
    width: 100%;
    min-height: 460px;
    height: auto;
  }
  
  .fullscreen .map-leaf,
  .fullscreen.map-leaf {
    min-height: 100vh;
  }
  
  @media (max-width: 991.98px) {
    .map-leaf {
      min-height: 240px;
    }
    .fullscreen .map,
    .fullscreen.map {
      min-height: 100vh;
    }
  }