/* Custom styles */
body {
    background-color: #121212;
    color: #ffffff;
    font-family: 'Titillium Web', sans-serif; 
}

header {
    background-color: #121212;
}

.stage-image {
    cursor: pointer;
}
.btn-orange {
    background-color: #f07907;
    border-color: #f07907;
    color: white;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active {
    background-color: orange;
    border-color: orange;
    color: white;
}

.modal-header.bg-orange {
    background-color: #f07907;
}

.text-orange {
    color: #f07907 !important;
}

@font-face {
    font-family: 'Defqon';
    src: url('Defqon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.header {
    font-family: 'Defqon', sans-serif;
}

h1 {
    font-size: 4rem;
}
h3 {
    font-size: 2.5rem;
}
.btn {
    font-size: 2rem;
}

.btn-group .btn {
    flex: 1 1 auto;
}

.flugel {
    text-decoration: underline;
    color: #FD5858;
}

footer {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    background-color: #f07907; /* Orange background color */
}

footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .container .btn-group {
    display: flex;
    justify-content: center;
    gap: 10px; /* Adjust the gap as needed */
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
