* {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

.viewbox-body {
  top: 53%;
}

hr {
  width: 3%;
  margin: 0 auto;
  border: none;
  padding: 2px;
  background-color: #006BFF;
  opacity: 1;
  margin-bottom: 20px;
}

.title-header {
  text-align: center;
  font-weight: 600;
}


.icon {
  max-width: 100%;
  height: 200px;
  width: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@font-face {
  font-family: "Quicksand";
  src: url('assets/font/Quicksand/static/Quicksand-Medium.ttf')
}

body {
  font-family: "Quicksand", sans-serif;
}

.bg-navbar {
  background-color: #006BFF !important;
}

.jumbotron {
  background-image: url('assets/img/coding.jpg');
  flex-direction: row;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  padding-top: 230px !important;
  padding-bottom: 240px !important;
}

.navbar {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.1rem;
  padding-bottom: 0.2rem;
}

.tulisan-mengetik {
  font-size: 1.25rem;
}

.summary{
  text-align: justify;
}

.picture {
  max-width: 100%;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 100%;
  background-size: cover;
  background-color: #333333;
}

.contact-content {
  margin-top: 30px;
}

#about {
  padding-top: 230px !important;
  padding-bottom: 240px !important;
  font-size: 1em;
}

#skills {
  padding-top: 140px !important;
  padding-bottom: 240px !important;
  background-color: #eaeaea;
}

#projects {
  background-color: #f9f9f9f9;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

#contact {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.icon-whatsapp {
  font-size: 100px;
  color: #01e126;
}

.icon-facebook {
  font-size: 100px;
  color: #271ae9;
}

.icon-instagram {
  font-size: 100px;
  color: #E1306C;
}

.icon-github {
  font-size: 100px;
  color: #000;
}

.icon-linkedin {
  font-size: 100px;
  color: #0E76A8;
}

footer {
  background-color: #006BFF;
  font-weight: 600;
  padding: 12px;
  text-align: center;
}

footer small {
  color: #fff;
}

/* layar hp resolusi max 768 */

@media only screen and (max-width: 768px) {

  .tulisan-mengetik {
    font-size: 1rem;
  }

  .jumbotron {
    padding-top: 330px !important;
    padding-bottom: 320px !important;
  }

  hr {
    width: 5%;
    margin: 0 auto;
    border: none;
    padding: 2px;
    background-color: #006BFF;
    opacity: 1;
    margin-bottom: 20px;
  }
}

.card-text {
  text-align: justify;
}

.full {
  display: none;
}

.viewbox-button-next {
  display: none;
}

.viewbox-button-prev {
  display: none;
}