/*
Theme Name: Betheme
Author: Muffin group
Description: The biggest WordPress Theme ever
Theme URI: http://themes.muffingroup.com/betheme
Author URI: http://muffingroup.com
License: Themeforest Split Licence
License URI: -
Version: 16.1

All css files are placed in /css/ folder
*/
#snow{
	position:fixed;
}
.snowflake {
 position:absolute;
 width:10px;
 height:10px;
 background:linear-gradient(white,white);
 border-radius:50%;
 filter:drop-shadow(0 0 10px white)
}

body{
	overflow-x: hidden !important
}