a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

.header {
	text-shadow: 2px 2px 4px #000;
}
.icons {
  width: 25px;
  margin: 0px 2px;

}

.about {
  color: #909090;
}

.gigih-link {
	color: #909090;
}
.gigih-link:hover {
	color: #17a2b8;
}
.text-gigih {
	color: #17a2b8;
}
.bg-gigih {
  background-color: #17a2b8 !important;
}

.bg-gallery {
  background-color: #55595c !important;
}
.prog {
  background-color: #55595c !important;
  height: 10px !important;
}

.panel {
  background-color: #343a40;
  border-radius: 0px 0px 0px 20px ;
  border: 2px solid #55595c;
  padding: 15px;
}

