/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey; 
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #132034; 
    border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ed8123; 
}
@media screen and (max-width: 768px) {
.section {
    padding-left: 0.2em;
    padding-right: 0.2em;
 
}
}
.load-object{
	display: none;
	position: absolute;
	right: 45%;
	top: 25%;
	z-index: 1000;
	height: 150px;
	width: 150px;
	background: url('loading.gif') 
		50% 50% 
		no-repeat;
}
.loading-now{
	display: block;
}
