/**
 * @file
 * Use this CSS file to override base CSS rules
 */

.header {
	background-image: url(../../images/greenery-header.jpeg);
	background-color: #146c28;
}

.page {
	padding: 0;
}

/* Set default font weight to 300 for better typography in high-density screens */
/*body {
  font-weight: 300;
}*/

/* Workaround for SG-4: Superfish accordion menu is not working on Android 7 devices */
.banner {
  overflow: hidden;
}
.heading2 {
  line-height: 1.20;
  padding: 0;
  margin: 20px 0 10px 0;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
}
.heading3 {
  line-height: 1.20;
  padding: 0;
  margin: 20px 0 10px 0;
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
}

