/*
Theme Name: Hello Elementor – Child (WestShore Landing)
Template: hello-elementor
Version: 1.0.0
*/

/* — Global brand colors and typography — */
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #222222; /* default text color — you can adjust if needed */
  background-color: #ffffff;
  line-height: 1.6;
}

/* Example link styles (adjust if needed) */
a,
a:visited {
  color: #0066cc; /* replace with your brand link color if different */
  text-decoration: none;
}

a:hover,
a:focus {
  color: #004999;
  text-decoration: underline;
}

/* Headers — H1..H6 — you may adjust font-size / weight */
h1, h2, h3, h4, h5, h6 {
  color: #111111;
  font-weight: 600;
  margin: 1.2em 0 0.6em;
  line-height: 1.25;
}

/* Example button styling to match brand (you can fine-tune) */
button,
input[type="button"],
input[type="submit"],
.elementor-button {
  background-color: #0066cc;
  color: #ffffff;
  border: none;
  padding: 0.8em 1.6em;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.elementor-button:hover {
  background-color: #005bb5;
}

/* Container / Layout helpers (optional) */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Example header / hero banner overrides */
.site-header {
  background-color: #f5f5f5;
  padding: 2rem 0;
}

/* Footer styling — adjust as needed */
.site-footer {
  background-color: #222222;
  color: #ffffff;
  padding: 2rem 0;
}

.site-footer a,
.site-footer a:visited {
  color: #ffffff;
}

.site-footer a:hover {
  color: #dddddd;
}
