a.link-color {
  color: #84bd00;
}
a.link-color:hover {
  color: #84bd00;
}
.link-color svg {
  fill: #84bd00;
}
.link-color:hover svg {
  fill: #84bd00;
}
.show-more {
  background-color: #84bd00;
}
.search-bg-color {
  background-color: #f4f4f6;
}
.header-text-color * {
  color: #ffffff;
}
.header-bg-color {
  background-color: #00205b;
}
.bg-color {
  background-color: #ffffff;
}
.page-text-color {
  color: #4d4d61;
}
.logged-in .login-link,
.logged-out .logout-link {
  display: none
}
body {
  font-family: 'Manrope', sans-serif;
}

.header h1 a {
    display: inline-block;
    text-indent: -100000px;
    background-image: url(https://www.greencap.com.au/sites/default/files/2020-04/CM3_RGB_REV_tagline.png);
	background-position: top center;
    height: 120px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
	margin-bottom: 20px;
}

.header h4 {
	font-size: 32px;
    line-height: 32px;
  	text-align:center;
}

.site-link {
	background: #84bd00;
    border-radius: 20px;
    padding: 8px 12px;
	text-decoration: none;
}

.footer {
    background-color: #00205b;
    color: #fff;
}

.footer .right {
  display: none;
  }
