.background-overlay {
    position: absolute;
    z-index: -10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
    background: #020026;
}

.background-img {
    z-index: -20;
    position: fixed;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    min-width: 100vw;
}

.themed-container {
    padding: .75rem;
    margin-bottom: 1.5rem;
    background-color: rgba(86, 61, 124, .9);
    border: 1px solid #fff;
    color: #fff;
}

.quiet-container { padding: .75rem; }

.button {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.6em;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0 1em;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    letter-spacing: .025em;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 4em;
    background-color: rgba(86, 61, 124, .45);
    margin: 0px 25px 0px 25px;
}

.button.click { cursor: pointer; }

.button.social { margin: 0px; }

.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
    color: #fff;
    font-size: 1.5em;
}

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.icon > .label { display: none; }

.icon:before { line-height: inherit; }

.icon.solid:before { font-weight: 900; }

.icon.brands:before { font-family: 'Font Awesome 5 Brands'; }

.icons {
    padding-left: 6px;
    padding-right: 6px;
}

#mapid {height: 400px;}
.fullscreen-icon { background-image: url(/our-assets/map/icon-fullscreen.svg); background-size:26px 52px; }
.fullscreen-icon.leaflet-fullscreen-on { background-position:0 -26px; }
.leaflet-touch .fullscreen-icon { background-position: 2px 2px; }
.leaflet-touch .fullscreen-icon.leaflet-fullscreen-on { background-position: 2px -24px; }
/* one selector per rule as explained here : http://www.sitepoint.com/html5-full-screen-api/ */
.leaflet-container:-webkit-full-screen { width: 100% !important; height: 100% !important; z-index: 99999; }
.leaflet-container:-ms-fullscreen { width: 100% !important; height: 100% !important; z-index: 99999; }
.leaflet-container:full-screen { width: 100% !important; height: 100% !important; z-index: 99999; }
.leaflet-container:fullscreen { width: 100% !important; height: 100% !important; z-index: 99999; }
.leaflet-pseudo-fullscreen { position: fixed !important; width: 100% !important; height: 100% !important; top: 0px !important; left: 0px !important; z-index: 99999; }

.schedule { font-size: 1.5em; }

.logo {
    width: 128px;
    height: 128px;
}

.status > h2 { margin-bottom: 0; }