/*
Theme Name: Royal Elementor Child
Theme URI: https://seusite.com
Description: Tema filho do Royal Elementor Kit
Author: Ideia
Template: royal-elementor-kit
Version: 1.0
*/

/* Aqui entram seus estilos personalizados */

#mychead {
transition: background-color 0.3s ease;
}

/* Nas páginas internas, força já a cor */
body:not(.home) #mychead {
background-color: #741e03 !important;
}

.home section#mychead {
margin-bottom: -170px;
}


@media only screen and (max-width: 600px) {

.home section#mychead {
margin-bottom: -250px;
}

}