/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Cambiar fondo del header */
.fusion-header {
  background: url('https://source.unsplash.com/1600x500/?marsh,water') center/cover no-repeat;
  background-color: #005dab;
  color: white;
}

/* Cambiar color de los enlaces del menú */
.fusion-main-menu > ul > li > a {
  color: white !important;
}

/* Color cuando se pasa el mouse */
.fusion-main-menu > ul > li > a:hover {
  color: #4c838f !important;
}
