/*!
Theme Name: Eventagy
Theme URI:
Author: Zemez
Author URI:
Description: Kava child theme.
Template: kava
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eventagy
*/



.menu-main-container ul{
    display:flex ;
    flex-direction: row;
    justify-content: center;
}
.menu-main-container ul li{
    list-style-type: none;
    margin-right:30px;
}

.menu-main-container ul li a{
    font-family: "Oswald", Sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    color:#fff;
    transition: all 0.3s ease;
}
.menu-main-container ul li a:hover{
    transition: all 0.3s ease;
    color:#4fd5ed;
}
