/*
 Theme Name:     Studio Lavoro
 Theme editor:   Studio Lavoro
 Description:    Studio Lavoro
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    font-family: "Temeraire", serif;
    font-weight: 900;
    font-style: normal;
}


.container.et_menu_container {
display: none;
}

.animated-logo path {
    animation: colorChange 15s infinite alternate;
}

@keyframes colorChange {
    0% {
        fill: #294B47;
    }
    100% {
        fill: #FA4600;
    }
}

