:root {
    --color-primary: #000000 !important;
    --color-secondary: #f1682a !important;
    --color-tertiary: #ec3793 !important;
    --color-primary-text: #000000;
    --color-background: #fff;
    --max-width: normal;
    --font-primary: 'local', Arial, sans-serif;
    --font-secondary: 'local2', Arial, sans-serif;
  } 
  
  
  
  
  :root { --border-radius: 0.375rem; }
  
  
  
  
  
  .container {
      @media screen and (max-width: 1700px) {
        max-width: 90%;
      }
    }
  .desktop-nav a {
  text-transform: uppercase;
}

.btn-tertiary,
.bg-tertiary {
  color: #fff !important;
}

.property-search-container {
  .btn.bg-tertiary {
    background-color: var(--color-secondary);
    &:hover {
      background-color: var(--color-primary-text);
    }
  }
}

.property-card {
  h3 {
    font-family: var(--font-primary);
    > a,
    span {
      font-family: var(--font-primary);
    }
  }
}

.footer div {
  text-align: center;
  img {
    max-width: 300px;
  }
}

#module-6749d6ec30efd5219a859e62 {
  .aspect-w-16,
  .aspect-h-10 {
    padding-bottom: 100%;
  }
}