body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
}

a:hover {
  text-decoration: none;
}

/*
        SET DESIRED HEIGHT, for fixedheight
        
        .bs-slide{
            height:550px;
        }
        @media screen and (max-width:767px){
            .bs-slide{
                height:300px;
            }
        }
        */



.heading {
  margin: 10px 0 0 0;
  color: #fff;
  font-size: 56px;
  font-weight: bold;
  text-shadow: -3px 3px 8px rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 1279px) {
  .heading {
    font-size: 48px;
  }
}

@media screen and (max-width: 979px) {
  .heading {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 22px;
  }
}

.subheading {
  margin-top: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  text-shadow: -3px 3px 8px rgba(0, 0, 0, 0.75);
}

.ruang {
  margin-top: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-shadow: -3px 3px 8px rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 1279px) {
  .subheading {
    font-size: 36px;
  }
}

@media screen and (max-width: 979px) {
  .subheading {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .subheading {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .subheading {
    font-size: 20px;
  }
}

    /* S1 pink */
    .kuliah-s1 {color: #FEC5E5 !important;}
    .praktikum {color: #f99dd0 !important;}
    .bimbingan {color: #f969e1 !important;}
    .ujian-skripsi {color: #f833ff !important;}
    
    /* S2 blue */
    .kuliah-s2 {color: #38c2f0 !important;}
    .semhas {color: #82EDFD !important;}
    .ujian-tesis {color: #339cff !important;}
    
    /* S3 purple */
    .kuliah-s3 {color: #AF69EE !important;}

    /* Umum red */
    .rapat {color: #f3ff49 !important;}
    .diskusi {color: #ED7014 !important;}
    .prayud {color: #1cf063 !important;}