body
{
	background-color: #F0F0F0;
	font-family: "Carlito", system-ui, -apple-system, sans-serif;
}

	#main-bg
	{
		background-image: url('/public/imgs/bg.webp');
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
	}

	.text-shadow
	{
		text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
	}
	
	
	/*
		Background
	*/
	
	.bg-page
	{
		background-size: 50%;
		background-position: bottom right;
		background-repeat: no-repeat;
	}
	
	#faq-page
	{
		background-image:
			linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%),
			url('/public/imgs/faq-bg.webp');
	}
	
	#agents-page
	{
		background-image:
			linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%),
			url('/public/imgs/agents-bg.webp');
	}
	
	#contact-us-page
	{
		background-image:
			linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%),
			url('/public/imgs/contact-us-bg.webp');
	}
	
	#locations-page
	{
		background-image:
			linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%),
			url('/public/imgs/locations-bg.webp');
	}
	
	#fleet-page
	{
		background-image:
			linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%),
			url('/public/imgs/fleet-bg.webp');
	}
	
	#reservation-page
	{
		background-image:
			linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 1) 100%),
			url('/public/imgs/reservation-bg.webp');
		background-position: top center;
	}