/* Site CSS for Greener Hills */

/* Import */
@import 'https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700';

/* General */
body {
	background-image: url("../images/site_bg.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	font-family: "Montserrat", helvetica, arial, sans-serif;
	background-attachment: fixed;
}

label {
	color: #3c3e49;
	display: inline-block;
	font-weight: 500;
	margin-bottom: .5rem;
}

hr {
	border-top: 0.15rem solid rgba(0,0,0,.1);
}

h1, .h1 {
	color: #111;
	font-size: 3.5rem;
	font-weight: 600;
	letter-spacing: -.025rem;
	line-height: 3rem;
}
h2, .h2 {
	color: #333;
	font-size: 1.35rem;
	font-weight: 500;
	letter-spacing: -.005rem;
	line-height: 1.5rem;
	margin-top: 1rem;
}
h3, .h3 {
	color: #333;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: -.005rem;
	line-height: 1.5rem;
	margin-top: 1rem;
}


/* Logo */
.logo img {
	width: ;
}

/* COMM NAVS */
.comm_block {
	background: #97c447;
	border-radius: .5rem;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-item {
	padding-right: 1.425rem;
	padding-left: 1.425rem;
}
.nav-link {
	color: #fff;
	font-size: 1.75rem;
	font-weight: 600;
	letter-spacing: 0.025rem;
	padding: .45rem .75rem;
	white-space: nowrap;
	transition: all .2s ease-in-out;
}
.nav-link:hover {
	color: #006836;
	padding: .45rem .75rem;
	text-decoration: none;
}


/* Footer */
footer {}
footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
footer ul li {
	padding-left: 1rem;
	padding-right: 1rem;
}
footer ul li a {
	color: #97c447;
	font-size: 0.95rem;
	font-weight: 300;
	transition: all .2s ease-in-out;
}
footer ul li a:hover {
	color: #333;
}