/**
* CSS Styles for the UBS Citizenlink
*
* @package CITIZENLINK
* @subpackage UBS
* @platform MOBILE
* @customer City Of Newberry
* @site UTILITY
* @author KMN
* @since 01/19/2022
*/

@import url(https://fonts.googleapis.com/css?family=Oswald);

body
{
	background: white !important;
	font-family: Oswald,sans-serif;

}
#mHeaderContainer
{
	top: -48px;
	left: -0px;
	position: relative;
	width:100%;
	height:140px;
	color: white;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	background: #184C5D

	
}

#mHeaderLogo
{
	position:relative;
	top:20px;
	left: 10px;
	height:40px;

}

#mHeaderSubText, #mHeaderText
{
	font-family: Oswald,sans-serif;
	font-size: 24px;
	position:relative;
	top: 10px;
	text-align: center;
	
}

#mHeaderSubText
{
	font-size: 16px;
}

#header-logo
{
	width:175px;
	height: 28px;
}
