.header_subtitle
{
	padding-left:10px;
	padding-top:24px;
	white-space:nowrap;
	text-align:left;
	vertical-align:top;
	font-family:MyriadLightX;
	font-size:14px;
	color:rgb(80,80,80);
}				
				
.header_text
{
	font-family:MyriadX;
	font-size: 16px;
	color:rgb(100,100,100);
}

.header_text a
{
	text-decoration: none;
}

.header_text a:hover
{
	text-decoration: underline;
	color: rgb(136, 131, 255);
}

#softobe_header
{
	z-index:300;
	position:fixed;
	height:50px; width:100%;
	background-color:rgba(255, 255, 255, 0.8);
	
	backdrop-filter: blur(16px);
  	-webkit-backdrop-filter:blur(16px);
  	-moz-backdrop-filter: blur(16px);
}