/**
* CSS Styles for the FMS AR Citizenlink
*
* @package CITIZENLINK
* @subpackage FMS/AR
* @platform MOBILE
* @customer City Of Newberry
* @site CUSTOMERS
* @author KMN
* @since 10/29/2018
*/

@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:200px;
	color: black;
	text-align:center;
	margin-left: auto;
	margin-right: auto;

	
}

#mHeaderLogo
{
	position:relative;
	top:0px;
	left: 10px;
	height:102px;

}

#mHeaderSubText, #mHeaderText
{
	font-family: Oswald,sans-serif;
	font-size: 24px;
	position:relative;
	top: 10px;
	text-align: center;
	
}

#mHeaderSubText
{
	font-size: 16px;
}

#header-logo
{
	height: 70px;
	width: 265px;
}
