
/*==============================
	Header Style
	Update: 10/07/2020
  ==============================*/

.header{
	position: fixed;
	top: 0;
	left: 0;
	float: left;
	width: 100%;
	z-index: 2;
}
.header_bg{
	background:#F5F5F7;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0.9;
	z-index: 1;
}
.header_text{
	padding: 0.7em;
	display: flex;
	flex-direction: row;
	text-overflow: ellipsis;
	overflow: hidden; 
	white-space: nowrap;
}
.space_header{
	margin-top:4.5em;
}
.header_title{
	font-size: 1.75em;
	line-height: 1.5em;
	font-weight: 600;
}
@media screen and (max-width: 52.375em) {
	.header_title{
		text-align: center;
		font-size: 1.7em;
		padding-bottom: 0.7em;
	}
}