.costume-navbar li a {
    color: #6c757d;
    font-size: 10pt;
}

.costume-main-navbar {
    border-bottom: solid 1px #07a3a9;
}

.costume-text-content {
    font-size: 10pt;
}

.costume-header-content {
    color: #07a3a9;
    border-bottom: solid 1px #bbb;
    padding-bottom: 15px;
}

.navbar-brand {
    color: #6c757d;
    font-size: 14pt;
}

li.nav-item > a.active {
    border-bottom: 3px solid #07a3a9;
}

li.nav-item:hover {
    background-color: #07a3a9;
}

li.nav-item ul li:hover {
    background-color: #07a3a9 !important;
}

.container {
    width: 65%;
}

.costume-feather {
    width: 14px;
    height: 14px;
    margin-top: -4px;
    stroke-width : 1;
}

.costume-feather-head {
    width: 30px;
    height: 30px;
    stroke-width : 1;
    stroke: #FFB000;
}

.display-7 {
    font-size: calc(1.075rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
    color: #07a3a9;
  }
  @media (min-width: 1200px) {
    .display-7 {
      font-size: 2.15rem;
    }
  }

.costume-card-header {
    background-color: #FFB000;
}

.card-body ul li a {
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
}

.costume-footer {
    border-top: solid 1px #bbb;
    position: relative;
    bottom: 0;
}

.costume-footer p {
    font-size: 10pt;
    color: #333;
}

.costume-header-table-yellow > tr {
    --bs-table-bg : #FFB000 !important;
}

.costume-btn {
    background-color: #FFB000;
    color : #ffffff;
}

.costume-btn:hover {
    background-color: #FFB000;
    color : #ffffff;
    box-shadow: 1px 1px 4px #FFB000;
}

.costume-carousel-caption {
    right: 0%;
    bottom: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.costume-carousel-caption > h2, .costume-carousel-caption > p {
    position: relative;
    top: 40%
}

.costume-card-link {
    text-decoration: none;
    color: #FFB000;
    font-size: 10pt;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 20px;
    border: 2px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

.font-9 {
    font-size: 9pt;
}

.costume-content-card:hover {
    box-shadow: 1px 1px 5px #FFB000;
}