/* 
    Created on : May-2016,
    Author     : Danny
*/
/* reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.35em; }

.color-white {
  color: #ffffff; }

.color-green {
  color: #3E7136; }

.color-red {
  color: #B61F24; }

a {
  color: #B61F24;
  text-decoration: none; }

a.email:hover {
  text-decoration: underline; }

#top-bar {
  text-align: center;
  padding: 10px;
  background-color: #3E7136;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold; }

nav {
  text-align: center;
  padding: 5px; }
  nav .topnav {
    text-align: center;
    font-family: Verdana, Arial; }
    nav .topnav li {
      display: inline-block;
      height: 230px;
      vertical-align: top;
      padding-left: 15px;
      padding-right: 15px; }
    nav .topnav li.menu {
      padding-top: 90px;
      padding-bottom: 95px;
      font-size: 22px; }
    nav .topnav a {
      color: #B61F24;
      text-decoration: none; }

#logo {
  display: inline-block;
  margin: 0 auto; }

.container {
  max-width: 1500px;
  margin: 0 auto;
  /*background-color: rgba(250,150,150,0.5);*/ }

.container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.container img {
  max-width: 100%;
  height: auto; }

#topbanner {
  text-align: center;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden; }
  #topbanner img {
    max-width: 100%;
    height: auto; }

#overview .col1, #contact-section .col1 {
  float: left;
  width: 46%;
  margin-right: 2%;
  padding: 0 40px 0 50px; }
#overview .col2, #contact-section .col2 {
  float: left;
  width: 52%;
  text-align: center; }

#overview {
  border-bottom: 20px solid #B61F24;
  padding: 40px 0 80px; }
  #overview .overview-text {
    font-style: italic; }
    #overview .overview-text #overview-logo {
      margin: 10px auto 50px; }
    #overview .overview-text p {
      margin-bottom: 1em; }
  #overview #cta-prodrange {
    font-weight: bold;
    font-style: italic;
    font-size: 42px;
    color: #B61F24;
    text-decoration: none; }
  #overview .col2 .overview-img {
    margin: 20px auto; }
  #overview .col2 .image1 {
    margin-top: 30px;
    margin-bottom: 80px; }

#contact-section {
  padding: 100px 0 30px; }
  #contact-section .title {
    font-weight: bold;
    font-style: italic;
    font-size: 42px;
    font-style: italic;
    padding-bottom: 1em; }
  #contact-section .contactdet {
    font-style: italic;
    padding-bottom: 2em; }

#footer {
  text-align: center;
  /*height: 350px;
  background: transparent url('../images/fresh-produce-footer.jpg') top center no-repeat;
  background-size: cover;*/ }
  #footer img {
    max-width: 100%;
    height: auto; }

@media only screen and (max-width: 1500px) {
  #overview .col1, #contact-section .col1 {
    font-size: 22px;
    width: 50%; }
  #overview .col2, #contact-section .col2 {
    width: 48%;
    padding-right: 10px; }
  #overview #cta-prodrange, #overview .title, #contact-section #cta-prodrange, #contact-section .title {
    font-size: 34px; }
  #overview .title, #contact-section .title {
    padding-bottom: 0.5em; }
  #overview .contactdet, #contact-section .contactdet {
    padding-bottom: 1em; } }
@media only screen and (max-width: 1200px) {
  nav .topnav li.menu {
    display: none; }

  #overview .col1 {
    font-size: 20px; } }
@media only screen and (max-width: 768px) {
  #overview, #contact-section {
    padding: 20px 0; }
    #overview .col1, #contact-section .col1 {
      font-size: 20px;
      width: 100%;
      margin: 0;
      padding: 20px;
      float: none; }
    #overview .col2, #contact-section .col2 {
      width: 100%;
      margin: 0;
      padding: 20px;
      float: none; }
      #overview .col2 img, #overview .col2 .image1, #contact-section .col2 img, #contact-section .col2 .image1 {
        margin: 20px 0; } }

/*# sourceMappingURL=main.css.map */
