/*
 Theme Name: Divi Child
 Description: Child theme for Divi
 Author: Marine UIDesign
 Template: Divi
 Version: 1.0.0
 Text Domain: divi-child
*/

/* Put your custom CSS below */

h1{
	font-size:56px;
}
h2{
	font-size: 34px;
}
h3{
	font-size: 28px;
}

@media only screen and (max-width: 980px) {
	h1{	font-size:36px !important;
	}
	h2{
		font-size: 28px;
	}
	h3{
		font-size: 24px;
	}
.et_pb_menu .et_mobile_menu, .et_pb_menu .et_mobile_menu ul {
        list-style: none !important;
        text-align: left;
        padding: 24px;
        position: fixed;
        top: 62px;
    }
}