@media only screen and (max-width: 1350px) {
  .carousel-item img {
    border-radius: 10px;
    margin: 50px auto;
    width: 850px;
    height: 400px;
  }
  #profil-sekolah .foto-sekolah {
    width: 380px;
  }
  #profil-sekolah img {
    width: 380px;
  }
  #profil-sekolah h4 {
    font: 24px;
  }
  #profil-sekolah p {
    font-size: 10px;
  }
  section.detail-sekolah {
    height: 600px;
  }
  section.detail-sekolah video {
    width: 800px;
  }
}
@media only screen and (max-width: 1100px) {
  .carousel-item img {
    border-radius: 10px;
    margin: 50px auto;
    width: 800px;
    height: 380px;
  }
  #profil-sekolah .foto-sekolah {
    width: 350px;
  }
  #profil-sekolah img {
    width: 350px;
  }
  #profil-sekolah h4 {
    font: 24px;
  }
  #profil-sekolah p {
    font-size: 10px;
  }
  section.detail-sekolah {
    height: 600px;
  }
  #murid .card {
    width: 180px;
    height: 180px;
  }
  #murid .nama-siswa {
    margin-bottom: 0px;
    margin-left: -6px;
  }
  #murid .card-text {
    width: 150px;
    margin-bottom: 0;
    font-size: 16px;
    margin-left: -6px;
  }
}
@media only screen and (max-width: 990px) {
  #profil-sekolah {
    justify-content: center;
    align-items: center;
    padding: 10px 0px 40px 0px;
  }
  #profil-sekolah .row {
    margin: 0px auto;
  }
  #profil-sekolah .foto-sekolah {
    width: 500px;
    display: flex;
    margin: 0 auto;
  }
  #profil-sekolah img {
    width: 500px;
  }
  #profil-sekolah h4 {
    margin-top: 32px;
    text-align: center;
    font: 24px;
  }
  #profil-sekolah p {
    line-height: 24px;
    padding: 0px 30px;
    text-align: center;
    font-size: 16px;
  }
  section.detail-sekolah h4 {
    font-size: 3em;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -260%);
  }
}
@media only screen and (max-width: 850px) {
  #preload {
    background-size: 20%;
  }
  .carousel-item img {
    border-radius: 10px;
    margin: 50px auto;
    width: 700px;
    height: 320px;
  }
  #profil-sekolah {
    padding: 10px 0px 60px 0px;
  }
  #profil-sekolah .foto-sekolah {
    width: 460px;
  }
  #profil-sekolah img {
    width: 460px;
  }
  #profil-sekolah h4 {
    font-size: 26px;
    margin-top: 38px;
  }
  #profil-sekolah p {
    margin-top: -10px;
    font-size: 14px;
  }
  section.detail-sekolah {
    height: 500px;
  }
  section.detail-sekolah h4 {
    font-size: 3em;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -240%);
  }
  section.detail-sekolah video {
    width: 680px;
  }
  #guru .show_name {
    width: 200px;
    height: 200px;
    line-height: 200px;
  }
  #guru img {
    width: 220px;
  }
  #murid .card {
    width: 150px;
    height: 150px;
  }
  #murid .nama-siswa {
    margin-bottom: 0px;
    margin-left: -8px;
    font-size: 22px;
  }
  #murid .card-text {
    width: 130px;
    margin-bottom: 0;
    font-size: 14px;
    margin-left: -8px;
  }
  #kegiatan .col {
    margin-bottom: 40px;
  }
  #kegiatan img {
    margin: auto;
    width: 210px;
    height: 120px;
    border-radius: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar {
    height: 80px;
    align-content: center;
  }
  .navbar .main-logo img {
    width: 140px;
  }
  .offcanvas li {
    border-bottom: 1px dashed rgb(187, 187, 187);
  }
}
@media only screen and (max-width: 720px) {
  .carousel-item img {
    border-radius: 10px;
    margin: 50px auto;
    width: 590px;
    height: 280px;
  }
  .carousel-caption h1 {
    font-size: 40px;
    margin-bottom: -10px;
  }
  .carousel-caption p {
    font-size: 25px;
  }
  section.detail-sekolah {
    height: 380px;
  }
  section.detail-sekolah h4 {
    font-size: 2.4em;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -220%);
  }
  section.detail-sekolah video {
    width: 500px;
  }
}
@media only screen and (max-width: 600px) {
  .carousel-item img {
    border-radius: 10px;
    margin: 50px auto;
    width: 520px;
    height: 240px;
  }
  .carousel-caption h1 {
    font-size: 32px;
    margin-bottom: -10px;
  }
  .carousel-caption p {
    font-size: 25px;
    margin-bottom: -2px;
  }
  #profil-sekolah {
    padding: 10px 0px 80px 0px;
  }
  #profil-sekolah .foto-sekolah {
    border-radius: 6px;
    width: 400px;
    margin: auto;
  }
  #profil-sekolah img {
    width: 400px;
  }
  #profil-sekolah h4 {
    margin-top: 24px;
    text-align: center;
    font-size: 22px;
  }
  #profil-sekolah p {
    text-align: center;
    font-size: 14px;
    margin-top: -30px;
  }
  section.detail-sekolah {
    height: 360px;
  }
  section.detail-sekolah h4 {
    font-size: 2.2em;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -230%);
  }
  section.detail-sekolah video {
    width: 500px;
  }
  #murid .card {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (max-width: 540px) {
  .carousel-item img {
    border-radius: 10px;
    margin: 50px auto;
    width: 460px;
    height: 220px;
  }
  #profil-sekolah {
    padding: 10px 0px 90px 0px;
  }
  #profil-sekolah .foto-sekolah {
    border-radius: 6px;
    width: 380px;
    margin: auto;
  }
  #profil-sekolah img {
    width: 380px;
  }
  #profil-sekolah h4 {
    margin-top: 24px;
    text-align: center;
    font-size: 22px;
  }
  #profil-sekolah p {
    text-align: center;
    font-size: 12px;
    margin-top: -30px;
  }
  section.detail-sekolah {
    height: 320px;
  }
  section.detail-sekolah h4 {
    font-size: 2em;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -220%);
  }
  section.detail-sekolah video {
    width: 410px;
  }
  #guru img {
    width: 150px;
  }
  #guru .show_name {
    width: 150px;
    height: 150px;
    line-height: 150px;
  }
  #guru .show_name:hover {
    font-size: 15px;
  }
  #murid .card {
    width: 135px;
    height: 135px;
  }
  #murid .nama-siswa {
    font-size: 22px;
    margin-bottom: 0px;
    margin-left: -8px;
  }
  #murid .card-text {
    width: 110px;
    margin-bottom: 0;
    font-size: 14px;
    margin-left: -8px;
  }
}

@media only screen and (max-width: 480px) {
  .carousel-item img {
    border-radius: 10px;
    margin: 50px auto;
    width: 410px;
    height: 180px;
  }
  .carousel-caption h1 {
    font-size: 26px;
    margin-bottom: -10px;
  }
  .carousel-caption p {
    font-size: 22px;
    margin-bottom: -2px;
  }
  #profil-sekolah .foto-sekolah {
    width: 340px;
  }
  #profil-sekolah img {
    width: 340px;
  }
  section.detail-sekolah {
    height: 320px;
  }
  section.detail-sekolah video {
    width: 390px;
  }
  #murid .card {
    width: 114px;
    height: 114px;
  }
  #murid .nama-siswa {
    font-size: 20px;
    margin-bottom: 0px;
    margin-left: -6px;
  }
  #murid .card-text {
    width: 90px;
    font-size: 14px;
    margin-bottom: 0px;
    margin-left: -6px;
  }
  #kegiatan .col {
    margin-bottom: 40px;
  }
  #kegiatan img {
    margin: auto;
    width: 180px;
    height: 110px;
    border-radius: 8px;
  }
}

@media only screen and (max-width: 430px) {
  .carousel-item img {
    border-radius: 10px;
    margin: 50px auto;
    width: 360px;
    height: 170px;
  }
  .carousel-caption h1 {
    font-size: 24px;
    margin-bottom: -10px;
  }
  .carousel-caption p {
    font-size: 20px;
    margin-bottom: -2px;
  }
  #profil-sekolah .foto-sekolah {
    border-radius: 6px;
    width: 300px;
    margin: auto;
  }
  #profil-sekolah img {
    width: 300px;
  }
  #profil-sekolah h4 {
    margin-top: 24px;
    font-size: 22px;
  }
  #profil-sekolah p {
    font-size: 12px;
    margin-top: -30px;
    padding: 0px 2px;
  }
  section.detail-sekolah {
    height: 260px;
  }
  section.detail-sekolah h4 {
    font-size: 2em;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -180%);
  }
  section.detail-sekolah video {
    width: 320px;
  }
  #murid .card {
    width: 106px;
    height: 106px;
  }
  #murid .nama-siswa {
    font-size: 18px;
    margin-bottom: 0px;
    margin-left: -8px;
  }
  #murid .card-text {
    width: 85px;
    font-size: 12px;
    margin-bottom: 0px;
    margin-left: -8px;
  }
  #kegiatan .col {
    margin-bottom: 10px;
  }
  #kegiatan img {
    margin: auto;
    width: 160px;
    height: 100px;
    border-radius: 8px;
  }
}

@media only screen and (max-width: 390px) {
  .carousel-item img {
    border-radius: 10px;
    margin: 50px auto;
    width: 320px;
    height: 150px;
  }
  .carousel-caption h1 {
    font-size: 22px;
    margin-bottom: -10px;
  }
  .carousel-caption p {
    font-size: 18px;
    margin-bottom: -2px;
  }
  #profil-sekolah {
    padding: 10px 0px 100px 0px;
  }
  #profil-sekolah .foto-sekolah {
    border-radius: 6px;
    width: 250px;
  }
  #profil-sekolah img {
    width: 250px;
  }
  section.detail-sekolah {
    height: 240px;
  }
  section.detail-sekolah h4 {
    font-size: 1.6em;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -184%);
  }
  section.detail-sekolah video {
    width: 290px;
    margin-top: 4px;
  }
  #guru img {
    width: 120px;
  }
  #guru .show_name {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
  #guru .show_name:hover {
    font-size: 12px;
  }
  #murid .card {
    width: 86px;
    height: 86px;
  }
  #murid .nama-siswa {
    font-size: 18px;
    margin-bottom: -4px;
  }
  #murid .card-text {
    width: 70px;
    margin-bottom: -6px;
    font-size: 12px;
  }
  #kegiatan .col {
    margin-bottom: 40px;
  }
  #kegiatan img {
    margin: auto;
    width: 140px;
    height: 90px;
    border-radius: 8px;
  }
}

@media only screen and (max-width: 350px) {
  .carousel-item img {
    border-radius: 10px;
    margin: 50px auto;
    width: 300px;
    height: 134px;
  }
  .carousel-caption h1 {
    font-size: 20px;
    margin-bottom: -10px;
  }
  .carousel-caption p {
    font-size: 16px;
    margin-bottom: -2px;
  }
  #profil-sekolah {
    padding: 10px 0px 110px 0px;
  }
  #profil-sekolah .foto-sekolah {
    border-radius: 6px;
    width: 240px;
    margin: auto;
  }
  #profil-sekolah img {
    width: 240px;
  }
  #profil-sekolah p {
    margin-top: -40px;
    font-size: 10px;
  }
  section.detail-sekolah {
    height: 220px;
  }
  section.detail-sekolah video {
    width: 280px;
  }
  #murid .card {
    width: 78px;
    height: 78px;
  }
  #murid .nama-siswa {
    font-size: 14px;
    margin-bottom: -4px;
  }
  #murid .card-text {
    width: 60px;
    margin-bottom: -6px;
    font-size: 10px;
  }
  #kegiatan .colu {
    width: auto;
    margin: 4px;
  }
  #kegiatan .col {
    margin-bottom: 40px;
  }
  #kegiatan img {
    margin: auto;
    max-width: 200px;
    max-height: 150px;
    border-radius: 8px;
  }
}
@media only screen and (max-width: 320px) {
  #kegiatan img {
    margin: auto;
    width: 200px;
    height: 150px;
    border-radius: 8px;
  }
}

@media only screen and (max-width: 310px) {
  .carousel-item img {
    border-radius: 10px;
    margin: 50px auto;
    width: 280px;
    height: 126px;
  }
  #profil-sekolah .foto-sekolah {
    border-radius: 6px;
    width: 220px;
    margin: auto;
  }
  #profil-sekolah img {
    width: 220px;
  }
  section.detail-sekolah {
    height: 200px;
  }
  section.detail-sekolah h4 {
    font-size: 1.4em;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -184%);
  }
  section.detail-sekolah video {
    width: 240px;
  }
  #murid .card {
    width: 76px;
    height: 76px;
  }
  footer img {
    width: 12px;
  }
}

@media only screen and (max-width: 301px) {
  .carousel-item img {
    border-radius: 10px;
    margin: 50px auto;
    width: 280px;
    height: 120px;
  }
  .carousel-caption h1 {
    font-size: 18px;
    margin-bottom: -6px;
  }
  .carousel-caption p {
    font-size: 14px;
    margin-bottom: -2px;
  }
  #profil-sekolah .foto-sekolah {
    border-radius: 6px;
    width: 200px;
    margin: auto;
  }
  #profil-sekolah img {
    width: 200px;
  }
  #profil-sekolah h4 {
    font-size: 16px;
  }
  section.detail-sekolah {
    height: 200px;
  }
  section.detail-sekolah video {
    width: 240px;
  }
  #murid .card {
    width: 110px;
    height: 110px;
  }
  footer .text-muted {
    font-size: 8px;
  }
  footer img {
    width: 10px;
  }
}
