html, * {
	margin: 0;
	padding: 0;
}

body {
	font-family: Roboto, sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	font-size: 17px;
	background: #eee;
	line-height: 1;
	height: 100vh;
}
body.main {background: #eee;}
.navbar a {color: rgba(256,256,256,.4);}
.navbar a:hover {color: #666;}
.navbar {
	padding: 0;
	background: #0C180C;
}
.navbar h1 {margin-right: 60px;}
.navbar h1 img {
	width: 60px;
	margin-right: 8px;
}
.navbar h1 a {
	font-size: 22px !important;
	color: rgba(256,256,256,.8);;
}
.navbar h1 a:hover {text-decoration: none;}
@media (max-width: 960px) {
  .navbar h1 {position: relative; top: -5px;}
	.navbar h1 img {
		width: 40px;
		margin-right: 6px;
	}
	.navbar h1 a {
		font-size: 16px !important;
	}
}
@media (max-width: 767px) {
  .navbar h1 img {
		margin-left: 20px;
	}
	.navbar-nav {
		margin-top: 20px;
	}
	.navbar li.nav-item {
		margin-left: 16px;
	}
}
header h1 a:hover {
	text-decoration: none;
}
.strip {
	margin-top: 60px;
	height: 120px;
}
.strip-home {
	background: #222 url(../img/strip-maple.jpg) top center repeat;
}
.strip-fall {
	background: #222 url(../img/bj-strip-home.jpg) top center repeat;
}
.strip-suckle {
	background: #222 url(../img/strip-suckle.jpg) top center repeat;
}
.strip-thistle {
	background: #222 url(../img/strip-thistles.jpg) top center repeat;
}
.strip-benches {
	background: #222 url(../img/strip-nursery.jpg) top center repeat;
}
.strip-greens {
	background: #222 url(../img/strip-greens.jpg) top center repeat;
}
@media (max-width: 960px) {
  .strip {
		margin-top: 55px;
	}
}
@media (max-width: 767px) {
  .strip {
		height: 100px;
	}
}

.home main h2 {
	font-size: 20px;
	margin: 16px 0 0;
}
.tiles {
	padding-bottom: 40px;
}
.tiles div:hover {
	background: #fff;
}
.tiles div img {
	margin-top: 16px;
}
.tiles small {
	margin-bottom: 15px;
	display: block;
}
.tiles a {
	color: #222;
}
.tiles a:hover {
	color: green;
	text-decoration: none;
}



.titles {
	padding-top: 40px;
	padding-bottom: 30px;
	background: rgba(80,100,24,.1);
	text-align: center;
}
.titles h1 {
	font-size: 30px;
}
.titles small {
	line-height: 1.3em;
}
.article-content {
	line-height: 1.4em;
	padding-bottom: 40px;
	text-align: center;
}
.article-content a:link, .article-content a:visited {
	color: green;
	text-decoration: underline;
}
.article-content a:hover {
	color: #777;
	text-decoration: none;
}
.article-content h3 {
	font-size: 20px;
	margin-top: 35px;
	margin-bottom: 24px;
	text-align: left;
}
.article-content h4 {
	font-size: 18px;
	margin-top: 35px;
	margin-bottom: 24px;
	text-align: left;
}
.article-content p {
	text-align: left;
}
.article-content ul {
	margin-left: 30px;
	text-align: left;
}
.article-content img {
	margin: 20px auto;
}


@media (max-width: 500px) {
	.titles h1 {
		font-size: 24px;
	}
	.article-content img.float-right {
		float: none !important;
	}
}

.archive h3 {
	border-bottom: 3px solid #ccc;
}
.archive ul {
	margin-left: 0;
}
.archive li {
	margin-bottom: 16px;
	line-height: 1.2em;
}
.archive li a {
	color: #222 !important;
	text-decoration: none !important;
}
.archive li a:hover {
	color: green !important;
	text-decoration: underline !important;
}

footer {
	background: #0C180C;
	padding-top: 30px;
	padding-bottom: 10px;
	color: rgba(256,256,256,.6);
	font-size: 15px;
	line-height: 1.5em;
	position: sticky;
	top: 100vh;
}
footer a {color: rgba(256,256,256,.4);}
footer a:hover {color: #666;}