@font-face {
  font-family: "Foodtown-regular";
  src: url('https://s3.amazonaws.com/static-content.constellationenv.com/landing_pages/client/foodtown/ChaletComprime_MilanSixty.otf');
}

@font-face {
  font-family: "Foodtown-light";
  src: url('https://s3.amazonaws.com/static-content.constellationenv.com/landing_pages/client/foodtown/Chalet_ParisSixty.otf');
}

@font-face {
  font-family: "Foodtown-bold";
  src: url('https://s3.amazonaws.com/static-content.constellationenv.com/landing_pages/client/foodtown/Chalet_LondonSixty.otf');
}


html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;

  font-family: 'Foodtown-light';
}




/* small device */
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* hide tags on mobile device */
  .green-way-container .top-section .top-logo-container .top-logo {
    display: none;
  }

  .green-way-container .background {
    display: none;
  }




  .green-way-container {
    width: 100%;
    margin: 0 auto;
  }

  .green-way-container .top-section {
    width: 100%;
  }

  .green-way-container .top-section .top-logo-container {
    width: 100%;
    height: auto;
    margin-top: 3em;
  }

  .green-way-container .top-section .top-logo-container img {
    width: 5em;
    height: 5em;

    display: block;
    margin: 0 auto;
  }

  .green-way-container .top-section .top-text-container {
    width: 100%;
    height: auto;
  }


  .green-way-container .top-section .top-text-container h1 {
    width: 80%;

    margin: 0.8em auto;
    text-align: center;
    line-height: 1.3;
    color: #98AC73;

    font-weight: 100;
  }

  .green-way-container .top-section .top-text-container h3 {
    width: 80%;

    margin: 0 auto;
    text-align: center;
    color: black;

    font-weight: 100;
    line-height: 1.3;

    font-family: 'Foodtown-bold';
  }

  .green-way-container .top-section .site-link {
    border: 2px solid #98AC73;
    border-radius: 30px;

    display: block;
    margin: 2em auto;

    padding: 10px 30px;

    background: transparent;

  }

  .green-way-container .top-section .site-link a {
    text-transform: uppercase;
    color: #98AC73;

    font-family: 'Foodtown-bold';
    font-size: 1rem;

    text-decoration: none;
  }

  .green-way-container .top-section .bottom-text {
    width: 80%;
    text-align: center;
    line-height: 1.3;
    color: #98AC73;
    margin: 1em auto;

    font-weight: 100;
  }

  .green-way-container .top-section .bottom-logo-container {

  }

  .green-way-container .top-section .bottom-logo-container img {
    width: 10em;

    margin: 0 auto;

    display: block;
  }

  .green-way-container .background-mobile {
    width: 100%;

  }
}

@media only screen and (min-width: 768px) {
  /* hide tags on desktop device */
  .green-way-container .top-section .top-logo-container .top-logo-mobile {
    display: none;
  }

  .green-way-container .background-mobile {
    display: none;
  }

  .green-way-container .top-section .br-mobile {
    display: none;
  }


  .green-way-container {
    width: 100%;
    height: auto;
    margin: 0 auto;

    position: relative;
  }

  .green-way-container .top-section {
    width: 100%;
  }

  .green-way-container .top-section .top-logo-container {
    width: 100%;
    height: auto;
    margin-top: 3em;
  }

  .green-way-container .top-section .top-logo-container img {
    width: 10em;
    height: 10em;

    display: block;
    margin: 0 auto;
  }

  .green-way-container .top-section .top-text-container {
    width: 100%;
    height: auto;
  }


  .green-way-container .top-section .top-text-container h1 {
    text-align: center;
    color: #98AC73;

    font-weight: 100;
  }

  .green-way-container .top-section .top-text-container h3 {
    width: 80%;

    margin: 0 auto;
    text-align: center;
    color: black;

    font-weight: 100;
    font-size: 1.3rem;
    line-height: 1.3;

    font-family: 'Foodtown-bold';
  }

  .green-way-container .top-section .site-link {
    border: 2px solid #98AC73;
    border-radius: 30px;


    display: block;
    margin: 2em auto;

    padding: 10px 30px;

    background: transparent;

  }

  .green-way-container .top-section .site-link a {
    text-transform: uppercase;
    color: #98AC73;

    font-family: 'Foodtown-bold';
    font-size: 1.5rem;

    text-decoration: none;
  }

  .green-way-container .top-section .bottom-text {
    width: 80%;
    text-align: center;
    color: #98AC73;
    margin: 1em auto;


    font-weight: 100;
    line-height: 1.3;
  }

  .green-way-container .top-section .bottom-logo-container {

  }

  .green-way-container .top-section .bottom-logo-container img {
    width: 10em;

    margin: 0 auto;

    display: block;
  }

  .green-way-container .background {
    width: 100%;
    height: 100%;

    margin-top: -100px;
  }
}


@media only screen and (min-width: 1366px) {
  .green-way-container .top-section .top-text-container h3 {
    width: 50%;
  }

  .green-way-container .background {
    width: 100%;

    margin-top: -120px;
  }
}