@media (max-width: 620px) {

  body{
      background-color: #ddcfb6;
      z-index: -100;
      background-image:url('../../media/images/header/beach-620.jpg');
      background-repeat: no-repeat;
      padding: 0;
      background-position: center top;
      background-repeat: no-repeat;
  }



  .header-container--image.title {
    width: calc(100% - 0rem);
    padding-top: 100px;
    padding-bottom: 10px;
    max-width: 620px;
    max-height: 80vh;
    margin: 0rem auto;
    text-align: center;
  }
  .header-container--image.hero {
      margin: 1rem auto 0rem;
  }


    .messaging { font-size: 18px;}
    .form .messaging { font-size: 16px; padding-bottom: 16px;}

    .header-container {
      height: auto;
    }


    .messaging .content {
      margin-left: 8%;
    }

    .form {padding: 0px 0px;}
    .form-container-inner {padding: 0px;}

    .footer__navItem { padding: 0px 5px; border-right: 0px;}
}




@media (min-width: 769px)  {
  .break-mobile {
      display: none;
  }
}

@media (max-width: 1200px) {

    .break-desktop {
        display: none; /* Hide the line break on desktop */
    }



}
