@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700&display=swap');

* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Montserrat', sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



/***************************************************************************/

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.PlayerListTable {
    height: 500px;
    overflow-y: scroll;
}

    .PlayerListTable::-webkit-scrollbar {
        width: 5px;
    }

    .PlayerListTable::-webkit-scrollbar-track {
        background: #eee;
    }

    .PlayerListTable::-webkit-scrollbar-thumb {
        border-radius: 1rem;
        background-color: #00d2ff;
        background-image: linear-gradient(to top, #00d2ff 0%, #3a7bd5 100%);
    }

.icon-image{
    width: 40px;
    height: 40px;
}

.icon-image-small {
    width: 25px;
    height: 25px;
}



#bannerText {
    font-size: 30px;
    font-family: 'Gambetta', serif;
    letter-spacing: 3px;
    transition: 700ms ease;
    font-variation-settings: "wght" 311;
    margin-bottom: 0.8rem;
    color: #2E2928;
    outline: none;
    text-align: center;
}

    #bannerText:hover {
        font-variation-settings: "wght" 582;
        letter-spacing: 6px;
    }

.h4-title {
    font-family: 'Gambetta', serif;
    color: #2E2928;
    text-align: center;
}

.h3-title {
    font-family: 'Gambetta', serif;
    color: #2E2928;
    text-align: center;
}

.h6-title {
    font-family: 'Gambetta', serif;
    color: #2E2928;
    text-align: center;
}
