

main {
  padding-top: 56px;
}

* {
  box-sizing: border-box;
}

body {
  background-color: rgb(242,223,164);
  background: linear-gradient(180deg, rgba(242,223,164,1) 0%, rgba(247,147,64,1) 8%, rgba(242,107,59,1) 25%, rgba(164,105,145,1) 50%, rgba(140,85,121,1) 75%, rgba(67,67,89,1) 100%);
  font-family: 'Nunito', sans-serif;
  color: rgb(255,255,255);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}

h1, h2, h3, h4 {
  line-height: 1.4;
}

h1 {
  font-size: 3.75em;
  font-weight: 700;
}

h2 {
  font-size: 2.25em;
  font-weight: 700;
}

h3 {
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
  text-transform: uppercase;
}

h4 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
}

p {
  font-size: 21px;
}

.section-text span {
  font-weight: bold;
}

.section-text h4 {
  line-height: normal;
  margin-bottom: 12px;
}

header {
  background-color: rgba(0, 0, 0, 1);
  border-bottom: 2px rgba(255, 255, 255, 1);
  width: 100%;
  padding: 10px 0 4px;
  position: fixed;
  z-index: 1;
}


nav>ul {
  list-style: none;
  padding: 0;
  margin: 0;
}



/* footer styling */
#contact-footer {
  background-color: rgba(244, 244, 244, 0);
  text-align: center;
  padding: 20px;
  margin-top: 50px;
  margin-bottom: 44px;
}
#contact-footer p {
  font-size: 16px;
}

.company-name {
  height: 31px;
  width: auto;
  padding-top: 0;
}

.company_logo {
  max-width: 166px;
}

/* layout styling */
.container {
  padding: 0 10px;
}

.row {
  margin-bottom: 100px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.heading {
  display: table;
}

.section-img {
  margin-top: 75px;
  margin-bottom: 75px;
  opacity: .6;
}

img {
  width: 100%;
}
.desktop {
  display: none;
}

.button-contact {
  display: inline-block;
  background-color: rgba(15, 15, 15, 1);
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  padding: 10px;
  border: 2px solid rgba(15, 15, 15, 1);
  margin-top: 40px;
  transition: 0.2s opacity;
  border-radius: 8px;
  transition-duration: 0.1s;
  transition-property: background-color;
}

.button-contact:hover {
  display: inline-block;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(15, 15, 15, 1);
  font-weight: 400;
  text-decoration: none;
  border: 2px solid rgba(15, 15, 15, 1);
}

.button-contact:active {
  display: inline-block;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(15, 15, 15, 1);
  font-weight: 400;
  text-decoration: none;
  border: 3px solid rgba(15, 15, 15, 1);
}

.social-icon {
  float: left;
  margin-right: 12px;
  width: 27px;
  height: 27px;
}

.button {
  display: inline-block;
  background-color: rgba(15, 15, 15, 1);
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
  text-align: center;
  margin-top: 40px;
  padding: 12px;
  border-radius: 8px;
  border: 2px solid rgba(15, 15, 15, 1);
  transition: .2s;
}

.button:hover {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(15, 15, 15, 1);
}

.button:active {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(15, 15, 15, 1);
  font-weight: 400;
}

/* ==============================
Medium devices (640px and larger)
================================= */
@media only screen and (min-width: 640px) {
  .col-md-12 {
    width: 100%;
  }

  .col-md-9 {
    width: 66%;
  }

  .col-md-7 {
    width: 60%;
  }

  .col-md-5 {
    width: 40%;
  }

  .col-md-6 {
    width: 50%;
  }


  [class*="col-"] {
    float: left;
    padding: 0 10px;

  }

  .mobile {
    display: none;
  }

  .desktop {
    display: inline;
    float: right;
  }

  header {
    text-align: unset;
  }

  nav {
    width: auto;
    float: right;
  }

  .navtoggle.responsive nav {
    padding: 0px;
  }

  .navtoggle.responsive li {
    display: block;
    padding: 0;
    border-top: 0px;
  }

  nav>ul {
    margin: 1em 0;
  }

  nav>ul>li {
    display: inline-block;
    padding: 0px;
  }

  .navtoggle li:not(:last-child) {
    display: inline-block;
  }

  .navtoggle li:last-child {
    display: none;
  }

  main {
    padding-top: 75px;
  }

  .company-name {
    height: 24px;
    width: auto;
    padding-top: 0;
  }
}
  /* ==============================
Large devices (1024px or larger)
================================= */
  @media only screen and (min-width: 1024px) {
    .container {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
    }

    .col-lg-12 {
      width: 100%;
    }
    .col-lg-4 {
      width: 40%;
    }

    .col-lg-7 {
      width: 60%;
    }

    .col-lg-6 {
      width: 50%;
    }

    [class*="col-"] {
      padding: 0 90px;
    }
    .heading .section-text {
      padding-left: 0px;
    }
    .heading .section-img {
      padding: 0px;
    }

    h3 {
      font-size: 40px;
    }
    h4 {
      font-size: 30px;
    }
    p {
      font-size: 21px;
    }

    header {
      text-align: unset;
    }

    nav {
      width: auto;
      float: right;
    }

    main {
      padding-top: 150px;
    }

    .heading {
      padding-bottom: 0px;
    }

    .row {
      margin-top: 25px;
    }

    .navigation-section {
      width: 80%;
      margin-top: 80px;
      margin-bottom: 80px;
      margin-left: 10%;
      margin-right: 10%;
    }

    .landing_img_right {
      float: right;
    }
    .landing_img_left {
      float: left;
    }
    /*
    .cheers_img {
      max-height: 356px;
      max-width: 650px;
    }
    .grains_img {
      height: 283px;
      width: 446px;
    }
    .awards_img {
      height: 440px;
      width: 362px;
    }
    .berries_img {
      height: 235px;
      width: 323px;
    }
    .chair_img {
      height: 567px;
      width: 392px;
    }    */



}
  /* ==============================
X-large devices (1440px or larger)
================================= */
  @media only screen and (min-width: 1440px) {

  }
