/**
* Style Sheet For City Of Lake Wales, FL
*
* BPS Feature Site
*
* @platform MOBILE
* @package CITIZENLINK
*
* @author KMN
* @since 12/03/2020
/*
* This provides a global font set for the mobile application
*/

@import url(https://fonts.googleapis.com/css?family=Oswald);

body
{
	background: white;
}

/*
* This only provides a style for the front page
*/

#mHeaderContainer
{
	width:100%;
	height:120px !important;
	color: white;
	text-align:right;
	margin-left: auto;
	margin-right: auto;
	background: red !important;
}
#mHeaderLogo
{
	float: left;
	width:385px;
	height:102px;
}

#mHeaderImage
{
	width:385px;
	height:102px;
}

#mHeaderSubText 
{
	font-family: "Oswald",sans-serif;
	font-size: 1.1em;
	position: relative;
	top: 10px;
	text-align: right;
    text-decoration: none;
    margin-right: 10px;
    color: black;
}

.mobile-banner-controller
{
    height: 120px !important;
    border: 5px solid red;
    width: 500px;
    background: red !important;
}