@charset "UTF-8";
/* CSS Document */
/* Site Handcrafted by F3 Designs (May 2016) http://www.f3designs.ca */


/* COLOUR PALETTE Starts ==================================================================================================== */
/* green: #5e721a */
/* green-lighter: #95a538 */
/* blue: #303740 */
/* blue-lighter: #434957 */
/* white-off: #f3f4f5 */

/* GOOGLE FONTS Start ==================================================================================================== */
/* font-family: 'Lato', sans-serif; (default) */
/* font-family: 'Merriweather', serif; (headings, etc. - 400, 900, 400italic) */


/* MEDIA QUERIES Start ==================================================================================================== */
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
	...
}
/* Tablets (portrait and landscape) */
@media (min-width: 768px) and (max-width: 1024px) {
	...
}
/* Tablets (landscape) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	...
}
/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	...
}

.faye {background-color: yellow;}

.history img {
	border: solid 1px #95a538;
	padding: 5px;
	margin: 0px;
}

.gallery img {
	border: solid 1px #95a538;
	padding: 5px;
	margin: 5px;
}


/* ELEMENTS Start ==================================================================================================== */
html, body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #434957;
	font-size: 18px;
	background-color: #ffffff;
}
p {
	margin-bottom: 30px;
	line-height: 24px;
}
p a:link {
	color: #95a538;
	text-decoration: underline;
}
p a:visited {
	color: #95a538;
	text-decoration: underline;
}
p a:hover {
	color: #434957;
	text-decoration: underline;
}
p a:active {
	color: #95a538;
	text-decoration: underline;
}
h1 {
	font-family: 'Merriweather', serif;
	margin-bottom: 60px;
	color: #5e721a;
	text-transform: uppercase;
	font-weight: 900;
	border-bottom: dashed 1px #d5e3f5;
	display: inline-block;
	padding-bottom: 5px;
}
 /* headings center */
.headings {
	text-align: center;
}
h2 {
	font-family: 'Merriweather', serif;
	color: #434957;
	margin-bottom: 60px;
}
h3 {
	font-family: 'Merriweather', serif;
	color: #95a538;
	margin-top: 60px;
}
/* (green forced) */
.green {
    color: #95a538;
}
.green:link {
    color: #95a538;
}
.green:visited {
    color: #95a538;
}
.green:hover {
    color: #95a538;
}
.green:active {
    color: #95a538;
}
.smaller {
	font-size: 14px;
}
/* (space-left) */
.space-left {
	padding-left: 30px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.space-left {
	padding-left: 0px;
}
}
/* (keepittogether) */
.keepittogether {
	white-space: nowrap;
}
/* (adds margin-bottom to all columns on portrait tablet or smaller) */
@media (max-width: 768px) {
  [class*="col-"]{
      margin-bottom: 60px;
  }
}
/* (float right) */
.float-right {
	float: right;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.float-right {
	float: none;
}
}


/* BUTTONS Start ==================================================================================================== */
/* (btn-default: green-dark) */
.btn-default {
	background-color: #5e721a;
	border-color: #5e721a;
	color: #fff !important;
	border-radius: 15px;
	text-transform: uppercase;
	padding: 15px;
	text-decoration: none !important;
	font-weight: 300;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
header .btn-default:link {
	margin: 30px 0px 0px 15px;
}
}
.btn-default:link {
	color: #fff !important;
}
.btn-default:visited {
	color: #fff !important;
}
.btn-default:hover {
	background-color: #95a538;
	border-color: #95a538;
	color: #fff !important;
}
.btn-default:active {
	color: #fff !important;
}
.btn-default:after {
    font-family: 'FontAwesome';
    content: '\f101'; /* (font awesome unicode for angle-double-right) */
    padding-left: 15px;
	position: relative; 
	color: #fff !important;
}
/* (btn-primary: green-light) */
.btn-primary:link {
	background-color: #95a538 !important;
	border-color: #95a538 !important;
	color: #fff !important;
	border-radius: 15px;
	text-transform: uppercase;
	padding: 15px;
	margin: 30px;
	text-decoration: none !important;
	font-weight: 300;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.btn-primary:link {
	margin: 30px 0px 0px 15px;
}
}
/* Tablets (portrait and landscape) */
@media (min-width: 768px) and (max-width: 1024px) {
.btn-primary:link {
	margin: 30px 0px 30px 0px;
}
}
.btn-primary:visited {
	background-color: #95a538 !important;
	border-color: #95a538 !important;
	color: #fff !important;
}
.btn-primary:hover {
	background-color: #5e721a !important;
	border-color: #5e721a !important;
	color: #fff !important;
}
.btn-primary:active {
	background-color: #95a538 !important;
	border-color: #95a538 !important;
	color: #fff !important;
}
.btn-primary:after {
	font-family: 'FontAwesome';
    content: '\f101'; /* (font awesome unicode for angle-double-right) */
	padding-left: 15px;
	position: relative;
}
.btn-primary:hover:after {
	color: #fff !important;
}
/* (btn-top) */
.btn-top {
  height: 50px;
  width: 50px;
  border: 2px solid #8597a9;
  border-radius: 15px !important;
  padding: 0;
  color: white;
  font-size: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #8597a9;
  margin-bottom: 60px;
}
.btn-top:hover {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
  outline: none;
}


/* NAVBAR Starts (Vitality) ==================================================================================================== */
 /* f3 designs added (hello) */
.hello {
	position: absolute;
	top: 75px;
	left: 135px;
	color: #d5e3f5;
	font-family: 'Merriweather', serif;
	font-size: 14px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.hello {
	display: none;
}
}
/* Tablets (portrait and landscape) */
@media (min-width: 768px) and (max-width: 1024px) {
.hello {
	display: none;
}
}
 /* f3 designs added (adjusts the background behind the toggle menu on mobile) */
.navbar-header {
	  margin-right: 5px !important;
}
 /* overall navbar */
.navbar-fixed-top {
  margin-bottom: 0;
  font-family: 'Merriweather', serif; /* f3 designs added */
  font-weight: 300; /* f3 designs added */
  text-transform: uppercase; /* f3 designs added */
  font-size: 18px; /* f3 designs added */
}
 /* f3 designs added (forces container-fluid to not have left or right padding on the navbar) */
.navbar-fixed-top .container-fluid {
	padding: 0px;
	margin-top: 0px !important;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.navbar-fixed-top .container-fluid {
	padding: 15px;
}
}
 /* f3 designs added (where the nav list items and brand sit) */
.navbar-collapse {
	background-color: #303740;
	padding: 20px 15px 20px 0px !important;
	margin: 0px !important;
}
 /* active nav list item  */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #95a538; /* f3 designs customized */
  background-color: transparent; /* f3 designs customized */
  border-radius: 0 !important;
}
.navbar-default {
  background-color: #38e6d8;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: rgba(255, 255, 255, 0.5);
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgba(255, 255, 255, 0.5);
}
/* f3 designs addded (background-color of toggle menu on mobile) */
.navbar-toggle {
	background-color: #95a538;
	margin-top: 0px;
}
/* (navbar on scroll) */
.navbar-inverse {
  background-color: #d5e3f5; /* f3 designs customized */
  border-bottom: none !important; /* f3 designs added */
}
.navbar-default,
.navbar-inverse {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
 /* navbar-brand (i.e. logo) */
.navbar-default .navbar-brand,
.navbar-inverse .navbar-brand {
  padding: 0 15px;
  color: white;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar-default .navbar-brand:hover,
.navbar-inverse .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-inverse .navbar-brand:focus {
  opacity: 1;
}
/* (f3 designs added (moves the logo within the navbar to desired position) */
.navbar-brand img {
	position: absolute;
	top: 50px;
	left: 30px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.navbar-brand img {
	top: 15px;
}
}
/* (nav list items in off state) */
.navbar-default .navbar-nav li a,
.navbar-inverse .navbar-nav li a {
  color: white;
  padding: 30px 30px 10px 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  border-left: solid 1px #95a538;
}
/* (nav list items in hover state) */
.navbar-default .navbar-nav li a:hover,
.navbar-inverse .navbar-nav li a:hover {
  color: #95a538; /* f3 designs customized */
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    border-radius: 5px;
  }
  .navbar-fixed-top.navbar-expanded {
    padding: 30px 0;
  }
  .navbar-fixed-top {
    padding: 30px 0; /* f3 designs customized (was 15px) */
    -webkit-transition: padding 0.5s;
    -moz-transition: padding 0.5s;
    transition: padding 0.5s;
  }
  .navbar-fixed-top .navbar-brand:hover {
    opacity: 0.5;
  }
  .navbar-default.navbar-expanded,
  .navbar-inverse.navbar-expanded {
    background: transparent;
    border: none;
  }
}
.navbar a:focus {
  outline: none;
}
.navbar .navbar-nav li a:focus {
  outline: none;
}


/* HEADER Starts (Vitality) ==================================================================================================== */
header {
  position: relative;
  display: block;
  height: auto;
  width: auto;
  background-color: #222222;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 100px 0;
}
header .intro-content {
  color: white;
  text-align: left !important;
  position: relative;
}
/* AGRICULTURE IS OUR PASSION */
header .brand-name {
  font-family: 'Merriweather', serif;
  font-size: 45px !important;
  line-height: 45px !important;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 90px;
  background-color: #f3f4f5;
  color: #5e721a;
  display: inline-block;
  padding: 15px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
header .brand-name {
  margin-top: 15px;
  font-size: 32px !important;
  line-height: 32px !important;
}
}
/* Quality controlled seed supply from our farm to yours */
header .brand-name-subtext {
  font-family: 'Merriweather', serif;
  font-size: 24px !important;
  line-height: 24px !important;
  background-color: #f3f4f5;
  color: #5e721a;
  display: inline-block;
  padding: 15px;
  margin: 15px 0px 30px 0px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
header .brand-name-subtext {
  margin: 15px 0px 15px 0px;
  font-size: 19px !important;
  line-height: 19px !important;
}
}
header img {
  max-width: 150px;
  max-height: 150px;
	padding-left: 15px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
header .profile {
	display: none;
}
}
/* Tablets (portrait and landscape) */
@media (min-width: 768px) and (max-width: 1024px) {
header .profile {
	display: none;
}
}
header .scroll-down {
  position: absolute;
  width: 100%;
  left: 30px;
  bottom: 30px;
  text-align: left;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
header .scroll-down {
  display: none;
}
}
header .scroll-down .btn {
  height: 50px;
  width: 50px;
  border: 2px solid #8597a9;
  border-radius: 15px !important;
  line-height: 50px;
  padding: 0;
  letter-spacing: normal;
  color: white;
  font-size: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #8597a9;
}
header .scroll-down .btn:hover {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
  outline: none;
}
/* Tablets (portrait and landscape) */
@media (min-width: 768px) and (max-width: 1024px) {
  header .intro-content {
    top: 50% !important;
  }
}
@media (min-width: 768px) {
  header {
    height: 100%;
    width: 100%;
    padding: 0;
    background-attachment: scroll;
  }
  header .intro-content {
    color: white;
    text-align: center;
    width: 50%;
    margin: auto;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  header .brand-name {
    font-size: 45px;
    line-height: 45px;
  }
  header .brand-name-subtext {
    font-size: 24px;
    line-height: 24px;
  }
  header img {
    max-width: 300px;
    max-height: 300px;
	padding-left: 15px;
  }
}
@media (min-width: 1025px) {
  header {
    background-attachment: fixed;
  }
}
header.video .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 998;
  opacity: 0;
}
header.video .intro-content {
  z-index: 999;
}
header.video .scroll-down {
  z-index: 999;
}
@media (min-width: 768px) {
  header.video .overlay {
    opacity: 0.5;
  }
}
/* f3 designs added (northern cover crops logo) */
.northerncovercrops img {
	position: absolute;
	bottom: 30px;
	right: 30px;
}
/* Smartphones (portrait and landscape) */
@media (min-width: 320px) and (max-width: 568px) {
.northerncovercrops img {
	display: none;
}
}


/* (section-border) */
.section-border {
	border-top: dashed 1px #d5e3f5;
	padding-top: 5px;
	max-width: 200px;
	text-align: center;
	margin: 0 auto;
	margin-top: 45px;
}
.section-border img {
	text-align: center;
	margin: 0 auto;
	max-width: 60px;
}


/* SECTION 1 Starts (Our Story) ==================================================================================================== */
.section1 {
	padding: 150px 0px 150px 0px;
}


/* SECTION 2 Starts (Northern Cover Crops) ==================================================================================================== */
.section2 {
	padding: 150px 0px 150px 0px !important;
}


/* TWITTER Starts ==================================================================================================== */
.twitter {
	background-color: #f3f4f5;
	padding: 45px 0px 0px 0px;
}
.twitter h2 {
  font-family: 'Merriweather', serif;
  text-transform: uppercase;
  font-weight: 900;
  background-color: #5e721a;
  color: #f3f4f5;
  display: inline-block;
  padding: 15px;
  margin-bottom: 15px;
}
.twitter h3 {
  font-family: 'Merriweather', serif;
  background-color: #5e721a;
  color: #f3f4f5;
  display: inline-block;
  padding: 15px;
  margin: 0px;
}
.twitter-icon {
	font-size: 160px;
	color: #95a538;
}


/* SECTION 3 Starts (Quality Seed) ==================================================================================================== */
.section3 {
	padding: 150px 0px 150px 0px !important;
	text-align: center;
}


/* SECTION 4 Starts (Contact Us) ==================================================================================================== */
.section4 {
	padding: 150px 0px 150px 0px;
}
.section4 a:link {
	color: 	#434957;
}
.section4 a:visited {
	color: 	#434957;
}
.section4 a:hover {
	color: 	#95a538;
	text-decoration: none;
}
.section4 a:active {
	color: 	#434957;
}
.seed {
	border: solid 1px #95a538;
}
.seed h3 {
	font-style: italic;
	color: #434957;
	border-bottom: dashed 1px #d5e3f5;
	display: inline-block;
	padding-bottom: 5px;
	margin: 15px 0px 30px 0px;
}
.modal-content {
	text-align: left;
}
.modal-header {
	border: none;
}
.modal-footer {
	border: none;
}
.close {
	display: none;
}



/* ASIDE Starts (Vitality) ==================================================================================================== */
/* f3 designs added */
aside {
  text-align: left !important;
}
/* f3 designs added */
aside h2 {
  font-family: 'Merriweather', serif;
  text-transform: uppercase;
  font-weight: 900;
  background-color: #f3f4f5;
  color: #5e721a;
  display: inline-block;
  padding: 15px;
  margin-bottom: 15px;
}
/* f3 designs added */
aside h3 {
  font-family: 'Merriweather', serif;
  background-color: #f3f4f5;
  color: #5e721a;
  padding: 15px;
  margin: 0px;
}
aside.cta-quote {
  color: white;
  background-color: #222222;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 100px 0;
  text-align: center;
}
aside.cta-quote span.quote {
  display: block;
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
}
@media (min-width: 768px) {
  aside.cta-quote {
    background-attachment: scroll;
    padding: 150px 0;
  }
  aside.cta-quote span.quote {
    font-size: 36px;
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  aside.cta-quote {
    padding: 300px 0;
  }
  aside.cta-quote span.quote {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (min-width: 1025px) {
  aside.cta-quote {
    background-attachment: fixed;
  }
}


/* FOOTER Starts ==================================================================================================== */
footer {
	text-align: center;
	margin: 60px 0px 60px 0px;
}
footer p {
	margin-bottom: 60px;
	font-size: 14px;
}
footer p a:link {
	color: #95a538;
}
footer p a:visited {
	color: #95a538;
}
footer p a:hover {
	color: #95a538;
}
footer p a:active {
	color: #95a538;
}


/* CONTACT FORM Starts ==================================================================================================== */
.form-group {
    margin-bottom: 25px;
}
.form-group input,
.form-group textarea {
    padding: 20px;
	background-color: #f3f4f5;
	border: none;
	border-radius: 0px;
	color: #797f38 !important;
}
.form-group input.form-control {
    height: auto;
}
.form-group textarea.form-control {
    height: 231px;
}
.form-control:focus {
    border-color: #2d7b96;
    box-shadow: none;
}
::-webkit-input-placeholder {
    text-transform: uppercase;
	color: #95a538 !important;
}
:-moz-placeholder {
    text-transform: uppercase;
	color: #95a538 !important;
}
::-moz-placeholder {
    text-transform: uppercase;
	color: #95a538 !important;
}
:-ms-input-placeholder {
    text-transform: uppercase;
	color: #95a538 !important;
}
 .text-danger {
    color: #e74c3c;
}
/* (alert) */
.text-danger ul {
	list-style: none;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	border-left: solid 3px #d9534f; 
	padding: 15px;
	background-color: #fdf7f7;
}
.text-danger li {
		line-height: 14px;
}
.text-danger li:before {
	content: normal;
}


/* Vitality Starts (noted where moved and customized) ==================================================================================================== */
html,
body {
  height: 100%;
}
.img-centered {
  margin: 0 auto;
}
/* content-row was here - removed */
/* section was here - removed */
/* bg-grey and bg-dark were here - removed */
.owl-theme .owl-controls .owl-page span {
  background: rgba(34, 34, 34, 0.5);
}
/* input.form-control was here - removed */
/* btns were here - removed */
/* body was here - removed */
/* a was here - removed */
/* p was here - removed */
/* p.lead was here - removed */
/* headings were here - removed */
/* hr was here - removed */
/* text-primary was here - removed */
/* navbar was here - moved up and customized */
/* header was here - moved up and customized */
/* aside was here - moved up and customized */
/* testimonials was here - removed */
/* cta-form h3 was here - removed */
/* about was here - removed */
/* services was here - removed */
/* portfolio was here - removed */
/* pricing was here - removed */
/* floating-label-form-group was here - removed */
/* footer was here - moved up and customized */
/* more btns were here - removed */
/* body themes were here - removed */