@media screen and (min-width: 780px) {

  /* GENERAL */
  body {
    text-align: left;
  }

  h1,h2,h3,p {
    padding-left: 50px;
    padding-right: 50px;
  }

  /* NAV */
  nav img {
    padding: 10px 10px 10px 50px;
  }

  .left {
    float: left;
    padding-left: 10px;
  }

  .right {
    float: right;
    padding-top: 10px;
    padding-right: 10px;
  }

  /* FOOTER */
  footer h1, footer h2 {
    padding-left: 50px;
  }

  footer p {
    padding-top: 50px;
    padding-left: 50px;
    text-align: center
  }

  footer {
    padding-right: 50px;
  }

  footer .column-left {
    float: left;
    position: relative;
    width: 30%;
  }
  
  footer .column-center {
    display: inline-block;
    width: 40%;
    text-align: center;
  }

  footer .column-right {
    float: right;
    width: 30%;
    text-align: right;
  }

  footer .columns img {
    width: 40px;
  }

  /* FORM POP-UP */
  .smart-green .button {
    margin-left: 30%;
  }

  /* HOME PAGE */
  #home-header {
    background: url('../img/graphics/home-graphic.gif');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    padding: 225px 10px 200px;
  }

  #home-header h1 {
    padding-left: 50px;
    font-size: 2.7em;
  }

  #home-header h2 {
    padding-top: 120px;
  }

  #home-header h2, #home-header h3 {
    font-size: 1.8em;
  }

  #home-header input {
    margin-left: 50px;
  }

  #home-section1, #home-section2 {
    padding-bottom: 300px;
  }

  #home-section1 img, #home-section2 img, #home-section3 img {
    width: 400px;
    float: right;
    margin: -40px 50px 50px;
  }

  /* PRODUCT PAGE */
  #product-header {
    background: url('../img/graphics/product-graphic.gif');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right bottom;
    padding-top: 150px;
    margin-top: -100px;
  }

  #product-header h1, #product-header p {
    margin-right: 200px;
  }

  #product-header input {
    margin-left: 50px;
  }

  #product-section1 .columns img {
    height: 140px;
    padding-left: 50px;
  }

  #product-section1 .columns ul {
    padding-left: 70px;
  }

  #product-section2 {
    text-align: center;
  }

  #product-section2 img {
    width: 500px; 
  }

}

@media screen and (min-width: 1080px) {

  #home-section1 img, #home-section2 img {
    margin: -40px 100px 50px;
  }

  #home-section1 h2, #home-section2 h2 {
    margin-right: 40%;
  }

  /* PRODUCT PAGE */
  #product-header h1, #product-header p {
    margin-right: 45%;
  }

  #product-section1 h2 {
    text-align: center;
  }
  
  #product-section1 .column-left {
    float: left;
    position: relative;
    width: 33%;
  }
  
  #product-section1 .column-center {
    display: inline-block;
    width: 33%;
  }

  #product-section1 .column-right {
    float: right;
    width: 33%;
  }

  #product-section1 .columns img {
    left: 25%;
    position: relative; /* pushes the icons to the center of each column */
    height: 140px;
  }
}

@media only screen and (min-width: 1080px) and (max-width: 1660px) {
  
  #product-section1 .column-center ul, #product-section1 .column-right ul {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 1400px) {
  
  #product-section1 .columns img {
    left: 30%;
    position: relative; /* pushes the icons to the center of each column */
}

@media only screen and (min-width: 1800px) {
  
  #home-header {
    padding: 250px 10px 200px;
  }

  #product-header {
    padding-top: 250px;
    padding-bottom: 200px;
  }

  #product-section1 .columns img {
    left: 32%;
    position: relative; /* pushes the icons to the center of each column */
    height: 140px;
  }
}

@media only screen and (min-width : 0) and (max-width : 667px) {

  /* POP-UP FORM */
  .smart-green label {
    display: block;
    margin: 0px 0px 0px;
    float:left;
    width:100%;
    margin-right:0%;
  }
}
