@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:16px;
}

h1 {
	font-family: 'Oswald', sans-serif;
	font-weight:600;
	text-transform:uppercase;
	font-size:28px;
	color: #fff;
}

.fab {
	margin:5px;
	color:#3f7922;
}

.fab:hover {
	color:#f3f20c;
}

/* HEADER */

.contact {
	text-align:right;
	font-weight: 700;
	font-size:20px;
}

.logo {
	width:400px;
}


/* NAVIGATION */

.navbar {
	background-color: #3f7922;
}

.navbar a {
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	font-size: 24px;
	color: #fff;
}

.navbar a:hover {
	color: #f3f20c;
}

.mobmenu {
	color:#fff;
	padding:0px;
	margin:0px;
	text-align:left;
  	text-transform:uppercase;
 	font-family:'Oswald', sans-serif;
  	font-size: 24px;
}

.dropdown-menu {
	background-color: #3f7922;
}

.dropdown-item{
  color:#fff;
}

.dropdown-item:hover {
  background-color:#f3f20c;
    
}

a.dropdown-item:hover {
   color: #3f7922;
}


/* MAIN */

.hero{
	background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)),
    url('../siteart/cornfield-2.jpg');
	background-size: cover;
	text-align:center;
}

.farmsched {
	background-color: #2c2c2c;
	color: #fff;
	text-align: center;
	margin: auto;
}

.farmlist {
	float: left;
    width: 50%;
    padding: 10px;
	font-size: 14px;
}

.imgbox img {
    max-width: 500px;

}

.slideshow{	
	padding: 0px;
}

.slideimg{
	max-height:600px;
}

.hero .row {
	height: 100%;
}

hr.yellowline {
	background-color: #f3f20c;
  	width: 75%;
	height:3px;
  	float: center;
}

hr.welcomeline {
	background-color: #f3f20c;
  	width: 50%;
	height:3px;
	float:left;
}

ul {
    list-style-image:url(../siteart/wheat.png);
	text-align:left;
	display: inline-block;
}

.welcome {
	text-align: left;
	color: #fff;
	font-weight:600;
	line-height: 2em;
}

h1.welcomehead {
	font-size: 38px;
	font-family: 'Oswald', sans-serif;
	font-weight:600;
	text-transform:uppercase;
	color: #fff;
}


.flex-container {
    display: flex;
	gap: 30px;
}

.welcome-block {
    flex: 2;
}

.home-video {
    flex: 1;
}

.brand {
	text-align:center;
}

.gallery {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-width: 25%;
    -moz-column-width: 25%;
    column-width: 25%; }
.gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease; }
.gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }


@media (max-width: 600px) {
    .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
    }
}

@media (min-width: 601px) and (max-width: 992px) {
    .gallery {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-width: 50%;
        -moz-column-width: 50%;
        column-width: 50%;
    }
}

@media (max-width: 400px) {
    .btn.filter {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }
}

/* FOOTER */

.footer {
	border-top: 10px solid #3f7922;
	background-color: #2c2c2c;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding:1%;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{
	text-decoration:underline; 
	font-size:13px;
	color:#f3f20c;
}

a.footerlink:hover {
	text-decoration:none; 
	font-size:13px;
}


/* MEDIA QUERIES */

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) { 

.slideshow{	
	max-width: 1145px;
/*	min-width: 1145px;*/
}

.slideimg {
	width: 100%;
/*	height: 613px;*/
	height:100%;
}

.farmsched {
/*	max-height:613px;*/
	min-width: 300px;
	font-size: 14px;
} 

.farmlist{
	width: 60%;
	padding-left:10%;

}

.logo {
	width: 245px;
}

.logodiv {
	text-align:center;
}

.contact{
	text-align: center;
	padding-top: 5%;
}

h1.welcomehead {
	font-size: 28px;
}

.welcometext {
}

p.welcometext {
	font-size: 14px;
}
.brand img{
	width: 200px;
}
}

/*Small devices (landscape phones, less than 768px)*/
@media (min-width: 576px) and (max-width: 767px) {
	
.slideshow{	
	max-width: 1145px;
/*	min-width: 1145px;*/
}

.slideimg {
	width: 100%;
/*	height: 613px;*/
	height:100%;
}

.farmsched {
	max-height:650px;
	min-width: 300px;
	font-size: 14px;
}

h1.welcomehead {
	font-size: 30px;
}

.welcometext {
	width:90%;
}

h1.farmsched {
	font-size: 30px;
}
.logodiv {
	text-align:center;
}

.contact{
	text-align: center;
	padding-top: 5%;
}
}

/*Medium devices (tablets, less than 992px)*/
@media (min-width: 768px) and (max-width: 991px) {
	
.slideshow{	
	max-width: 1145px;
/*	min-width: 1145px;*/
}

.slideimg {
	width: 100%;
/*	height: 613px;*/
	height:100%;
}

.farmsched {
	max-height:650px;
	min-width: 300px;
}

.logodiv {
	text-align:center;
}

.contact{
	text-align: center;
	padding-top: 5%;
}

h1.welcomehead {
	font-size: 30px;
}

.welcometext {
}

h1.farmsched {
	font-size: 30px;
}
}

/*Large devices (desktops, less than 1200px)*/
@media (min-width: 992px) and (max-width: 1199px) {
		

.slideimg {
	width: 100%;
/*	height: 613px;*/
	height:100%;
}

.farmsched {
/*	max-height:613px;*/
	min-width: 300px;
}

h1.welcomehead {
	font-size: 32px;
}

.farmsched h1 {
	font-size: 32px;
}

}

/*Extra large devices (large desktops)*/
@media (min-width: 1200px) {

.slideshow{	
/*	max-width: 1145px;
	min-width: 1145px;*/
	
}

.slideimg {
width: auto !important;
	
}

.farmsched {
}
	


}

/**************/
/* ABOUT PAGE */
/**************/

.aboutheading {
	text-align:left;
}

h1.aboutheading {
	font-size: 42px;
}

hr.yline {
	float: left;
	width: 25%;
	background-color: #f3f20c;
	height:3px;
}

img.aboutimg {
	width: 600px;
	padding: 1% 0;
}

.about {
	padding: 0 5% 0 5%;
	text-align: left;
	color: #fff;
	font-weight:600;
	line-height: 2em;
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) { 

h1.aboutheading {
	font-size: 30px;
}

hr.yline {
	float: left;
	width: 55%;
}

img.aboutimg {
	width: 100%;
	float: left;
	padding: 5% 0 5% 0;
}

.about {
	padding: 5% 5% 5% 5%;
	font-size: 14px;
}
    
    .imgbox img {width: 100%;}

}

/*Small devices (landscape phones, less than 768px)*/
@media (min-width: 576px) and (max-width: 767px) {

h1.aboutheading {
	font-size: 32px;
}
    
    .imgbox img {width: 100%;}
}

/*Medium devices (tablets, less than 992px)*/
@media (min-width: 768px) and (max-width: 991px) {
h1.aboutheading {
	font-size: 32px;
}

hr.yline {
	float: left;
	width: 30%;
}

img.aboutimg {
	width: 90%;
	float: center;
	padding: 5% 0 5% 0;
}
    
.imgbox img {width: 100%;}

.about {
	padding: 5% 8% 5% 8%;
	font-size: 16px;
}
}

/*Large devices (desktops, less than 1300px)*/
@media (min-width: 992px) and (max-width: 1200px) {

h1.aboutheading {
	font-size: 34px;
}

hr.yline {
	float: left;
	width: 30%;
}

img.aboutimg {
	width: 90%;
	float: center;
	padding: 5% 0 5% 0;
}

.about {
	padding: 5% 10% 5% 10%;
	font-size: 18px;
}
}

@media (max-width: 1467px) { 
	.welcome-block,.home-video {
    flex-basis: 100%;
}
	
	.flex-container {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
	
	.home-video {
    text-align: center;
}
	
	.home-video video {
    width: 700px;
    margin: 0 auto;
    text-align: center;
	max-width: 100%;
	}
	
}

/**********************/
/* BECKS HYBRIDS PAGE */
/**********************/

.becks {
	text-align: left;
	line-height: 2em;
}

.beckshero h1 {
	padding: 1%;
}

.becksimg {
	 width: 100%;
  	 height: inherit;
	 max-width: 438px;
}

.button {
	background-color: transparent;
	border: 2px solid #f3f20c;
    color: white;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.button:hover {
    background-color: #f3f20c;
	border: 2px solid #f3f20c;
    color: #3f7922;
}

/**********************/
/* CONTACT PAGE */
/**********************/

.contacttext {
	text-align: left;
	color: #fff;
	font-weight: 400;
}

.contacttext a {
	color: #f3f20c;
}

.contactline {
	float: left;
	width: 40%;
	background-color: #f3f20c;
	height:3px;
}

/*control the Captcha */

.CaptchaPanel {
margin:0 0 0 0 !important;
padding:0 0 0 0 !important;
text-align: center;
line-height:normal !important;
}

.CaptchaImagePanel {
margin:0 0 0 0;
padding:0 0 0 0;
}

.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:12px;
line-height:14px;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 
 

/**********************/
/* FINANCING PAGE */
/**********************/

.financeimg {
	 width: 100%;
  	 height: inherit;
	 max-width: 500px;
}

.financetext {
	text-align: left;
	color: #fff;
	font-weight: 600;
}

.listings {
	color:#000;
}