@media (max-width: 768px) {
  .home .container {
    height: 100%;
    padding: 0 30px 0 30px;
  }
  .home .container h1 {
    margin-top: 200px;
  }
  .home .container .gambar {
    position: static;
    opacity: 0.2;
    margin-top: -540px;
  }
  .about .container-about .content .container {
    padding: 0 30px 0 30px;
  }
  .about .container-about .content .container .row .col h5 {
    margin-top: 20px;
  }
  .skills .container {
    padding: 0 30px 0 30px;
    padding-top: 10%;
  }
  .projects .container {
    padding: 0 30px 0 30px;
    padding-top: 10%;
  }
  .container.projects {
    padding: 0 30px 0 30px;
    padding-top: 10%;
  }
  footer,
  #breadcrumb-container {
    padding: 0 30px 0 30px;
  }
}
/* Height */
@media (max-width: 400px) AND (max-height: 600px) {
  .home .container #content-home .gambar {
    order: 1;
    position: static;
    opacity: 0.2;
  }
  .home .container #content-home h1 {
    order: 2;
    margin-top: -80px !important;
  }
}
@media (max-width: 400px) AND (max-height: 860px) {
  .home .container #content-home .gambar {
    position: static;
    opacity: 0.2;
    margin-top: -470px;
  }
  .home .container #content-home h1 {
    margin-top: 130px;
  }
}
@media (max-width: 360px) AND (max-height: 800px) {
  .home .container #content-home .gambar {
    position: static;
    opacity: 0.2;
    margin-top: -410px;
  }
  .home .container #content-home h1 {
    margin-top: 50px;
  }
}
@media (max-width: 768px) AND (max-height: 600px)  {
  .home .container #content-home h1 {
    margin-top: 10px;
    padding-top: 0;
  }
  .home .container #content-home .gambar {
    position: static;
    opacity: 0.2;
    margin-top: -300px;
  }
  .home .container .social-media {
    padding-top: 0;
  }
  .about .container {
    padding-top: 20%;
  }
}
@media (max-width: 900px) AND (max-height: 1280px) {
  .home .container #content-home {
    padding-top: 90px;
  }
  .home .container #content-home h1 {
    padding: 0px;
  }
  .card.carousel i {
    font-size: 50px !important;
  }
  .card.carousel h4 {
    font-size: 20px !important;
  }
}


@media (min-width: 768px) {
  .blog {
    padding-right: 20px;
  }
}
@media (max-width: 360px) {
  .social-media,
  .blog {
    padding-top: 10px !important;
  }
  .blog a {
    width: 60px !important;
    font-size: 10px !important;
  }
}
