@font-face {
    font-family: 'Titillium';
    src: url('./font/TitilliumWeb-Regular.ttf');
  }
  
  @font-face {
    font-family: 'Titillium_Semibold';
    src: url('./font/TitilliumWeb-SemiBold.ttf');
  }
  
  @font-face {
    font-family: 'Titillium_Bold';
    src: url('./font/TitilliumWeb-Bold.ttf');
  }

html, body{
    /*height: 100%;*/
    /*margin: 0rem;*/
    /*padding: 1rem;*/
}

#map{
    height: 100%;
}

.window{
    height: fit-content;
    width: fit-content;
    max-width: 20rem;
    margin-top: 0.5rem;
}

h1{
    font-size: 22px;
    margin: 0;
    padding: 0;
}

u{
    font-size: 15px;
    cursor: pointer;
}

p{
    font-size: 15px;
}

.labels {
    background-color: #013a81;
    padding: 4px;
    border-radius: 8px;
}

.custom-marker {
    position: absolute;
    color: white;
    background-color: #013a81;
    padding: 5px 5px;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }

  .custom-infowindow {
    margin: 0;
    padding: 0;
  }

  .gm-style-iw-chr>button{
    height: 25px !important;
  }