body {
  margin-top: 50px;
}

.jumbotron {
  background-color: transparent !important;
}

.bg-gradient {
  background: linear-gradient(
    45deg,
    rgb(69, 90, 100) 0%,
    rgb(69, 90, 100) 1%,
    rgb(0, 204, 183) 100%
  );
  color: whitesmoke;
}

.bg-cover {
  min-height: 600px;
  background: url(../img/bg-hero.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}

section {
  margin: 0px;
  padding: 10vh 0vh 10vh;
}

footer {
  min-height: 50px;
  padding-top: 12px;
}

.ig-thumbnail {
  width: 100px;
  height: 100px;
  float: left;
  overflow: hidden;
}

.ig-thumbnail img {
  width: 100px;
}

.nama {
  font-family: "Pacifico";
}

.icon,
.icon a {
  color: dimgray;
}

.icon a:hover {
  color: black;
}

#contact {
  background-color: darkslategrey;
  color: #fff;
  padding-top: 10vh;
  padding-bottom: 10vh;
}
