/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track  */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #37a000;
  border-radius: 5px;
  transition: .5s;
}

/* Handle on hover  */
::-webkit-scrollbar-thumb:hover {
  background: #2A7A00;
}

.padding{
	padding: 120px 0px;
}
.padding.bottom{
	padding: 0px;
	padding-bottom: 120px;
}
.padding.top{
	padding: 0px;
	padding-top: 120px;
}

.space{
	margin: 120px 0px;
}
.space.bottom{
	margin: 0px;
	margin-bottom: 120px;
}
.space.top{
	margin: 0px;
	margin-top: 120px;
}

.text-blue{
	color: #1a8bf3;
}
.text-pink{
	color: #d32358;
}
.text-lime{
	color: #277100;
}
.text-brown{
	color: #cc5500;
}
