@charset "utf-8";

body {
    padding-top: 3.5rem;
}

.w-80 {
    width:80% !important;
}
.w-75 {
    width:75% !important;
}
.w-60 {
    width:60% !important;
}
.bg-dark {
    background-color: #000000!important;
}

section {
    /* background-color: #fff; */
    color: #fff;
    padding: 2rem;
    line-height: 1.8;
}

section > p {
    margin-bottom: 1.5rem;
}

section > h1 {
    font-size: 2rem;
    margin-bottom: 0;
    /* color: #192451; */
    text-align: center;
    font-family: 'Goblin One', cursive;
    letter-spacing: .3rem;
}
section > h2 {
    font-size: .8rem;
    text-align: center;
    margin: .2rem 0 2rem;
}

section > h3 {
    font-size: 1.2rem;
    margin: 2rem 0 .5rem;
    /* color: #192451; */
}
section > h3::before {
  content: "■ ";
}

a.navbar-brand {
      font-family: 'Space Grotesk', sans-serif;
    font-size: 1.1rem;
      font-weight: 700;
}

#ticket-info {
    padding: 3rem 1rem;
    background-color: rgba(0, 0, 0, 0.8);
}

#ticket-info h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

#ticket-info h3 {
    font-size: 1.5rem;
}

#ticket-info .btn {
    font-size: 1.2rem;
    padding: 0.8rem 2rem;
    border-radius: 8px;
    background-color: #ffcc00;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.3s;
}

#ticket-info .btn:hover {
    background-color: #ffaa00;
    color: #000;
}
