body {
    overflow: unset !important;
}

.navbar li {
    list-style-type: none !important;
}

.navbar-nav {
    flex-direction: row;
}

.navbar-mobile {
    width: 24rem;
    border-radius: unset !important;
    right: unset !important;
    left: 0 !important;
    top: unset !important;
    bottom: 0 !important;
    height: 100vh;
    box-shadow: 5px 0 5px -2px grey;
    transition: unset;
}

.bi.mobile-nav-toggle.bi-x{
    color: rgba(0,0,0,.7) !important;
}

#hero, .carousel-item {
    height:100vh;
    width: 100vw;
}

#hero .carousel-item img {  
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    height:100vh;
    width: 100vw;
}
  
#hero .carousel-item:before {
    content: "";
    background-image:
      linear-gradient(
        to bottom,
        transparent, rgba(0,0,0,0.5)
      );
    display: block;
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.carousel-caption{
    bottom: unset;
    top: 10rem;
}

.carousel-item img{
    filter: brightness(50%);
    background: url("") top center no-repeat;
    object-fit: cover !important;
    object-position: 0% !important;
}

#header ul li {
    list-style: none;
    font-weight: bolder;
}

#header .social-links a, .navbar .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #2b2b2b;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }

#header .social-links a:hover, .navbar .social-links a:hover {
    background: #0099FF;
    color: #fff;
    text-decoration: none;
  }


#landing section{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-primary{ 
    background-color: #0099FF !important;
}

@media only screen and (max-width: 975px) {
   
    .navbar.fixed-bottom {
        width: 4rem;
        bottom: 3rem;
    }

    .carousel-caption{
        top: 5rem;
        right: 7.5%;
        left: 7.5%;
    }

}


.mobile-nav-toggle {
    border: 1px solid;
    border-radius: 10px;
    padding: 5px;
}

.mobile-nav-toggle:hover {
    border-radius: 5px;
    transition: 0s;
}

.navbar ul{
    display: none;
}

.navbar-mobile ul{
    display: block;
}

.bi-x{
    margin-top: 1.25rem;
    transition: unset !important;
}

/* Seat Chart */

.sc-right-container {
    margin-left: 3rem !important;
  }

.sc-map {
    width: 80%;
}

.default-seat {
    color: white;
    background-color: #43aa8b;
}

.first-class {
    color: white;
    background-color: #277da1;
}

.sc-seat.sc-seat-reserved, .sc-seat-reserved {
    background-color: rgba(255, 99, 71,.5) !important;
}

.sc-front{
    visibility: hidden;
    height: 5rem !important;
    line-height: 5rem !important;
}



.sc-front::after{
    width: 100%;
    background-color: #f5f5f5;
    visibility: visible;
    content: "Színpad";
}

.page img {
    max-width: 100% !important; 
}