/*

My Custom CSS
=============

*/




body {
	font-family:'Avenir Next W01';
	font-size: 16px;
	line-height: 20px;
	background: url(/airshow2021/images/backgrounds/bg-trade-2021.jpg) no-repeat center top fixed;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	padding: 0px;
}

