/*@font-face {
    font-family: 'Bahnschrift Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Bahnschrift Regular'), url('../fonts/BAHNSCHRIFT.woff') format('woff');
}*/

html, body {
    font-size: 16px;
    font-family: 'Inter', 'Roboto', 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Arial', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*font-family: "Bahnschrift Regular", sans-serif;*/
    color: white;
}

body {
    background-color: rgba(245, 245, 245, 0.11);
    background: url("../img/bg.jpg");
    background-position: right;
    background-size: cover;
    background-attachment: fixed;
}

.navbar {
    display: none;
    padding: 12px 0;
    z-index: 998;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 24px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 24px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 24px 0 rgba(0,0,0,0.1);
}

.primary-color {
    color: #ffffff;
}

.secondary-color {
    color: #a38d68;
}

.title {
    font-size: 24px;
    color: #939393; /*#ffe0ae;*/
}

.warning {
    color: #ffdd00;
}

.vip, .vip-diamond, .vip-4 {
    color: #10dcff;
}

.vip-sonoffoe, .vip-5 {
    color: #ff0e0e;
}

.vip-platinum, .vip-3 {
    color: #40e9a5;
}

.vip-netherite {
    color: #e36634;
}

.vip-gold, .gold, .vip-2 {
    color: #ffce1f;
}

.vip-iron, .vip-1 {
    color: #9fbee2;
}

.wl-rule, .subtitle {
    color: #a1a1a1;
}

.subtitle {
    font-size: 0.8rem;
}

.subdetails {
    margin-left: 1rem;
}

.enchant {
    color: #e2c49f;
}

a, a:visited { color: #ee3800; }
a:hover { color: #bd2c00; text-decoration: none; }

/*a.menu-item, a.menu-item:visited { color: #ee3800; }
a.menu-item:hover { color: #bd2c00; }*/

img.avatar {
    height: 70px;
    width: 70px;
}

h1,h2,h3,h4,h5, a, .bold, .display-4 {
    font-weight: 600;
}

h1,h2,h3,h4,h5,p {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.33);
}

p {
    font-size: 1.1rem;
}

p.small {
    font-size: 0.9rem;
}

.menu {
    margin-top: 1rem;
}

.menu-item {
    font-size: 1.4rem;
    /*letter-spacing: 0.1rem;*/
    margin-right: 1rem;
    padding-left: 1rem;
    border-left: 2px solid #ee3800;
}

.vip-container {
    max-width: 1500px;
    margin-top: 2rem;
}

@media only screen and (max-width: 600px) {
    h1.display-4 {
        font-size: 3rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    .title {
        font-size: 1.2rem;
    }

    p {
        font-size: 1rem;
    }

    .menu-item {
        font-size: 1.2rem;
        letter-spacing: 0.08rem;
        margin-right: 0.7rem;
        padding-left: 0.7rem;
        border-left: 2px solid #ee3800;
    }
}

.custom-card-header {
    padding: 1.5rem;
    border-radius: 10px 10px 0 0;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: -1px 4px 12px -6px rgba(0, 0, 0, 0.2);
}

.custom-card {
    padding: 0.5rem 1.5rem 1.5rem 1.5rem;
    border-radius: 0 0 10px 10px;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: -1px 4px 12px -6px rgba(0, 0, 0, 0.2);
}

.custom-card-header h3 {
    margin-top: 0!important;
    margin-bottom: 0;
}

.custom-card p {
    margin-bottom: 0!important;
}

.custom-card .subtitle {
    margin-top: 1rem;
    margin-bottom: 0.25rem;
    display: block;
}
