/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.63 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


/*Desktop Font*/

.et_pb_button {
	font-family: neue-haas-grotesk-text, sans-serif; 
	font-size: 16px;
	line-height: 1em;
	font-weight: 500;
	letter-spacing: 3.2px;
}

body{
	font-family: neue-haas-grotesk-text, sans-serif;	
	font-size: 18px;
	line-height: 1.6em; 
	font-weight: 400;
	color: #36424A;
}


/*Desktop Headline Font*/
.et_pb_module h1,
.et_pb_module h2,
.et_pb_module h3,
.et_pb_module h4,
.et_pb_module h5,
.et_pb_module h6, 
.et_pb_module h7 {
	font-family: ivyjournal, sans-serif;
	font-weight: 400;
	color: #1F2B33;
}

/*Desktop Headline Font Sizes*/

.et_pb_module h1, .et_pb_column_1_3 h1, .et_pb_column_1_4 h1, .et_pb_column_1_5 h1, .et_pb_column_1_6 h1, .et_pb_column_2_5 h1 {
    font-size: 60px;
    line-height: 1.2em;
	letter-spacing: -1.2px;
}

.et_pb_module h2, .et_pb_column_1_3 h2, .et_pb_column_1_4 h2, .et_pb_column_1_5 h2, .et_pb_column_1_6 h2, .et_pb_column_2_5 h2 {
    font-size: 60px;
    line-height: 1.2em;
	letter-spacing: -1.2px;
}

.et_pb_module h3, .et_pb_column_1_3 h3, .et_pb_column_1_4 h3, .et_pb_column_1_5 h3, .et_pb_column_1_6 h3, .et_pb_column_2_5 h3 {
    font-size: 48px ;
    line-height: 1.25em;
	letter-spacing: -0.96px;
}

.et_pb_module h4, .et_pb_column_1_3 h4, .et_pb_column_1_4 h4, .et_pb_column_1_5 h4, .et_pb_column_1_6 h4, .et_pb_column_2_5 h4 {
    font-size: 34px ;
    line-height: 1.3em;
	letter-spacing: -0.68px;
}

.et_pb_module h5, .et_pb_column_1_3 h5, .et_pb_column_1_4 h5, .et_pb_column_1_5 h5, .et_pb_column_1_6 h5, .et_pb_column_2_5 h5 {
    font-size: 26px ;
    line-height: 1.2em;
	letter-spacing: -0.52px;
}

.et_pb_module h6, .et_pb_column_1_3 h6, .et_pb_column_1_4 h6, .et_pb_column_1_5 h6, .et_pb_column_1_6 h6, .et_pb_column_2_5 h6 {
    font-size: 24px ;
    line-height: 1.2em;
}


/*Responsive Font*/
@media (max-width: 480px) {

body{	
font-size: 16px;
}
	
.et_pb_button { 
	font-size: 14px !important;
	letter-spacing: 2.8px !important;
}

/*Responsive Headline Font Sizes*/

.et_pb_module h1, .et_pb_column_1_3 h1, .et_pb_column_1_4 h1, .et_pb_column_1_5 h1, .et_pb_column_1_6 h1, .et_pb_column_2_5 h1 {
    font-size: 40px;
}

.et_pb_module h2, .et_pb_column_1_3 h2, .et_pb_column_1_4 h2, .et_pb_column_1_5 h2, .et_pb_column_1_6 h2, .et_pb_column_2_5 h2 {
    font-size: 40px;
}

.et_pb_module h3, .et_pb_column_1_3 h3, .et_pb_column_1_4 h3, .et_pb_column_1_5 h3, .et_pb_column_1_6 h3, .et_pb_column_2_5 h3 {
    font-size: 34px;
}

.et_pb_module h4, .et_pb_column_1_3 h4, .et_pb_column_1_4 h4, .et_pb_column_1_5 h4, .et_pb_column_1_6 h4, .et_pb_column_2_5 h4 {
    font-size: 21px;
}
	
.et_pb_module h5, .et_pb_column_1_3 h5, .et_pb_column_1_4 h5, .et_pb_column_1_5 h5, .et_pb_column_1_6 h5, .et_pb_column_2_5 h5 {
    font-size: 22px;
}	
	
.et_pb_module h6, .et_pb_column_1_3 h6, .et_pb_column_1_4 h6, .et_pb_column_1_5 h6, .et_pb_column_1_6 h6, .et_pb_column_2_5 h6 {
    font-size: 21px;
}	
}