.pendaftaran{
  text-align: center;
  margin-bottom: 10%;
}
.header-container {
  background: url("../assets/images/admission/fototron_header.png") no-repeat center;
  background-size: cover;
}
.tombol{
  border-radius: 40px;
}
/*desktop version*/
@media (min-width: 992px) { 

  .header-container {
    background: url("../assets/images/admission/fototron_header.png") no-repeat center;
    background-size: cover;
  }

  section.one {
    background-image: url("../assets/images/home/background/Group 9.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }

  .container {
    padding: 5% 0px;
  }

/* Pendaftaran */
  .pendaftaran {
  margin-top: 25px,0;
  text-align: left;
  }

  .pendaftaran h3{
  font-size: 30px;
  font-family: 'Viga', sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
 
  }
  .pendaftaran p{
    color: #8D8B8B;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    margin: 0,0;
  }

  .tombol{
    border-radius: 40px;
  }

  section.two {
    background-color: #8fe2f6;
    padding: 10% 5%;
  }

  section.three .container img {
    display: block;
    padding: 5% 0px;
  }

  section.three {
    padding: 0px 3%;
  }

  .syarat-tr {
    height: 50px;
  }

  .syarat-td {
    width: 30px;
    height: 50px;
  }

  .jenis-tes__td {
    width: 100px;
    height: 40px;
  }

  .jenis-tes__tr--linebottom {
    border-bottom: solid 1px black;
  }

  .table-overflow {
    overflow-x: scroll;
  }

  section.one .container, section.two .container, section.four .container {
    padding: 5% 2%;
  }
  h1.header {
    font-size: 50px;
  }
  .table-overflow {
    overflow-x: scroll;
  }

  .r2-footer-address{
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  }
  .r2-footer-mainmenu{
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  }
  .r2-footer-submenu{
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  } 
}
/*# sourceMappingURL=admission.css.map */