.bg-awal {
	height: 100%;
}

.nav-link:hover{
  border-bottom: 2px solid #005ce6;
}

.paralax-1 {
  /* The image used */
  background-image: url("../img/bg-awal.jpg");

  /* Set a specific height */
  min-height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cerita {
	border-bottom: 3px solid #1a75ff;
}

.gb {
	border-bottom: 2px solid #b3d1ff;
}

.card-img {
  position: relative;
}
.overlayF {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #cce0ff;
}

.card-img:hover .overlayF {
  opacity: 1;
}
.portfolio {
	padding-top: 2rem;
}

.quotes {
	padding-top: 1rem;
}

svg {
	color: #1a75ff;
}