.hero-index {
    background-image: url("../assets/index-hero.jpg");
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.hero-ranks {
    background-image: url("../assets/ranks-hero.jpg");
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.hero-tournaments {
    background-image: url("../assets/tournaments-hero.jpg");
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 5px 5px 50px rgba(0, 0, 0, 0.5);
}


.navbar-nav .nav-link.active {
    font-weight: bold;
    color: #000;
}

.middle {
    display: flex;
    justify-content: center;
    text-align: center;
}

.custom-carousel {
    max-height: 350px;
}

.carousel-image {
    height: 350px;
    object-fit: cover;
}

.section {
    padding: 1.5rem;
    margin-bottom: 1rem;
    border-left: 6px solid #2b5861;
    background-color: #f8f9fa;
    border-radius: 0.5rem;
}

@font-face {
    font-family: NotoSansJP;
    src: url("../assets/NotoSansJP-Regular.ttf");
}

* {
    font-family: NotoSansJP, sans-serif;
}

.my-table {
    --bs-table-bg: rgba(255, 255, 255, 0.8);
    background-image: url("../assets/dohyo.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.thumbnail-image {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 50%;
}

.thumbnail-image:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.article-width {
    max-width: 350px;
}

a figure figcaption {
    color: #000;
}

.fig-a {
    text-decoration: none;
}

.text-center {
    font-size: 100%;
}

article a:link {
    color: #162b2f;
}

article a:visited {
    color: #4c5e61;
}

article a:hover {
    color: #1f3940;
}

.article-link:link {
    color: #162b2f;
}

.article-link:visited {
    color: #4c5e61;
}

.article-link:hover {
    color: #1f3940;
}

.overlay-text {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  font-weight: bold;
  border-radius: 8px;
}

.display-none {
    display: none;
}