/* CSS Document */

@media screen and (min-width: 480px) {

.watersecurity .headertheme .custom {
	background-image: url('/images/themeheaders/01-Water-Security---Photo-courtesy-CSIRO-Gregory-Heath.jpg');
}
.waterquality .headertheme .custom {
	background-image: url('/images/themeheaders/02-Water-Quality-and-Catchment-Management---Photo-courtesy-Melbourne-Water.jpg');
}
.technology .headertheme .custom {
	background-image: url('/images/themeheaders/03-Technology-Treatment-and-Energy---Photo-courtesy-Seqwater.jpg');
}
.climatechange .headertheme .custom {
	background-image: url('/images/themeheaders/04-Resilience-and-Climate-Change---Photo-courtesy-CSIRO-Nick-Pitsas.jpg');
}
.governance .headertheme .custom {
	background-image: url('/images/themeheaders/05-Governance-and-economics.jpg');
}
.watersmartcities .headertheme .custom {
	background-image: url('/images/themeheaders/06-Water-Smart-Cities---Photo-CSIRO-James-Porteous.jpg');
}
.community .headertheme .custom {
	background-image: url('/images/themeheaders/07-Community-Customer-and-Staff---Photo-courtesy-Queensland-Urban-Utilities.jpg');
}
.assetmanagement .headertheme .custom {
	background-image: url('/images/themeheaders/08-asset-management---Photo-courtesy-Barwon-Water.jpg');
}

.headertheme .custom {
	background-size: cover;
	background-position: center center;
	margin: 0 auto  !important;
	padding: 70px 20px 0px;
	height: 140px;

}
.headertheme h1 {
  font-weight: bold !important;
  padding: 20px 50px 10px;
  text-align: right;
  float:right;
  background-color: rgba(255,255,255,0.90);
  height: 70px;
  font-size: 2.2em;
}


}

@media screen and (max-width: 480px) {
	/* Responsive Styles */
	.headertheme h1 {

	
  font-weight: normal !important;
  padding: 5px 0;
  text-align: center;
  float:none;
  background-color: rgba(255,255,255,0.90);
  height: auto;
  font-size: 1.7em;
}
	
}

