:not(.leaflet-zoom-animated):not(.leaflet-interactive) {
    transition: .3s;
    --color1: white;
    --color2: #feae50;
    --color3: #20bbae;
    --color4: black;
    --color5: black;
    --color6: #3da199;
    outline: 0 !important;
    text-size-adjust: none
}

.transition-fade {
    opacity: 1
}

.transition-swipe {
    transform: translateY(0);
    transition: 10s
}

html {
    scroll-behavior: smooth
}

.clicktocloseoverlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1001
}

.clicktocloseoverlay.show {
    background-color: rgba(0, 0, 0, .5);
    visibility: visible;
    opacity: 1
}

.topbar {
    visibility: hidden;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 6.6vh;
    z-index: 1004;
    background-color: var(--color3);
    box-shadow: 0 0 20px var(--color5)
}

.topbar .logo {
    height: 5vh;
    display: block;
    position: absolute;
    top: 45%;
    left: 51%;
    transform: translate(-50%, -50%);
    text-shadow: 0 0 2px var(--color4) !important
}

.menubtn {
    cursor: pointer;
    width: 30px;
    height: 6vh;
    position: relative;
    float: right;
    right: 20px;
    top: 1vh;
    bottom: 1vh
}

.bar1,
.bar2,
.bar3 {
    width: 30px;
    height: 4px;
    background-color: var(--color1);
    margin: 6px 0;
    border-radius: 2px
}

.open .bar1 {
    transform: rotate(-45deg) translate(-7px, 7px)
}

.open .bar2 {
    opacity: 0
}

.open .bar3 {
    transform: rotate(45deg) translate(-7px, -7px)
}

.sidenav {
    height: 100vh;
    width: 200px;
    position: fixed;
    z-index: 1003;
    top: 6.6vh;
    right: 320px;
    background-color: var(--color3);
    overflow-x: hidden;
    box-shadow: 0 0 200px var(--color5);
    transform: translate3d(3000px, 0, 0)
}

.sidenav a {
    padding: 1px 1px 1px 32px;
    text-decoration: none;
    height: 42px;
    font-size: 25px;
    color: var(--color1);
    display: block;
    white-space: nowrap;
    opacity: 1;
    border-left: 3px solid var(--color3)
}

.sidenav .homelink {
    height: 50px;
    line-height: 2.1
}

.sidenav a:hover {
    border-left: 3px solid var(--color1);
    outline: 0 !important;
    background-color: #219a90;
    padding: 1px 8px 1px 20px;
    font-size: 26px;
    font-weight: 700
}

.sidenav .transition-current a {
    border-left: 3px solid var(--color1)
}

.topnav {
    height: 6.6vh;
    width: 100%;
    position: fixed;
    z-index: 1004;
    top: 0;
    left: 0;
    background-color: var(--color3);
    box-shadow: 0 0 20px var(--color5)
}

.topnav .logo {
    position: absolute;
    display: block;
    padding: .6vh 0 0 0;
    left: 20px;
    height: 5.8vh;
    filter: drop-shadow(0 0 10px var(--color5))
}

.toplinks {
    position: relative;
    left: 65px;
    bottom: .1vh
}

.toplinks div {
    float: left;
    margin: 1vh;
    border-radius: 1px;
    border-bottom: 1px solid var(--color3)
}

.topnav a {
    padding: 0 4px .3em 4px;
    text-decoration: none;
    font-size: 3vh;
    color: var(--color1);
    float: left;
    text-shadow: 0 0 2px var(--color4)
}

.toplinks div:hover {
    outline: 0 !important;
    border-bottom: .3vh solid var(--color1)
}

.toplinks .transition-current {
    border-bottom: .3vh solid var(--color1)
}

body {
    background-color: #20bbae;
    margin: 0
}

main {
    background-color: #fff;
    margin: 0
}

hr {
    transition-duration: 1.5s !important;
    border: none;
    height: 3px;
    width: 100%;
    max-width: 500px;
    margin: 10px 0
}

#smallhr {
    width: 100%
}

.main a {
    color: var(--color3);
    text-decoration: none
}

footer {
    height: 73px;
    background-color: var(--color5);
    border-top: 1px solid var(--color1);
    flex-shrink: 0;
    color: var(--color1)
}

footer .copyright {
    position: absolute;
    right: 28px;
    font-size: 15px;
    margin: 28px 0 0 0;
    color: var(--color1)
}

.footerlink:hover {
    text-shadow: 0 0 10px #fff
}

.teambio {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1002;
    opacity: 1;
    height: calc(100vh - 130px);
    width: 90vw;
    max-width: 1024px;
    top: 100px;
    margin: 0 auto;
    background-color: var(--color1);
    box-shadow: 0 0 3px var(--color5);
    transform: translateY(-100vh);
    border-radius: 20px;
    overflow: hidden
}

.teambio .closebtn {
    position: absolute;
    transform: rotate(45deg);
    right: 10px;
    top: 0;
    font-size: 30px;
    padding: 0;
    margin: 0
}

.teambio .closebtn:hover {
    transform: scale(1.03) rotate(45deg);
    outline: 0 !important;
    cursor: pointer
}

.teambio img {
    width: 200px;
    margin: 10px;
    border-radius: 10px
}

.teambio .name {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 10px;
    max-width: 200px;
    font-size: 1.7em
}

.teambio .title {
    position: relative;
    left: 0;
    top: 5px;
    margin: 0 10px;
    max-width: 200px;
    font-size: 1.3em
}

.teambio h4:after {
    pointer-events: none;
    content: "";
    position: fixed;
    left: 220px;
    right: 28px;
    top: 0;
    bottom: 0;
    box-shadow: inset 0 20px 10px -10px var(--color1), inset 0 -20px 10px -10px var(--color1)
}

@media only screen and (max-width:500px) {

    .teambio .name,
    .teambio .title {
        max-width: unset !important
    }
}

@media only screen and (max-width:1024px) {
    .topbar {
        visibility: visible !important;
        opacity: 1 !important
    }

    .topnav {
        opacity: 0 !important;
        visibility: hidden !important
    }

    .sidenav .logo {
        padding: 20px;
        height: 55px;
        text-shadow: 0 0 2px var(--color4) !important
    }

    .sidenav.open {
        transform: translate3d(320px, 0, 0) !important
    }

    .main {
        margin: 50px 0 0 0
    }

    .main h1 {
        font-size: 2.5em
    }

    .main h2 {
        font-size: 2.1em
    }

    .main h3 {
        font-size: 1.6em
    }

    .teambio h2 {
        max-width: 200px
    }

    .teambio h3 {
        max-width: 200px
    }

    .teambio {
        top: 82px;
        height: calc(100vh - 112px)
    }

    .teambio h4 {
        height: calc(100vh - 112px)
    }
}

@media only screen and (max-width:512px) {
    footer {
        height: 70px !important;
        font-size: .8em
    }

    footer .copyright {
        position: relative;
        left: 20px;
        top: 40px
    }
}

#center {
    text-align: center
}

.playerinfo {
    background-color: #fff;
    color: #000;
    border-width: 1px;
    border-color: #d3d3d3;
    width: 100%;
    list-style: none
}

.playerinfoheader {
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.5em
}

.onlineplayeravis {
    width: 30px
}