
	font.welcomeFont
	{
		 
		color:#666666; 
		font-size:20px; 
		font-size:3.3vh
	}
	
	font.dealerFont
	{
		padding:1.44vh;
		
		color:#000000; 
		font-size:40px; 
		font-size:7vh;
	}
	
	font.selectFont
	{
		
		color:#999999; 
		font-size:10px; 
		font-size:2vh;
	}
	
	@media screen and (max-aspect-ratio: 990/550)
	{
			
		font.welcomeFont
		{
			font-size:1.833vw;
		}

        font.dealerFont {
            font-size: 3.889vw;
            padding: .8vw;
        }
		
		font.selectFont
		{
			font-size:1.11vw;
		}
	}