body {
    background-image: url("../bg_body/2.jpg");
    background-size: cover;
}

h2.color-grey {
    background-color: rgba(255, 255, 255, 0.9);
}
div.space-right {
    margin-right: 20px;
}
#myCarousel {
    width: 100%;
}
.carousel-control {
    margin-top: 20px;
}
.carousel-inner .item {
    width: 100%;
    height: 400px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.ad1 {
    background: url("../bg_body/1.jpg") no-repeat center center fixed; 
}
.ad2 {
    background: url("../bg_body/2.jpg") no-repeat center center fixed; 
}
.ad3 {
    background: url("../bg_body/3.jpg") no-repeat center center fixed; 
}

.anyClass {
  height:150px;
  overflow-y: scroll;
}
h3.header {
    font-size: 40px;
}
label.text-tanggal {
    font-size: 13px;
}
h5.text-waktu {
    font-size: 13px;
}
@media only screen and (max-width: 600px) {
    img {
        max-width: 50px;
        height: auto;
    }
    h2.header {
        font-size: 14px;
    }
    h4.center-header {
        font-size: 14px;
    }
    h3.header {
        font-size: 20px;
    }
    h4.header {
        font-size: 10px;
        display: none;

    }
    nav div.col.header {
        display: none;
    }
    h4.bulan-header {
        font-size: 15px;
    }
    h3.kegiatan {
        font-size: 15px;
    }
    p.header-agenda {
        font-size: 12px;
    }

    label.text-tanggal {
        font-size: 10px;
    }

    h5.text-waktu {
        font-size: 10px;
    }
    p.text-status {
        font-size: 10px;
    }
  }