/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* Hide Divi Main Navigation Menu */
#main-header { display:none; }
#page-container { 
	padding-top:0px !important; 
	margin-top:-1px !important 
}


@font-face {
    font-family: 'museo300';
    src: url('fonts/Museo300-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body { 
font-family: 'museo300', Constantia, Helvetica, arial, sans-serif!important; 
}