/* As elementor does not support all the boostrap breakpoints, let's add some specific things here */

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

header nav ul li{
padding-right:13px;
}

header nav ul li a{
font-size:14px;
}

header nav ul ul li a{
font-size:13px;
}


}