@media screen and (max-width: 294px) {
  #Youtube {
    display: none;
  }
}
/* Devices  phones */
@media screen and (max-width: 347px) {
  .profil {
    width: 90px;
  }
  .jumbotron h1 {
    font-size: 33px;
  }
  .jumbotron .text-2 {
    font-size: 20px;
  }
  .jumbotron .text-2 span {
    color: crimson;
  }
  #facebook {
    display: none;
  }
  .tombol {
    height: 40px;
    margin-top: 27px;
    border-radius: 100px;
    font-size: 18px;
  }
  .credit {
    left: 0;
    width: 100%;
    font-size: 13px;
  }
}

/* Devices tablets */
@media (min-width: 769px) {
  .profil {
    width: 520px;
  }
  .jumbotron h1 {
    font-size: 90px;
  }
  .jumbotron .text-2 {
    font-size: 50px;
  }
  .jumbotron .text-2 span {
    color: crimson;
  }
  .button:hover {
    width: 320px;
  }
  .button {
    width: 100px;
    float: left;
    height: 100px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    margin: 20px 7px;
  }

  .button .icon {
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50px;
    transition: all 0.4s;
    display: inline-block;
  }
  a {
    text-decoration: none !important;
  }
  .button span {
    margin-left: 7px;
    font-size: 36px;
  }
  .button .icon i {
    font-size: 50px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tombol {
    height: 123px;
    margin-top: 27px;
    border-radius: 100px;
    font-size: 44px;
  }
  .credit {
    left: 0;
    width: 100%;
    font-size: 39px;
  }
}

/* evices desktops */
@media (min-width: 769px) {
  .profil {
    width: 170px;
  }
  .jumbotron h1 {
    font-size: 40px;
  }
  .jumbotron .text-2 {
    font-size: 20px;
  }
  .jumbotron .text-2 span {
    color: crimson;
  }
  .button:hover {
    width: 217px;
  }
  .button {
    width: 60px;
    float: left;
    height: 60px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    margin: 10px 7px;
  }

  .button .icon {
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50px;
    transition: all 0.4s;
    display: inline-block;
  }
  a {
    text-decoration: none !important;
  }
  .button span {
    margin-left: 7px;
    font-size: 26px;
  }
  .button .icon i {
    font-size: 27px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tombol {
    width: 600px;
    height: 60px;
    margin-top: 17px;
    border-radius: 100px;
    font-size: 26px;
  }
  .credit {
    left: 0;
    width: 100%;
    font-size: 29px;
  }
}

/* evices large desktops */
@media (min-width: 1200px) {
  ...;
}
