5/*
Theme Name: WJ Parallax
Description: Theme based on Materialize CSS
Version: 1.0.0
*/

/*
Baseline styles set in /css/materialize.css
Override styles as needed below

COLORS:
dark green:  #0b3d08
med green:  #337930
light green: #a8c0a7

*/

/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

html {
	line-height: 1.5;
	font-family: "Montserrat", sans-serif;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.87);
	scroll-behavior: smooth;
}


.page .entry-header
{
	display:none;
}

a {
    color: #337930;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

a:hover {
    color: #0b3d08;
}

strong
{
	font-weight:bold;
}

#topstrip
{
	padding:0px 0;
	line-height:24px;
	height:24px;
	z-index:998;
	text-align:center;
	width:100%;
}

#topstrip .inner
{
	width:100%;
	color:#FFFFFF;
	font-size:13px;
	background:#337930;
	height:24px;
	position:fixed;
	z-index:999;
}

#topstrip ul
{
	text-align:right;
	padding:0 0 0 0;
	margin-top:0;
	margin-bottom:0;
}

#topstrip li
{
	display:inline-block;
	margin:0 14px 0 0;
}

#topstrip a,
footer a
{
	color:#FFFFFF;
}

footer a.alt
{
	color:#337930;
}

#topstrip a:hover,
footer a:hover
{
	color:#fafafa;
}

#main-area
{
	min-height:400px;
}

.half,
.third,
.twothirds,
.quarter
{
	float:none;
	display:block;
	width:auto;
	margin:0 0 24px 0;
	padding:0 0 0 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.1;
	margin: 0rem 0 1.168rem 0;
}

h1
{
  font-size: 3rem;
  color:#337930;
}

h2
{
  font-size: 2rem;
  color:#0b3d08;
}

h3
{
	font-size: 1.6rem;
	color:#337930;
	margin: 0.5rem 0 0.7rem 0;
}

h4
{
	font-size: 1.4rem;
	color:#0b3d08;
	margin: 0.5rem 0 0.7rem 0;
}

h5
{
	font-size: 1.2rem;
	color:#337930;
	margin: 0rem 0 0.5rem 0;
}

h6
{
	font-size: 1.1rem;
	color:#0b3d08;
	margin: 0rem 0 0.5rem 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	text-decoration:none;
	color:inherit;
}

h1.light, h2.light, h3.light, h4.light, h5.light, h6.light
{
	color:#FFFFFF;
}

.home h1.light, .home h4.light
{

	text-shadow: rgb(0, 0, 0) -1px 1px 3px;
	color:#ffffff;
	font-weight:600;
}

.home h1.light
{
	font-size:40px;
}

.home h4.light
{
	font-size:20px;
}

p {
  line-height: 2rem;
}

img
{
	max-width:100%;
	height:auto;
}

.btn,
.btn-large
{
    text-decoration: none;
    color: #fff;
  background-color: #0b3d08;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
}

.btn-large
{
	font-size:20px !important;
	font-weight:bold !important;
}

.btn:hover, .btn-large:hover {
    background-color: #337930;
  color:#FFFFFF;
}

/* mobile menu button */
.button-collapse {
  color: #337930;
}

.section {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}

.section.pagehead {
  padding-top: 2rem;
  padding-bottom: 1rem;
  margin:0 0 20px 0;
}

.container .row {
    margin-left: -0rem;
    margin-right: -0rem;
}

.parallax-container {
  min-height: 300px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}

.parallax-container .section {
	width: 100%;
}

.parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
/*
  min-width: 100%;
  min-height: 100%;
*/
  width:100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.headline
{
	padding-top:50px;
}

.pagehead
{
	background:#0b3d08;
}

.pagehead h1
{
	color:#FFFFFF;
	font-weight:300;
	text-transform:uppercase;
	font-size:2rem;
	margin: 0rem 0 0rem 0;
}

/*
*
*  NAVIGATION STYLES
*
*/
.navbar
{
	width:100%;
	background:#337930;
	display:none;
}

nav {
	color: #fff;
	background-color: transparent;
	width: 100%;
	height: 44px;
	line-height: 44px;
	// Animation
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
}

nav i,
nav [class^="mdi-"], nav [class*="mdi-"],
nav i.material-icons {
  display: block;
  font-size: 1.5rem;
  height: 60px;
  line-height: 60px;
}

nav .nav-wrapper {
  position: relative;
  height: 100%;
}

.button-collapse {
	position: absolute;
	z-index: 1;
	height: 56px;
	right:20px;
	top:180px;
}

.button-collapse i {
  font-size: 2.7rem;
  height: 56px;
  line-height: 56px;
}

#logo-container {
	display:block;
	text-align:center;
   // Animation
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
}

.brand-logo {
	position: relative;
	color: #fff;
/*
	display: inline-block;
	float:left;
*/
	display:block;
	font-size: 2.1rem;
	padding: 0px 0 0 0;
	white-space: nowrap;
}

.brand-logo img {
	margin-top:1px;
	max-height:100%;
}

.brand-logo.center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tagline
{
	display:block;
	float:none;
	text-align:center;
	font-size:1.1rem;
	line-height:1.6rem;
	color:#0b3d08;
	margin:-11px auto 7px;
}

nav ul
{
	margin: 0;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}

nav ul li {
  transition: background-color .3s;
  float: left;
  padding: 0;
}

nav ul a {
  transition: background-color .3s;
  font-size: 13px;
  color: #ffffff;
  display: block;
  padding: 0 14px;
  cursor: pointer;
  font-weight:400;
}

nav ul li.current-menu-item a {
  background-color: #0b3d08;
  color:#FFFFFF;
}


nav ul a.btn, nav ul a.btn-large, nav ul a.btn-large, nav ul a.btn-flat, nav ul a.btn-floating {
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 15px;
}

nav ul a:hover {
  background-color: #f0f2f0;
  color:#337930;
}

nav ul.left {
  float: left;
}

nav .input-field {
  margin: 0;
}

nav .input-field input {
  height: 100%;
  font-size: 1.2rem;
  border: none;
  padding-left: 2rem;
}

nav .input-field input:focus, nav .input-field input[type=text]:valid, nav .input-field input[type=password]:valid, nav .input-field input[type=email]:valid, nav .input-field input[type=url]:valid, nav .input-field input[type=date]:valid {
  border: none;
  box-shadow: none;
}

nav .input-field label {
  top: 0;
  left: 0;
}

nav .input-field label i {
  color: rgba(255, 255, 255, 0.7);
  transition: color .3s;
}

nav .input-field label.active i {
  color: #fff;
}

nav .input-field label.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* END NAV STYLES */


@media only screen and (min-width: 601px) {
  nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
/*
    height: 114px;
    line-height: 114px;
*/
  }
}


/*
*
*  Start Wordpress styles
*
*/

.alignleft {
	display: inline;
	float: left;
	margin: 11px 24px 24px 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 11px 0 24px 24px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright
{
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .4);
	border-radius: 2px;
	max-width:50%;
}

.clear
{
	clear:both;
}



/*
*
*  Post styles
*/


.entry-meta
{
	font-size:12px;
}

.post.hentry
{
	clear:both;
	margin:0 0 28px 0;
	padding-top:28px;
	border-top:2px dashed #d5e5d4;
}

.post.hentry:first-of-type
{
	border-top:0px dashed #d5e5d4;
	padding-top:0px;
}

.entry-footer
{
	margin:24px 0 24px 0;
}

.post.hentry .entry-footer
{
	display:none;
}

.excerptphoto
{
	float:left;
	margin:6px 0 28px 0;
}

.excerpttext
{
	margin:0 0 20px 430px;
}

.prevnextlinks
{
	margin:28px 0 20px;
}

.prevlink
{
	margin:0 24px 0 0;
}

.posts-navigation h2
{
	font-size:16px;
	margin:28px 0 7px;
	line-height:1;
	font-weight:bold;
}

.posts-navigation a
{
	color:#0b3d08;
	font-size:16px;
}

.posts-navigation a:hover
{
	color:#000000;
}

.nav-previous,
.nav-next
{
	display:inline-block;
	margin:0 14px 28px;
}

/*
*
*  Gallery styles
*/
.gallery
{
	background:#eff7ee;
	margin:0 0 32px;
}

.gallery:before,
.gallery:after
{
    content: " ";
    display: table;
}

.gallery:after
{
	clear:both;
}

figure.gallery-item
{
	float:left;
	display:inline-block;
	margin:1em 20px;
	min-height:250px;
}

.block_wrapper
{
	text-align:center;
	margin:32px auto;
}

.block
{
	width:200px;
	float:center;
	display:inline-block;
	margin:0 11px 24px;
	background:#f6f1eb;
	text-align:center;
}

.block .inner
{
	padding:11px 18px;
	font-size:18px;
	font-weight:bold;
}

/*
*
*  Bullet lists styles
*
*/
.bullet_box
{
	text-align:left;
	margin:0 auto;
	max-width:600px;
}

.section ul.bullets.center li
{
	display:inline-block;
	float:center;
	margin-right:14px;
}

.section ul.bullets li
{
	background:url(images/li-checkbox.png) no-repeat top left;
	padding:10px 0 15px 36px;
	margin:0 0 5px 0;
}

.section ul.bullets li ul
{
	margin-top:18px;
}

.section ul.bullets li li
{
	background:url(images/li-arrow.png) no-repeat top left;
	padding:5px 0 15px 36px;
	margin:0 0 5px 0;
}

.section ol
{
	margin:0 0 24px 0;
	padding:0 0 0px 20px;
}

.section ol li
{
	padding:4px 0 10px 0px;
	margin:0 0 0px 0;
}

.page-footer li
{
	padding:4px 0 5px 0px;
	margin:0 0 0px 0;
}

.card {
	position: relative;
	margin: 0.5rem 0 1rem 0;
	background-color: #f6f1eb;
	transition: box-shadow .25s;
	border-radius: 2px;
}

.card .card-title {
	font-size: 20px;
	line-height:1.1;
	font-weight: 600;
	padding:10px 20px 5px;
	text-align:center;
	color:#0b3d08;
	min-height:60px;
}

.card .card-content
{
	padding: 10px 20px 20px;
	border-radius: 0 0 2px 2px;
	text-align:center;
	min-height:auto;
}

.card .card-image.inset img {
	left:auto;
	right:auto;
	text-align:center;
	margin:0px auto 0 auto;
	padding:20px 0 0;
	max-width:80%;
	height:auto;
}

.boximg {
	position: relative;
	margin: 0.5rem 0 1rem 0;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .4);
	border-radius: 2px;
	max-width:100%;
	height:auto;

}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

/*
*
*  Footer styles
*/

footer.page-footer {
    margin-top: 20px;
    padding-top: 50px;
    background-color: #0b3d08;
}

footer.page-footer .footer-copyright {
  height: 50px;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.8);
  background-color: #337930;
}

.banner
{
	background:#337930;
	color:#ffffff;
	font-weight:bold;
	font-size:24px;
	line-height:1.5;
	padding:14px 24px 14px;
	text-align:center;
	margin:-20px auto 44px;
	max-width:600px;
}

.banner.incontent
{
	margin:54px auto 54px;
}

@media only screen and (min-width: 620px) {

	.home h1.light
	{
		font-size:60px;
	}

	.home h4.light
	{
		font-size:24px;
	}

	.tagline
	{
		display:inline-block;
		float:right;
		text-align:right;
		margin:15px 0 20px 0;
	}

	#logo-container
	{
		display:inline-block;
		text-align:left;
	}

	.button-collapse {
		top:118px;
	}

	.half,
	.third,
	.twothirds,
	.quarter
	{
		float:left;
		display:inline-block;
		width:33%;
		margin:0 0 0 0;
		padding:0 0 0 0;
	}

	.half
	{
		width:50%;
	}

	.twothirds
	{
		width:66%;
	}

	.quarter
	{
		width:25%;
	}

	.card .card-content
	{
		min-height:230px;
	}
}

@media only screen and (min-width: 783px) {

	.card .card-content
	{
		min-height:160px;
	}

	.parallax-container {
		min-height:auto;
		height: 51vw;
	}

	.headline
	{
		padding-top:15%;
	}

	.home h1.light
	{
		font-size:72px;
	}

	.home h4.light
	{
		font-size:28px;
	}

	.parallax-container {
		min-height: 340px;
	}

	.tagline
	{
		font-size:1.4rem;
		line-height:2rem;
	}
}

@media only screen and (min-width: 1060px) {

	.card .card-content
	{
		min-height:100px;
	}

	a.button-collapse
	{
		display: none;
	}

	.navbar
	{
		display:block;
	}

	.card .card-content
	{
		min-height:180px;
	}

	.card .card-title {
		min-height:40px;
	}

}

@media only screen and (min-width: 1103px) {

	.card .card-content
	{
		min-height:150px;
	}

}

@media only screen and (min-width: 1283px) {
	nav ul a {
	  font-size: 16px;
	  padding:0 12px;
	}
}

@media only screen and (max-width : 992px) {
/*
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
*/
}

@media only screen and (max-width : 600px) {
/*
	#index-banner .section {
		top: 0;
	}
*/

	.excerptphoto
	{
		float:none;
		text-align:center;
		display:block;
		margin:6px auto 20px;
	}

	.excerpttext
	{
		margin:0 0 20px 00px;
	}

}

