/*

Theme Name: Ccity Hello Elementor Child

Theme URI: https://github.com/elementor/hello-theme/

Description: Hello Elementor Child is a child theme of Hello Elementor, created by CyberCity 

Author: CyberCity

Author URI: https://cybercity.co.il/

Template: hello-elementor

Version: 1.0.1

Text Domain: cybercity-hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/

/* */
@import url("../hello-elementor/style.css");

.menudiv{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.menuitem{
    display: inline-flex !important;
	margin: 10px;
	margin-top: 0px;
    font-family: "narkisblock-regular_mfw", Sans-serif;
    font-size: 20px !important;
    /*font-weight: 600 !important;*/
}

.menuitem:hover{
    color: #ebc7bc;
}

.menuActive{
    color: #ebc7bc !important;
}

.menuNotActive{
    color: #fff9 !important;
}

