/*
 Theme Name:   Divi Child
 Theme URI:    https://example.com
 Description:  Child theme for Divi
 Author:       Randy Zeitman
 Template:     Divi
 Version:      1.0.0
*/

body {
  font-family: 'Montserrat', sans-serif;   /* main font */
  font-size: 16px;                         /* base size */
  line-height: 1.6;                        /* vertical rhythm */
  font-weight: 400;                        /* normal weight */
  color: #222;                             /* default color */
  letter-spacing: 0;                       /* normal tracking */
  word-spacing: normal;
  text-transform: none;
  text-align: left;
}

/* Paragraphs */
p {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  margin-top: 0;
  margin-bottom: 1.1em;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
}

/* Optional spacing between consecutive paragraphs */
p + p {
  margin-top: 0.75em;
}

/* ---------- HEADINGS ---------- */

/* Common heading base (shared by all h1â€“h6) */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 1.3;
  color: #111;
  letter-spacing: -0.02em;
  text-transform: none;        /* change to uppercase if you like */
  margin-top: 0em;
  margin-bottom: 0em;
  text-align: left;
}

/* Individual heading levels */
h1 {
  font-size: 0.8rem;           /* â‰ˆ45px */
  font-weight: 600;
    color:#969696;
  letter-spacing: -0.03em;
}

h2 {
  font-size: 2.0rem;             /* â‰ˆ32px */
  font-weight: 600;
  color: #1c1c1c;
  letter-spacing: -0.02em;
}

h3 {
  font-size: 1.2rem;           /* â‰ˆ24px */
  font-weight: 500;
  color: #326a85;              /* accent color for subheads */
}

h4 {
  font-size: 0.8rem;          /* â‰ˆ20px */
  font-weight: 500;
  color: #222;
}

h5 {
  font-size: 1.1rem;           /* â‰ˆ18px */
  font-weight: 500;
  color: #444;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

h6 {
  font-size: 1rem;             /* â‰ˆ16px */
  font-weight: 600;
  color: #555;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

ul {
  display: block;            /* puts the head on its own line */
  font-weight: 500;
  font-size: 1.15em;
  color: #2a5068;            /* change to fit your brand */
  margin: 0em 0 0.3em 0;     /* space above/below head */
  letter-spacing: 0.03em;
}

.bullet-head {
  display: block;            /* puts the head on its own line */
  font-weight: bold;
  font-size: 1.15em;
  color: #2a5068;            /* change to fit your brand */
  margin: 0em 0 0.3em 0;     /* space above/below head */
  letter-spacing: 0.03em;
}

.col-left p,
.col-right p  {
	padding: 0em;
	margin: 0em;
}



/* ---------- LINKS INSIDE TEXT ---------- */
a {
  color: #326a85;
  text-decoration: underline;
  transition: color 0.2s ease-in-out, text-decoration-color 0.2s ease-in-out;
}

a:hover,
a:focus {
  color: #174e66;
  text-decoration: none;
}

/* ---------- EMPHASIS ---------- */
strong, b {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

/* ---------- LISTS ---------- */
ul, ol {
  margin: 0 0 0.2em 0.5em;
  line-height: 1.6;
  color: #333;
}
li {
  margin-bottom: 0em;
  line-height: 22px;
}

/* ---------- BLOCKQUOTES ---------- */
blockquote {
  margin: 1.5em 0;
  padding-left: 1em;
  border-left: 4px solid #326a85;
  color: #444;
  font-style: italic;
  line-height: 1.7;
}

/* ---------- MEDIA QUERIES (responsive scaling) ---------- */
/* 
@media (max-width: 980px) {
  h1 { font-size: 2.2rem; }
  h2 { font-size: 1.7rem; }
  h3 { font-size: 1.3rem; }
  h4 { font-size: 1.1rem; }
}

@media (max-width: 480px) {
  h1 { font-size: 1.9rem; }
  h2 { font-size: 1.5rem; }
  h3 { font-size: 1.2rem; }
  p  { font-size: 0.95rem; }
}
 */


 
 
ul {
  display: block;            /* puts the head on its own line */
  font-weight: 500;
  font-size: 1.15em;
  color: #2a5068;            /* change to fit your brand */
  margin: 0em 0 0.3em 0;     /* space above/below head */
  letter-spacing: 0.03em;
}

.bullet-head {
  display: block;            /* puts the head on its own line */
  font-weight: bold;
  font-size: 1.15em;
  color: #2a5068;            /* change to fit your brand */
  margin: 0em 0 0.3em 0;     /* space above/below head */
  letter-spacing: 0.03em;
}

.col-left p,
.col-right p  {
	padding: 0em;
	margin: 0em;
}


.twocol-columns {
  display: flex;
  gap: 2em;
}
.twocol-columns > div {
  width: 35%;
}
/* 
@media (max-width: 767px) {
  .twocol-columns {
    flex-direction: column;
    gap: 0;
  }
  .twocol-columns > div {
    width: 100%;
  }
}
 */
 
