
#work, #skill {
	background: white;

}
#work {
	display: none;
}

.tool {
	width: 50px;
	height: 45px;
}

#work p span {
	font-weight: 600;
}

#onscroll-scale{
	display: none;
	color: black;

}
.bg-custom {
	background: #222222;
	color: white;
}
.bg-custom-1 {
	background: #12343b;
	color: white;
}

.border-blue {
	border: 1px solid #222222;
}

.tool-box {
	padding-left: 6vw;
}

#onscroll-scale {
	background: #222222;
	color: white;
	padding-right: 5vw;
}

#sp-exp li {
  list-style-type: none;
  position: relative;
  padding-left: 15px;
}

#sp-exp li:before {
  content: "\25BA \0020";
  font-size: 9px;
  position: absolute;
  top: 5px;
  left: -10px;
}