/* 
 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 --------------------------- */ 


	

 
#main-header::after {
    content: "";
    background-image: url(http://moondance.studio/wp-content/uploads/2018/02/Fullwidth_Header_Stars.jpg);
    background-size:cover;
    opacity: 1.0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.mobile_menu_bar:before{
  color:#ffffff;
}

