:root {
    --bs-warning: #C77220;
    --bs-warning-rgb: 199, 114, 32;
}

html,
body {
    width: 100%;
    height: 100%;
}

/*
font-family: 'Georama', sans-serif;
font-family: 'IM Fell Double Pica', serif;
font-family: 'Lato', sans-serif;
*/
body {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: white;
    margin: 0;
    padding: 0;
    background-color: #121315;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a {
    text-decoration: none;
}

label {
    font-family: 'IM Fell Double Pica', serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.2;
}

h2 {
    font-family: 'IM Fell Double Pica', serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
}

h3 {
    font-size: 1.125rem;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

img {
    max-width: 100%;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

video {
    max-width: 100%;
}

.img-pdrag {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.mw-auto {
    max-width: unset !important;
}

header {
    border-bottom: 1px solid #3F321E;
    background-color: #121315;
}

.nav-link,
.nav-notes {
    font-family: 'IM Fell Double Pica', serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: white;
    text-transform: uppercase;
    padding: 0.75rem 1.75rem !important;
}

.nav-link:hover,
.nav-link.active,
.nav-notes {
    background: linear-gradient(89.73deg, #784220 -0.28%, #AF7E3B 15.51%, #FFF2DB 23.97%, #BA8940 35.61%, #784220 101.24%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

footer {
    background-color: #1E1912;
}

footer span {
    color: #A09E9A;
    font-family: 'IM Fell Double Pica', serif;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.5;
}

.main {
    padding-top: 77px;
}

.border-box {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin: auto;
    box-sizing: border-box;
    background: #22211F;
    background-clip: padding-box;
    border: solid 1px transparent;
    border-radius: 1px;
}

.border-box:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px;
    border-radius: inherit;
    background: linear-gradient(89.73deg, #784220 -0.28%, #AF7E3B 15.51%, #FFF2DB 23.97%, #BA8940 35.61%, #784220 101.24%);
}

.bg-dot {
    background: transparent url('../images/bg-summon-1-1.png') no-repeat;
    background-size: 100%;
}

.border-line-2 {
    width: 100%;
    background: transparent url('../images/bg-summon-1-5.png') no-repeat;
    background-size: 100%;
    padding: 1.75rem 2.5rem;
}

.inventory-paging {
    background-color: #22211F;
    padding: 0.5rem 0;
    margin: 1rem 0 2rem 0;
}

.pagination {
    margin: 0;
}

.page-link {
    padding: 0.125rem 0.5rem;
}
.page-link img {
    height: 1.25rem;
}

.page-item .page-link,
.page-item.disabled .page-link {
    font-family: 'sans-serif';
    color: #D0D0D0;
    font-size: 0.75rem;
    background-color: transparent;
    border-color: transparent;
    margin: 0 0.25rem;
}

.page-item.active .page-link {
    color: #2A222F;
    background: #FCE8C0;
    border-color: #FCE8C0;
    border-radius: 50%;
}