/* Untuk Tablet */
@media all and (max-width: 1000px) {
    /*.menu-item{
        padding: 8px 13px;
        width: auto;
      }*/
    .top-wrapper h1 {
        font-size: 32px;
    }

    .heading h2 {
        font-size: 20px;
    }

    .container {
        width: auto;
    }

    .flex-main {
        padding: 0px;
        width: 300px;
    }

    .flex-main img {
        width: 350px;
        height: 350px;
    }

    .contact {
        flex: auto;
        margin: 0px 50px 30px 50px;
    }

    .x1-wrapper {
        flex-wrap: wrap;
    }

    .x1-data {
        width: 50%;
    }

    .x1-img img {
        height: 200px;
        width: 250px;
    }

    .x1-content {
        width: 50%;
        display: inline-block;
    }

    .x1-content p {
        text-align: justify;
    }

}

@media (max-width: 880px) {
 
  .footer-distributed{
    font: bold 14px sans-serif;
  
  }
 
  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right{
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .main {
    line-height: normal;
    font-size: auto;
  }
 
}

@media screen and (max-width: 500px) {
    .navbar a {
      float: none;
      display: block;
    }
  }

/* Untuk Smartphone */
@media all and (max-width: 670px) {
    /*
    
    .menu-item{
        display: none;
    }
    .menu-icon {
        display: block;
        font-size: 100px;
    }*/

    .top-wrapper {
        padding: 180px 0 80px 0;
        background-position: center;
    }

    .top-wrapper h1 {
        font-size: 24px;
        line-height: 36px;
    }

    .top-wrapper p {
        font-size: 14px;
        line-height: 20px;
    }

    .signup,
    .facebook,
    .twitter,
    .message {
        width: 100%;
        margin: 0px 10px 10px 0px;
        /*margin: 20px 0;*/
    }

    .container-2 {
        width: 300px;
        height: 430px;
        margin: 0 auto;
    }

    .flex-extra {
        padding: 20px;
        display: flex;
    }

    .flex-main {
        width: 100%;
        display: block;
    }

    .flex-main img {
        width: 300px;
        height: 250px;
    }

    .message {
        width: 250px;
        height: auto;
    }

    .contact {
        padding: 10px;
        margin-left: 100px;
        margin-right: 100px;
    }

    .contact {
        width: 100px;
    }

    .x1-wrapper {
        flex-direction: column;
        margin-bottom: 10%;
        width: 100%;
    }

    .x1-data {
        margin: 1% auto;
        width: 50%;
    }

    .x1-img img {
        width: 100%;
        height: 10%;
    }

    .x1-content {
        width: 100%;
        display: inline-block;
        margin-bottom: 15%;
    }

    .x1-content p {
        text-align: justify;
    }


}