@font-face {
  font-family: 'Napoli';
  src: url('/fonts/NapoliRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Napoli';
  src: url('/fonts/NapoliLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Napoli';
  src: url('/fonts/NapoliXlight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Napoli';
  src: url('/fonts/NapoliDemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Napoli';
  src: url('/fonts/NapoliBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}


body{
    font-family: 'Napoli', sans-serif;
    background-color: #f5f5f5;
}
/* body > .container, body > .container-fluid {
    padding-top: 70px;
} */
main > .container, main > .container-fluid
{
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container, .footer > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.navbar form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .navbar form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.navbar form > button.logout:focus,
.navbar form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.navbar form > button.logout:focus {
    outline: none;
}

/* style breadcrumb widget as in previous bootstrap versions */
.breadcrumb {
    background-color: var(--bs-gray-200);
    border-radius: .25rem;
    padding: .75rem 1rem;
}

.breadcrumb-item > a
{
    text-decoration: none;
}
.leaderboard.other, .leaderboard.featured {
    margin: 0;
    padding: 0;
    max-width: 728px;
    border: #eed3d7 1px solid;
    height: 90px;
    max-height: 100px;
    list-style: none;
    gap: 10px;
}

.leaderboard.other{
    margin: 0 auto;
}
.events-gallery {
    border: 1px solid #ddd;
}
.hero-content {
  background: rgba(0,0,0,0.6);
  margin: auto;
}
.bg-sand{
    background-color: #f8f4ee;
}
.bg-green{
    background-color: #2e5e58;
}
.text-green{
    color: #2e5e58;
}
.bg-dark-green{
    background-color: #0f2422;
}
.bg-black{
    background-color: #000;
}
/* CSS */

.leaderboard-banner {
    max-width: 728px; /* Standard leaderboard width */
}
.btn-green {
  background-color: #2e5e58;
  color: #ffffff;
  border: 2px solid #2e5e58;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.btn-green:hover {
  background-color: #3f7a73; /* Slightly lighter shade for hover effect */
  color: #ffffff;
  box-shadow: 0 0 0 4px rgba(46, 94, 88, 0.2); /* Outline effect on hover */
}

.btn-green:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(46, 94, 88, 0.4); /* Stronger outline on focus */
}
.badge-chocolate-gold {
  background-color: #ccac00;
  color: #ffffff;
  font-weight: 600;
  padding: 0.5em 0.75em;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  display: inline-block;
}
.navbar-nav .nav-link {
    color: #fff !important;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #e89b38 !important;
}
.navbar-nav .nav-link.active {
    color: #ccac00 !important;
    text-decoration: none;
}

.card-text .bi, #why-egbaliganza .bi {
    color: #ccac00 !important; /* Green to match text-green */
}
.btn-green .bi {
    color: #ffffff !important; /* White for ticket icon in btn-green for contrast */
}
.leaderboard-banner {
    width: 100%; /* Ensure responsiveness */
    max-width: 728px; /* Standard leaderboard width */
    height: 90px; /* Maintain aspect ratio */
}