html,
body {
    background-color: #660066;
}

nav ul li:hover {
    background-color: #8F0386;
}

nav ul a {
    font-size: 12px;
}

.nav-wrapper {
    padding: 20px 0;
    transition: all .5s ease-in-out;
    font-family: open_sansregular;

}

.navbar-default {
    padding: 0px 0;
    height: 65px;
    transition: all .5s ease-in-out;
}

.navbar-fixed {
    transition: all .5s ease-in-out;
}

nav {
    transition: all .5s ease-in-out;
}

.brandsty {
    width: 437px;
    height: 90px;
    position: absolute;
    top: 5px;
    left: 5px;
    transition: all .5s ease-in-out;
}

.slidesty {
    width: 100%;
    height: 90vh;
    margin-top: -100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../../img/tari-truna-jaya-74.jpg');
}

.ls-bg::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgb(7, 11, 67) 0%, rgba(16, 25, 138, 0.78) 21.1823%, rgba(0, 0, 0, 0) 100%);
}

.garisbawah {
    width: 50px;
    height: 1px;
    background-color: #090d47;
    margin: 0 auto 0 auto;
}

.garisbawah1 {
    width: 100%;
    height: 1px;
    background-color: #c9cacc;
    margin: 0 auto 0 auto;
}

.imgPanel {
    width: 120px;
    height: 120px;
    overflow: hidden;
    cursor: pointer;
    margin: auto;
    border-style: solid;
    border-width: 3px;
    border-color: #FFD800;
    box-shadow: 0 3px 20px rgba(8, 8, 8, 0.7);
    overflow: hidden;
    cursor: pointer;
}

.imgPanel img {
    transition: transform .5s ease-in-out;
}

.imgPanel:hover img {
    transform: scale(1.5);
}

.carousel-item img {
    height: 267px !important;
    width: 400px !important;
}

/* Untuk Desktop version */
@media (min-width:992px) {}

/* Untuk mobile */
@media (max-width: 576px) {
    #logo1 {
        width: 287px;
        height: 60px;
    }

    .panelsty {
        margin-top: 10px;
    }

    #panelMenu {
        margin: 10px;
    }
}

div {
    color: white;
}

#panelMenu img {
    height: 100%;
    width: 100%;
}

#panelMenu {
    width: 100%;
    position: absolute;
    top: 68%;
    z-index: 2;
}

.labelImgPanel {
    width: 120px;
    height: 30px;
    margin: auto;
    margin-top: 10px;
    border-style: solid;
    border-color: #3D103B;
    border-radius: 7px;
    border-width: 3px;
    color: #3D103B;
    background-color: #FFD800;
    font-weight: bold;
}