@import url('https://fonts.googleapis.com/css?family=Anton');

body {
    background-color: #12141b;
    font-size: 0.8rem;
    color: #bbb;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #fff;
}

#header {
     background-color: rgba(30, 30, 30, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-transform: uppercase;
    border-bottom: 0;
}
.header-dark #header:not(.scrolled) {
    background-color: rgba(30, 30, 30, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

#header a {
    color: #fff;
}

.header-dark #header:not(.scrolled) a {
    color: #fff !important;
}

.header-dark #header:not(.scrolled) a:hover,
.header-dark #header:not(.scrolled) a.active {
    color: #5c2420 !important;
}

.header-dark #header:not(.scrolled) .dropmenu ul ul a {
    color: #fff !important;
}

.header-dark #header:not(.scrolled) .dropmenu ul ul a:hover {
    color: #5c2420 !important;
}

.dropmenu ul li {
    background: rgba(30, 30, 30, 0);
}
.dropmenu ul ul {
    background: #222 !important;
}

.dropmenu ul li a:hover,
.dropmenu ul li a:focus,
.dropmenu ul li a.active {
    color: #5c2420 !important;
}

.treemenu li a {
    color: #fff;
}
.treemenu li a:hover,
.treemenu li a:focus,
.treemenu li a.active {
    color: #5c2420 !important;
}

#breadcrumbs {
    text-transform: uppercase;
}

#footer {
    background-color: #12141b !important;
}
#footer a {
    color: #5c2420 !important;
}
#footer a:hover {
    color: #fff !important;
}

.mobile-menu .button_container span {
    background: #5c2420;
}
.mobile-container {
    text-transform: uppercase;
}

#dragon-video {
    backface-visibility: hidden;
    background: url(/user/images/bg-video/urbanlan-bg-video-placeholder.avif) no-repeat scroll 50% 0 #000;
    background-size: cover;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.main-cont {
    padding: 2rem 1rem;
    background-color: #202020;
    border-radius: 1rem;
    border: 2px solid #282828;
    margin: 10vh auto 0 auto;
    box-shadow: 
    -5px 0 5px -2px #282828,
    0 -5px 5px -2px #282828,
    5px 0 5px -2px #282828;
}

.main-cont h1, .main-cont h2, .main-cont h3, .main-cont h4, .main-cont h5, .main-cont h6 {
    color: #fff;
    margin-top: 0 !important;
}

.main-cont a {
    color: #a8423a;
}

.main-cont a:hover {
    color: #fff;
}

h2 {
    font-size: 1.1rem;
    font-weight: bold !important;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .main-cont {
        max-width: 970px;
    }
}
@media (min-width: 1200px) {
    .main-cont {
        max-width: 1170px;
    }
}

.side-column {
    width: 25%;
}

.content-column {
    width: 75%;
    padding-left: 20px;
}
.side-column .block {
    background-color: #282828;
    border: 2px solid #333;
    border-radius: 1rem;
    padding: 1rem;
    margin-bottom: 2.5rem;
}
.row {
    display: flex;
    flex-wrap: wrap;
}

.btn-primary {
    color: #fff !important;
    background-color: #5c2420 !important;
    border-color: #5c2420 !important;
    display: block;
    margin: 0 auto;
    width: 60%;
}
.btn-primary:hover {
    color: #fff !important;
    background-color: #361513 !important;
    border-color: #361513 !important;
}

@media (max-width: 767px) {
    .side-column, .content-column {
        width: 100%;
        padding-left: 0;
    }
    .content-column {
        margin-top: 1.5rem;
    }
}

.discordi {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 400px;
}

#discord-avatars {
    display: flex;
    justify-content: center;
}

.dolan {
    animation: roll 5s linear infinite;
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
}
@keyframes roll {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#title-logo h1 {
    display: block;
    margin: 3rem auto 5rem auto;
    text-transform: uppercase;
    color: #fff;
    font-size: 4rem;
    text-align: left;
    text-shadow: 0.25rem 0.25rem 2rem rgba(0,0,0,0.6);
    font-weight: 700;
    max-width: 38rem;
    line-height: 1.3em;
    font-family: "Anton", "Times New Roman", Times, serif;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    hyphens: auto;
}

#title-logo h1 span {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 2rem;
    text-align: left;
    text-shadow: 0.25rem 0.25rem 2rem rgba(0,0,0,0.6);
    font-weight: 700;
    max-width: 38rem;
    line-height: 1.3em;
    font-family: "Anton", "Times New Roman", Times, serif;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    hyphens: auto;
}

.sponsors img {
    margin-bottom: 30px;
}

.sponsor {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
    gap: 20px;
}

.sponsor-logo img {
    max-width: 10vw;
    margin-right: 5vw;
    height: auto;
    width: 10vw;
}

.sponsor-info {
    display: flex;
    flex-direction: column;
    align-self: center;
}

.sponsor-info h3 {
    margin: 0 0 5px;
    font-size: 1.5em;
}

.sponsor-info p {
    margin: 0 0 5px;
}

.sponsor-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.sponsor-list a {
    display: block;
}
.sponsor-list img {
    max-width: 200px;
    height: auto;
}

@media (max-width: 768px) {
    .sponsor {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .sponsor-logo img {
        max-width: 50vw;
        margin-right: 0;
        width: 50vw;
    }
    .sponsor-info {
        align-items: center;
        text-align: center;
        margin-bottom: 5vh;
    }
    .sponsor-list {
        flex-direction: row;
        overflow-x: auto;
        white-space: nowrap;
        gap: 15px;
        padding: 10px 0;
        scroll-snap-type: x mandatory;
        align-self: center;
    }
    .sponsor-list a {
        display: inline-block;
        scroll-snap-align: center;
    }
    .sponsor-list img {
        max-width: 150px;
    }
    section.section {
        padding-left: 0;
        padding-right: 0;
    }
    #title-logo {
        margin-left: 1rem;
        font-size: 3rem;
        margin-top: 7rem;
    }
}

.container.grid-lg {
    max-width: 1100px;
}

form[name="contact_form"] {
    background-color: #363636;
    border: 1px solid #555;
    padding: 20px;
    border-radius: 5px;
}

form[name="contact_form"] label {
    color: #fff;
}

form[name="contact_form"] .form-input {
    background-color: #444;
    color: #fff;
    border: 1px solid #555;
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
}

form[name="contact_form"] .form-input:focus,
form[name="contact_form"] .form-input.required:focus {
    background-color: #444!important;
    border-color: #4a90e2;
    outline: none;
}

form[name="contact_form"] button[type="submit"] {
    background-color: #5c2420;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    transition: background-color 1s;
    font-size: 0.7rem;
    
}

form[name="contact_form"] button[type="submit"]:hover {
    background-color: #722c27;
    animation: tilt-shaking 0.25s infinite;
}

form[name="contact_form"] textarea.form-input {
    resize: vertical;
    min-height: 100px;
}

.social-icon-footer, .social-icon-mediapage {
    width: 2rem;
    height: 2rem;
    fill: #555;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    transition: fill 1s;
    transition: width 2s;
    transition: height 2s;
}

.social-media-mediapage {
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}

.media-social-page {
    margin-top: 3rem;
}

.social-media-icons {
    margin-top: 25px;
    margin-bottom: 25px;
}

.social-media-icons a, .social-media-mediapage a {
    text-decoration: none;
}

.social-icon-footer:hover, .social-icon-mediapage:hover{
    fill:#361513;
    animation: tilt-shaking 0.25s infinite;
    width: 2.5rem;
    height: 2.5rem;
}

@keyframes tilt-shaking {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}

@media (max-width: 767px) {
#footer {
    padding: 0;
}}

.kuvakirjasto {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    justify-content: center;
}

.kuvakirjasto a {
    display: flex;
    justify-content: center;
}

.kuvakirjasto img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 900px) {
    .kuvakirjasto {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .kuvakirjasto {
        grid-template-columns: 1fr;
        justify-items: center;
    }
}

.tickets .card {
    background: #282828;
    border: 2px solid #333;
    border-radius: 1rem;
}

.tickets .card img {
    margin-left: 5px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

hr {
    margin: 2rem 10px 2rem 10px;
}

#seatMapModal .modal-container {
  background-color: #202020;
  color: #fff;
}

.modal.active .modal-overlay {
    background: rgba(70, 70, 70, 0.75);
}

.seatmapbtn {
    font-weight: bold;
    text-transform: uppercase;
    width: 175px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: block;
}

.seatbuttons {
  display: flex;
  flex-direction: row;
}

.language-switcher {
    text-align: right;
    margin-bottom: 10px;
}
.language-switcher img {
    cursor: pointer;
    margin-left: 10px;
}

.gallery-pager {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  justify-content: center;
  margin-top: 1.25rem;
}
.gallery-pager a,
.gallery-pager .pager-page {
  padding: .35rem .6rem;
  text-decoration: none;
  border: 1px solid currentColor;
  border-radius: .375rem;
  line-height: 1;
}
.gallery-pager .is-active {
  font-weight: 600;
  pointer-events: none;
  opacity: .6;
}
