.headerh1 {
	font-weight: bold;
	float: left;
	position: relative;
	left: 20px;
	font-size: 36px;
	margin-left : 1%;
}
.headercontact{
	font-weight : bold;
	position : absolute;
	right : 4%;
	top : 2px;
	padding : 0;
	margin : 0;
	height : 98%;
	width : 50px;
	font-size : 16px;
	border : solid 0px red;
}
.headercontact a{
	color : #3E29B4;
	text-decoration : none;
}


header.fixedflow{
	position: fixed;
	width: 80%;
	top: 50px;
	left: 10%;
	height : 75px;
	background:white;
	z-index : 1000;
}

header {
	border:solid 1px gray;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	top: 20px;
	left: 0px;
	width: 90%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-font-smoothing: antialiased;
}



