/*
Theme Name: Divi Child
Theme URI: https://www.elegantthemes.com/gallery/divi
Description: Child theme for Divi
Author: Yenmin Dev
Author URI: https://yenmin.com
Template: Divi
Version: 4.0.0
*/

/* Your custom CSS below */


body{
	margin: 0;
	padding:0;
}
/* heading-font */
h1{
	font-family:poppins;
	font-size:56px;
	line-height:69px;
}
h2{
	font-size:50px;
	line-height:65px;
}
h3{
	font-size:31px;
	line-height:84px;
}
h4{
	font-size:22px;
	line-height:62px;
	font-weight:400;
}
h5{
	font-size:20px;
	line-height:24px;
	font-weight:400;
}
h6{
	font-size:16px;
	line-height:26px;
	font-weight:500;
}

/* padding */
.space-top-bottom{
	padding:60px 0;
}

/* footer */
.footer #menu-header{
	display:block;
}
.footer p{
	font-size:13px;
	line-height:21px;
	font-weight:400;
}


@media (max-width: 980px) {
	.footer .et_pb_blurb_content {
		margin: 0;
	}

	.footer .mobile_nav {
		display: none;
	}

	.footer .et_pb_menu .et_pb_menu__menu {
		display: block;
		
	}
	
	.footer .et_pb_menu__wrap{
	justify-content:flex-start!important;	
	}
	
