/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://flexypanel.hu
 Description:  Child Theme for Divi
 Author:       Gabor Turi
 Author URI:   https://marketingdrops.hu
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/


/*****Set up font-family if neccessary*****/

/*h1, h2, h3, h4, h5, h6 {
	font-family: write here the set up headline font, Verdana, Arial, Serif;
}

/*body {
	font-family: write here the set up body font, Verdana, Arial, Serif;
}

/*****Set up copyright raw font size*****/
#footer-info {
  font-size: 16px;
  color: rgba(255,255,255,0.8);
  font-weight: 700;
}

/***.et_pb_section {
  min-height: 100vh;
}
