.cbp-af-header {
	background: transparent
	height: 60px;
	overflow: hidden;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}


.cbp-af-header.cbp-af-header-shrink {
	height: 60px;
	background: #79a340;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/*
.cbp-af-header.cbp-af-header-shrink .nav-link::after {
    color: #6C38A0;
}*/



@media screen and (min-width: 768px){

	.cbp-af-header {
		height: 90px;
	}

	.cbp-af-header.cbp-af-header-shrink {
	    height: 90px;
	}

}