@media only screen and (min-width: 768px) {
    main {
        padding: 5px;
    }

    /*.image-gallery-block .container {
        position: relative;
        top: -56px;
    }*/

    .image-gallery-block {
        padding: 0;
    }

    .navbar.fixed-top {
        opacity: 0.9;
    }

    /*img.d-block.w-100 {
    height: 492px;
    }*/
    .text-block .container {
        background: #ee9f00!important
    }
}

.carousel-indicators {
    display: none;
}

@media only screen and (max-width: 768px) {
    .text-block .container {
        background: #ee9f00!important;
        font-size: 1.4rem !important;
        margin-top: 56px;
        margin-bottom: -62px;
    }
    /*.block.text-block {
        top: -81px !important;
        font-size: 1.5rem !important;
    }*/
}

.block.text-block {
    position: relative;
    top: -97px;
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
    z-index: 55555;
    padding: 0;
} 

.tercihrobotulink{
    color:#ee9f00!important;
}

.block.column-block img {
    width: 100%;
    height: 100%;
    position: absolute;
}
.card-body {
    width: 186px;
    background: #eee;
    opacity: 0.8;
}
.card, .card-body
.list-social{
    display: flex;
    flex-flow: column;
}
