@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@700&display=swap');
:root { --bg: #121212; --card: #1f1f1f; --text: #ffffff; }
body { background-color: var(--bg); color: var(--text); }
.navbar { background-color: #0f0f0f; }
.card { background-color: var(--card); }
.carousel-item img {
  height: 300px;
  object-fit: cover;
}
.carousel-caption h5 {
  font-family: 'Cinzel Decorative', serif;
  font-size: 1.8rem;
  text-shadow: 0 0 10px #000;
}
.carousel-caption p {
  font-size: 1rem;
}

a { text-decoration: none; }
.poster img{ border-radius: .75rem; 
height: 500px;
object-fit: cover;}
@media(max-width:414)
{
  .poster img {
      border-radius: .75rem;
      height: 200px;
      object-fit: cover;
    }
}
.movie-meta {
  border: 1px solid #333;
}
.movie-meta p {
  margin: 0.2rem 0;
  font-size: 0.95rem;
}
.movie-meta strong {
  color: #bbb;
}

.rounded-2xl { border-radius: 1rem; }
.footer { color:#bbb; }
.badge-soft { background: rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.12); }
.breadcrumb {
    background-color: #1f1f1f !important;
    color: #ccc;
  }
  .breadcrumb a {
    color: #0d6efd;
    text-decoration: none;
  }
  .breadcrumb a:hover {
    text-decoration: underline;
  }
  .breadcrumb-item.active {
    color: #fff;
  }

  
.bottom-nav {
  clear: both;
  padding-top: 60px;
}

.nav-load {
  text-align: center;
}

.nav-load a {
  padding: 0 60px;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 18px;
  background-color: #b92929;
  color: #fff;
}

.nav-load a:hover {
  background-color: #a60000;
  color: #fff;
}

.nav-load span {
  display: none;
}
.dragons-lair-logo {
  font-family: 'Cinzel Decorative', serif;
  font-size: 3vh;
  color: #ff4444;
  
  letter-spacing: 2px;
  text-align: center;
  margin: 20px 0;
}
.card.bg-dark { background-color:#171717!important; }
.bg-body-tertiary { background-color:#1d1d1d!important; }
.form-control::placeholder { color:#9aa0a6; }
@media (max-width: 779px) {
  body {
      
  }
  #mainCarousel{
    display: none;
  }
}

@media(min-width: 400px){
  .fullstory p{
    font-size: 8px;
  }
    .poster{
        height:150px,
        width:auto
    }
}
.movie-card .poster {
    height: 240px;
    width: 100%;
    object-fit: cover;
  }