/**handles:flatsome-style**/
/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

body {
	xbackground-image: url("https://dreesejuweliers.nl/wp-content/uploads/bg-papier.jpg");
	xbackground-size: cover;
}

#wrapper, #main {
    background-color: transparent;
}

#masthead .container {
	max-width: 100vw;
	padding: 0 2em 0 0;
}

.nav>li>a {
	color: #484138;
}

	.nav>li.active>a, .nav>li>a:hover {
		color: #a5712e;
	}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}