html {
    font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

.die-img {
    width: 160px;
    height: 160px;
    object-fit: contain; 
    display: block;
}
.die-area {
    display: block;
    width: 100%;
    max-width: 160px;
    max-height: 120px;
    line-height: 1.2;
    overflow-y: auto;
    resize: none;
}

.banner-wrapper {
    width: 100%;
    overflow: hidden;
}
.banner-img {
    width: 100%;
    height: 300px;
    object-fit: cover; 
    object-position: center; 
    display: block;
    border-bottom: 3px solid #5a3a1a;
    box-shadow: 0 8px 20px rgba(0,0,0,0.10);
}
.btn{
    margin-top:20px;
    margin-bottom:20px;
}

body {
    background: linear-gradient(180deg, #2b1f16, #1a130e);
    min-height: 100vh;
}

.fantasy-wrapper {
    max-width: 900px;
    margin: 30px auto;
    padding: 25px;
    background: #f5e6c8; /* parchment color */
    border: 3px solid #5a3b22; /* dark wood/brown border */
    border-radius: 12px;
    box-shadow: 0 0 25px rgba(0,0,0,0.6);
}

.char-sheet {
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fafafa;
    padding: 16px;
}

.char-box {
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    background: #fff;
    padding: 12px;
    height: 100%;
}

.char-box-title {
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
    margin-bottom: 10px;
}
.no-bullets {
    list-style-type: none;
    padding-left: 0;
    font-size: 1.2rem;
}
.sm-no-bullets{
    list-style-type: none;
    padding-left: 0;
    font-size: 0.8rem;
}

body {
    background: white !important;
    margin-bottom: 140px;
}
/*INDEX*/
.home-btn-img {
    width: 300px;
    height: 400px;
    object-fit: contain; /* keeps it all, may add blank space */
}