/*
 Theme Name:   divi-child-theme
 Theme URI:    
 Description:  Divi Child theme by hacene
 Author:       hacene
 Author URI:   
 Template:     Divi
 Version:      1.0.0
*/
/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

body {
  font-size: 14px;
}

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
  
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
  body {font-size: 16px;}
}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
  body {font-size: 14px;}
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
 
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
 
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
 body {font-size: 12px;}

}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h1, .h1 {
  font-size: 2em; 
  font-family: Montserrat,bold;
  color: #ffffff;
  
}
	h2, .h2 {
  font-size: 41.5px; 
  font-family: Montserrat,bold;
  color: #0099cc;
  }

	h3, .h3 {
  font-size: 11px; 
  font-family: Montserrat,clair;
  color: #0099cc;
 
}