@media (min-width: 1442px) and (max-width: 1920px) {

  /*.hero h1 {
    font-size: 50px;
  }*/

  h1 {
    font-family: "San Francisco", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #1D4721;
    font-size: 46px;
    letter-spacing: .075em;
    line-height: 1em;
    margin-top: 25px;
    padding: 40px 20px 15px 20px!important;
  }

  h2 {
    margin-top: 25px;
    margin-bottom: 25px;
    font-family: "San Francisco", Arial, sans-serif;
    font-weight: 500;
    text-align: center;
    color: #1D4721;
    letter-spacing: .1em;
    line-height: 1em;
    font-size: 20px;
  }

  .HomeImgsContainer {
    clear: both;
    display: block;
    width: 1380px;
    max-width: 100%;
    height: auto;
    margin: 0 auto !important;
  }

  .HomeImgsContainer img {
    clear: both;
    display: block;
    width: 1380px;
    max-width: 100%;
    height: auto;
    min-height: 0%;
    margin: 20px auto 10px auto !important;
    padding: 0;
  }

  ul.dropdown-menu.hamburger {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 !important;
    border: 1px solid #98c21f!important;
    min-width: 700px;
  }

  .dropdown-menu.hamburger li {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    letter-spacing: .1em;  
  }

  .dropdown-menu.hamburger li a {
    background-color: #ffffff;
    color: #1d4721;
    text-align: center;
    font-size: 20px;
  }

  .dropdown-menu.hamburger li a:hover {
    background-color: #98c21f;
    color: #ffffff;
  }

  #Observations {
    width: 100%;
    margin-top: 10px;
    color: #1a1a1a;
  }

  .footer-logo {
    width: 175px !important;
  }

  .footer-logo img {
    float: none !important;
    clear: both !important;
    display: block;
    width: 175px;
    max-width: 100%;
    height: auto;
    min-height: 0%;
    margin: 0 auto;
  }

  .footerLeft img {
    padding-top: 20px!important;
  }
}
