@media screen and (max-width: 992px)
{
.show_desktop_only
{
	display:none !important;
}

}
@media screen and (max-width: 600px)
{
.sidenav
{
	padding-top:5rem !important;
}
.hide_from_tab
{
	display:none !important;
}
.app-bar
{
	height:10% !important;
}
.logo_event
{
	height:65%;

}	
.my_menu
{
	margin-right:12px !important;
}
.p7
{
	-webkit-transform:translateY(60px);
	-ms-transform:translateY(60px);
	transform:translateY(60px);
}
.bannerTxtPad
{
	margin-left:-20% !important;
}

}
@media screen and (max-width: 375px)
{
.sidenav li
{
	height:2.8rem !important;
}
.app-bar
{
	height:9% !important;
}	
#intro li div h3 
{ 
	font-size:1.2rem !important;
}
.show_mobile_only
{
	display:block !important;
}
.hide_on_mobile
{
	display:none !important;
}
.news_bg, .competition_bg, .pa_bg, .abt_bg
{
	height:300px !important;	
}


}

