/*
 Theme Name:   On Yer Bike Divi Child
 Theme URI:    https://onyerbikehb.co.nz
 Description:  A basic child theme for Divi to add custom functions and styles.
 Author:       Phil Wilcock
 Author URI:   https://onyerbikehb.co.nz
 Version:      1.0.0
 Template:     Divi
*/

/* Add your custom CSS below this line */


h1 {
	font-size: 48px;
	font-weight: 400;
	line-height: 1.2em;
	color: #000000;
}

h2 {
	font-size: 40px;
	font-weight: 400;
	line-height: 1.2em;
	color: #a0103d;
}

h3 {
	font-size: 36px;
	font-weight: 400;
	line-height: 1.2em;
	color: #a0103d;
}

h4 {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2em;
	color: #a0103d;
}

h5 {
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2em;
	color: #a0103d;
}

h6 {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2em;
	color: #a0103d;
}

.pa-multi-line-highlight h1 {
  color: #ffffff;
  background-color: rgba(160, 16, 61, 0.8);
  line-height: 1.7em;
  padding: 0px 20px 10px 20px;
  display: inline;
  box-shadow: -10px 0 0px 0px #df1e5c;
  box-decoration-break: clone;
} 

.pa-header-burgundy h1 {
  color: #ffffff;
  background-color: rgba(160, 16, 61, 0.8);
  line-height: 1.7em;
  padding: 0px 20px 10px 20px;
  display: inline;
  box-shadow: -10px 0 0px 0px #df1e5c;
  box-decoration-break: clone;
} 


.pa-header-blue h1 {
  color: #ffffff;
  background-color: rgba(6, 53, 75, 0.8);
  line-height: 1.7em;
  padding: 0px 20px 10px 20px;
  display: inline;
  box-shadow: -10px 0 0px 0px #27bcd6;
  box-decoration-break: clone;
} 

.pa-header-cyan h1 {
  color: #ffffff;
  background-color: rgba(39, 188, 214, 0.8);
  line-height: 1.7em;
  padding: 0px 20px 10px 20px;
  display: inline;
  box-shadow: -10px 0 0px 0px #06354b ;
  box-decoration-break: clone;
} 


.pa-header-orange h1 {
  color: #ffffff;
  background-color: rgba(248, 160, 30, 0.8);
  line-height: 1.7em;
  padding: 0px 20px 10px 20px;
  display: inline;
  box-shadow: -10px 0 0px 0px #df1e5c ;
  box-decoration-break: clone;
} 


.pa-header-green h1 {
  color: #ffffff;
  background-color: rgba(183, 200, 69, 0.8);
  line-height: 1.7em;
  padding: 0px 20px 10px 20px;
  display: inline;
  box-shadow: -10px 0 0px 0px #27bcd6 ;
  box-decoration-break: clone;
} 