@charset "utf-8";
/* CSS Document */
.parallax {
	/* The image used */
	/*background-image: url("images/img_parallax.jpg"); */
	/* Set a specific height */
	min-height: 500px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.ParallaxVideo {
	height: 300px;
	padding-bottom: 50px;
	padding-top: 50px;
}
.ParallaxVideo video {
	min-width: 100%;
	position: fixed;
	top: 0;
	z-index: -999;
}
.ParallaxVideo h1 {
	color: #fff;
	font-size: 76px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.ParallaxVideo img {
	min-width: 100%;
	position: fixed;
	top: 0;
	z-index: -999;
}
html, body {
	height: 100%;
}
.full-height {
	height: 100%;
}
#logo {
	display: block;
	text-align: center;
	height: auto;
}
#logo.img {
	width: 80%;
}
.caps {
  text-transform: uppercase;
}

.Planting {
  background-image:url("../images/Farming2.png"); /* The image used */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}


