@font-face {
    font-family: 'Flexi IBM VGA False';
    src: url('/static/templates/lampa/font/Flexi_IBM_VGA_False.woff2') format('woff2'),
        url('/static/templates/lampa/font/Flexi_IBM_VGA_False.woff') format('woff'),
        url('/static/templates/lampa/font/Flexi_IBM_VGA_False.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
  font-family: monospace !important;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

h1, h2 {
    font-family: "Flexi IBM VGA False", sans-serif !important;
}

button, a {
    font-family: "Flexi IBM VGA False", sans-serif !important;
}


header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  border-bottom: 4px solid #D3D3D3;
  background-color: white;
}

header > .container {
  display: flex;
  align-items: baseline;
  margin: 0 auto;
  padding-top: 1rem;
  transition: all 0.2s ease;
}

header > .container > .nav-brand {
  margin-right: auto;
}

.nav-brand .brand-logo {
  margin-right: 1rem;
}

.nav-brand > a {
  color: #212529;
  text-decoration: none;
}

/* Header-sticky */
header.sticky > .container {
  font-size: 0.8rem;
  padding: 0;
  align-items: center;
}
header.sticky .nav-brand h1 {
  margin: 0;
}
header.sticky .nav-brand p {
  display: none;
  margin-bottom: 0;
  font-size: 0.6rem;
}

/* Scroll back to top */
.scroll-btn {
  position: fixed !important;
  bottom: 25px;
  right: 2rem;
  box-shadow: 0 5px 20px rgba(0,0,0,.6);
  transition: all 0.3s ease;
}

.scroll-btn > span {
  display: block;
  transform: rotateZ(90deg);
}

/**
 * @license
 * Copyright 2019 Google LLC. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0
 */
/* Set the size of the div element that contains the map */
#map {
  height: 400px; /* The height is 400 pixels */
  width: 100%; /* The width is the width of the web page */
}