/*======================================
Theme Name: Custimizer
Description: Child theme
Version: 1.0
Author: Erwin ten Ham
Author URI: https://www.erwintenham.nl
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

.menubar {
	transition: all 0.5s;
	top:-100px!important;
}
.menu {
	display: block;
}
.menubarscrolled {
	top:0px!important;
}

	
	