.navbar {
    position: relative;
    z-index: 1;
}
/* Jumbotron */

.jumbotron {
    background-image: url(/img/gedung.png);
    background-size: cover;
    height: 660px;
    margin-top: -120px;
    position: relative;
}

.jumbotron::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    bottom: 0;
    opacity: 0.9;
}

.jumbotron .display-4 {
    font-weight: 500;
    color: #f96a27;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

.jumbotron .container {
    color: black;
    text-align: center;
    margin-top: 50px;
    font-weight: 200;
    position: relative;
    z-index: 1;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

.jumbotron .container span {
    font-weight: 500;
    color: #f96a27;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

.info-panel {
    margin-top: -400px;
}

.zoom{
    transition: transform .2s;
}

.zoom:hover {
    transform: scale(1.1);
}
