/*Homepage Styles*/

#hero-img {
  background-image: url(cow-hero.jpeg);
  background-size: cover;
  height: 600px;
  width: 100%;
  margin-top: 50px;

}


.homepage-header-box {
  float: right;
  width: 50%;
  text-align: left;
  margin-top: 75px;

}

.homepage-box {
  text-align: center;
}

.homepage-box h5 {
  color: #f14b15;   
}

.homepage p {
  font-size: 1.2em;
  line-height: 1.5em;
  font-family: "Lato";
}

.homepage h2{
 color: #f14b15;   
}

.login-form {
  text-align: center;
}

.login-contact-form > input {
  margin-bottom: 10px;
  width: 100%;
  height: 50px;
}

.login-contact-form > input:focus {
  border: 1px solid #f14b15;   
}

ul#login-links {
  padding-left: 0;
  list-style: none;
}

#social-login-links > i.fa {
  font-size: 2em;
}

.fa-google-plus-square {
  color: #dd4b39;
}

.fa-twitter-square {
  color: #0084b4;
}

.fa-facebook-square {
  color: #3b5998
}

a:hover {
 color: #f14b15;
 text-decoration: none;
}

.sign-up-link:hover, a#signup-3:hover {
 text-decoration: underline;
 cursor: pointer;
}

#incorrect-pw, #invalid-email, #reset-link-sent, #invalid-email-confirmation, #activation-link-sent, #email-send-failure {
  display: none;
}

.nav-btn {
  color: #f14b15 !important;
}

.homepage-container .row {
	max-width: 1000px;
	margin-left:auto;
	margin-right: auto;
	padding-top: 50px;
}


.homepage h1 {
	font-size: 14px;
	color: black;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-weight: 900;
}

.homepage img {
	max-width: 100%;
}

.homepage {
	vertical-align: middle;
	color: #7a7a7a;
}

.homepage .btn {
	margin-top: 25px;
	margin-bottom: 25px;
}

.lightgray {
	background-color: #fcfcfc;
}

.homepage-text{
	max-width: 400px;
	font-size: 15px;
	line-height: 28px;
	font-weight: 300;
}

h2.homepage-header {
	font-size:72px;
	width: 75%;
}

ul {
	font-size: 15px;
}

.cta-section {
	padding-top: 100px;
	padding-bottom: 100px;
	background: linear-gradient( rgba(241,75,21, 0.9), rgba(241,75,21, 0.9) ),
        url('../../assets/images/herd-bw.jpg');
	background-size: cover;
	background-position: center;
	margin-left: -15px !important;
	margin-right: -15px !important;
}

.cta-section h2 {
	color: white;
}

.cta-section .btn {
	background-color: white;
	color: #f14b15;
	margin-top: 25px;
}

.panel-footer {
	height: 50px;
}

#featured-farms {
	padding-bottom: 100px;
}

#featured-farms h2{
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.homepage-container {
		padding-left: 40px;
		padding-right: 40px;
	}

}

@media (max-width: 1000px) {
	.homepage-header-box {
		margin: auto;
		width: 100% !important;
		float: none;
	}
	#hero-img {
    background-image: url(cow-hero-blur.jpg);
  }
}

  

	#hero-img {
	
	padding-left: 40px;
	padding-right: 40px;
}

	.homepage-container .row {
		padding-top: 25px;
	}

	.homepage img {
		max-width: 75%;
	}

	h1.homepage-header{
		padding-top: 100px;
		color: black;
	}

	h2.homepage-header {
		font-size: 72px;
	}
	.homepage-header-box {
		text-align: center;
	}
	h2.homepage-header {
		width: 100%;
	}

	
