#progress-bar{
--scrollAmount: 0%;
width: var(--scrollAmount)	;
height: 3px;
position: fixed;
top: 72px;
background: linear-gradient(to right, #3015A8 var(--scrollAmount), transparent 0);	
}
nav.navShadow{
box-shadow: none;
}
.head-dynamic-bg{
height: 72px !important;
}
.prograss-bar-background{
width: 100%;
background-color: #EEEEEE;
height: 3px;
position: fixed;
top: 72px;
z-index: 1;	
}
nav.navShadow{
	height: 72px !important;
	
}
nav.navShadow #logofix{
	height: 72px !important;
	
}

	body{
		font-family: "Gilroy";
		font-size: var(--blog-each-excerpt-fs);
		color: #EBFAFF;
		line-height: var(--blog-each-excerpt-lh);
		font-weight: 300;
		margin: 0;
		text-align: left;
	}	