body {
    background-color: rgb(245, 245, 245);
    margin: 0%;
}

#selector-header {
    height: 6vh;
    width: 20vw;
    position: absolute;
    top: -7px;
    left: 0px;

    transform: translateX(40vw);

    margin: 0px;

    padding-top: 10px;
    padding-bottom: 4px;

    background-color: rgb(145, 124, 66);

    border-width: 2px;
    border-color: rgb(68, 58, 30);
    border-style: solid;
    border-radius: 5px;
    
}

#selector-logo {
    background-image: url("selector.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: auto;
    height: 100%;
}

.town-pin {
    background-color: rgba(255, 255, 255, 1);
    height: 64px;
    width: 64px;
    border-radius: 1000px;
    outline-width: 4px;
    outline-style: solid;
    outline-color: var(--background-highlight);
    cursor: pointer;
    transform: translateY(50%);
    background-size: cover;
}

.town5-pin::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -4px);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid var(--background-highlight);
}

.town-pin:hover {
    outline-width: 6px;
}

#map {
    height: 100%;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}



[class$=api-load-alpha-banner] {
    display: none;
}