/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Kristoffer Pihlfelt
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */



/*-----------------Menu Icons to Replace Text (HOUSE ICON) ---------------- */
 
.menu-home a {
    font-family: 'ETmodules';
    font-size: 18px!important;
    color: white!important;
}
 
.menu-home a:hover {
    color: #8dc63f!important;
}

#main-header {
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.0) !important;
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.0) !important;
    box-shadow: 0 1px 0 rgba(0,0,0,.0) !important;
}


