@media only screen and (max-width: 1000px) {
  body {
    background-color: white;
  }

  h2 {
    font-size: 40px !important;
  }
  h3 {
    font-size: 25px !important;
  }

  .navigation {
    display: none;
  }
  .headerContainer {
    display: none;
  }
  .mobileHeader {
    display: block !important;
    background: white;
    position: fixed;
    left: 0;
    top: 0;
    height: 75px;
    width: 100%;
    z-index: 1000;
  }
  .mobileHeader .logo {
    height: 55px;
    float: left;
    margin: 10px;
    margin-left: 20px;
  }
  .mobileHeader .menu {
    float: right;
    height: 35px;
    margin-top: 20px;
    margin-right: 20px;
  }
  #mobileNavigation {
    background: white;
    position: fixed;
    left: 0;
    top: -100vh;
    width: 100%;
    z-index: 999;
    padding-bottom: 20px;
    height: calc(100vh - 75px);
    display: block !important;
  }
  #mobileNavigation .nav {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: var(--main);
  }
  .headerInner {
    display: none;
  }
  .heroImage {
    display: none !important;
  }
  .heroContent {
    width: calc(100% - 50px) !important;
    left: 25px !important;
    text-align: center;
  }
  .heroTitle {
    text-align: center;
    float: none;
    width: 100% !important;
    height: calc(100vh - 75px);
  }
  .feature {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .left {
    width: 100% !important;
    float: none;
  }
  .right {
    width: 100% !important;
    float: none;
  }
  .inner {
    width: calc(100% - 50px) !important;
    padding-left: 25px !important;
    text-align: center !important;
  }
  .roundle {
    margin-bottom: 20px;
  }
  .halfLeft {
    width: 100% !important;
    float: none !important;
    margin-bottom: 20px !important;
  }
  .halfRight {
    width: 100% !important;
    float: none !important;
    margin-bottom: 20px !important;
  }
  .textRight {
    text-align: center !important;
  }
  .halfLeft p {
    margin: 0 !important;
  }
  .halfRight p {
    margin: 0 !important;
  }
  .testimonial {
    margin-left: 0 !important;
    border: none !important;
    padding-left: 0 !important;
  }
  .mobileOnly {
    display: block !important;
  }
  .desktopOnly {
    display: none !important;
  }
  .footer {
    text-align: center !important;
  }
  .socialContainer {
    width: auto;
    margin: 0 auto;
      margin-top: 10px;
      margin-bottom: 10px;
      color: white;
  }
  #modal {
    width: calc(100% - 70px) !important;
    height: calc(100vh - 80px) !important;
    left: 20px !important;
    top: 20px !important;
    padding-top: 0px !important;
    padding-right: 10px !important;
  }
  #modal .inner {
    padding-top: 20px !important;
    padding-bottom: 50px !important;
    padding-left: 0px !important;
    width: 100% !important;
  }
}
