/*
Theme Name: hello elementor child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
#menu-main-menu {
  text-align: right;
	padding-left:0;
}
#menu-main-menu li {
  display: inline;
  padding: 10px;
}



@media screen and (max-width:480px){
	#menu-main-menu {
		text-align:center;
}
}