.header {
    align-items: center;
    background: linear-gradient(to right, #ffffff66, #0000001a, #ffffff33), #4580c4;
    background-color: #805ba5;
    border: 1px solid #000000b3;
    border-radius: 10px 0 10px 0;
    box-shadow: inset 0 0 0 1px #fff9;
    display: flex;
    justify-content: space-between;
    padding: 6px;
    padding-top: 0;
    position: relative;
    bottom: 0em;
    height: 180px;
}

.frame {
    background: #ffffff00;
    border-top-width: 0;
    border-right-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 8px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    border-top-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-color: #805ba5;
    box-shadow: 0 0 0 1px #fff9;
    margin-top: 0;
    filter: drop-shadow(0px 2px 1px #7b7093);
    position: relative;
    bottom: -1px;
}

body {
  background-image: url("../brooklyn/graphics/map2.jpeg");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 1445px;
}

ul[role=menu] {
    font-family:'NeueBit';
    font-size: 150%;
}

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