/*
	Theme Name:	Xtra Child
	Theme URI:	http://themeforest.net/user/Codevz/portfolio
	Description:Sample child theme of Xtra theme for customization.
	Author:		Codevz
	Author URI:	http://themeforest.net/user/Codevz
	Template:	xtra
	Version:	1.0
*/

@media (max-width: 600px)
{
body h1
{
    font-size:24px!important;
}

body h2
{
   font-size:26px!important; 
}
h2 span
{
   font-size:26px!important; 
}
h3
{
    font-size:22px!important;
}
}


.xtra-fixed-mobile-nav
{
    
    display:none!important;
}