/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://hypmarketing.dk
 Description:    Divi Child Theme
 Author:         Jacob Juul
 Author URI:     
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */


/* Tablet */

@media only screen and (max-width: 1200px) {

	.et_pb_menu ul li a {
		color: black !important;
		font-size: 20px !important;
	}
	
	.et_pb_menu .et_mobile_nav_menu {
		margin-top: -10px;
	}
	
}


/* Telefon */

@media only screen and (max-width: 450px) {
	
	
	
}