.header {
  /*background-color: #000;*/
	background-color: rgba(246, 246, 241, .3);
	/*background-color: rgba(0,0,0,0.2);*/
	/*background-color: #039cdf;	*/
  padding: 10px 20px;
  display: flex;
  /*justify-content: center;*/
  justify-content: flex-end;
  align-items: center;
  /*position: relative;*/
  min-height: 80px;
	z-index: 1000;
	position: fixed;
	width: 100vw;
	height: 80px;
	top: 27px;
}

