/*---------------------------------------------------------------------------------

 Theme Name:   NOHS Preferra Child
 Theme URI:    https://nohs.preferrainsurance.com
 Description:  A child theme for Preferra Insurance
 Author:       Clayton Design Group
 Author URI:   https://claytondesigngroup.com
 Template:     Divi
 Version:      1.0.5
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 Add custom CSS below the line. DO NOT EDIT ABOVE apart from updating the version number.
 Make sure to update the version line above each time this file is updated.

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
html {
	font-size: 62.5%;
}

.lp-style h1 {
 font-size: clamp(4.8rem, calc(4.8rem + ((1vw - 0.32rem) * 0.75)), 6rem);
 min-height: 0vw;
 letter-spacing: 0.03rem;
 line-height: 1.1;
 font-family: Oswald, Lucinda, sans-serif;
 color: #ffffff;
 font-weight: 600;
}

.lp-style h2 {
 font-size: clamp(4rem, calc(4rem + ((1vw - 0.32rem) * 0.5)), 4.8rem);
 min-height: 0vw;
 letter-spacing: 0.03rem;
 line-height: 1.1;
 font-family: Oswald, Lucinda, sans-serif;
 color: #7190bb;
 font-weight: 500;
}

.lp-style h3 {
 font-size: clamp(3.2rem, calc(3.2rem + ((1vw - 0.32rem) * 0.5)), 4rem);
  min-height: 0vw;
 letter-spacing: 0.03rem;
 line-height: 1.1;
 font-family: Oswald, Lucinda, sans-serif;
 color: #5c5fab;
 font-weight: 500;
}

.lp-style h4 {
  font-size: clamp(2.4rem, calc(2.4rem + ((1vw - 0.32rem) * 0.5)), 3.2rem);
  min-height: 0vw;
	line-height: 1.1;
	font-family: Oswald, Lucinda, sans-serif;
	color: #7190bb;
	font-weight: 500;
}

.lp-style h5 {
  font-size: clamp(2rem, calc(2rem + ((1vw - 0.32rem) * 0.25)), 2.4rem);
  min-height: 0vw;
	line-height: 1.1;
	font-family: Oswald, Lucinda, sans-serif;
	color: #7190bb;
	font-weight: 500;
}
.lp-style h6 {
  font-size: clamp(1.6rem, calc(1.6rem + ((1vw - 0.32rem) * 0.25)), 2rem);
  min-height: 0vw;
	line-height: 1.1;
	letter-spacing: 0.06rem;
	font-family: Open Sans, Verdana, sans-serif;
	color: #5c5fab;
	font-weight: 500;
}
.lp-style p, a, li {
  font-size: clamp(1.6rem, calc(1.6rem + ((1vw - 0.32rem) * 0)), 1.6rem);
  min-height: 0vw;
  line-height: 1.5;
	color: #1d2646;
	font-weight: 500;
}
