#intro-video{
	position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -2;
    transform: translateX(-50%) translateY(-50%);
  	background-size: cover;
  	transition: 1s opacity;
}

.img-logo {
    width: 200px;
}

.container {
    margin-top: 5vh;
}

span.webgis {
    color: white;
}

span.judul-aplikasi {
    font-size: 20px;
    color: white;
    font-weight: bold;
}

div.overlay {
    top: 0px;
    width: 100%;
    height: 100%;
    background: #00000052;
    position: fixed;
    z-index: -1;
}

.summary-container {
    /*margin: 0 auto; */
    /*width: fit-content;*/
}

.summary-item {
    border-radius: 10px;
    padding: 15px;
    /*width: 100px;*/
    color: white;
    text-align: center;
    border: 1px solid;
    background: #33996094;
}

.summary-item span {
    font-size: 25px;
}

.summary-title {
    color: white;
    border-top: 1px dashed;
}