/* HERO SECTION */
.hero-section
{
	padding: 1.5rem;
	margin: 0 auto;
	/* max-width: 1200px; */
}

	.hero-section .hero-welcome
	{
		font-size: 2.5rem;
	}

	.hero-section .hero-opening
	{
		white-space: normal;
	}

/* QUICK ACCESS BUTTONS */

.quick-access-buttons
{
	padding: 2rem 2rem;
}

	.quick-access-buttons a
	{
		text-align: center;
		/* white-space: nowrap; */
		width: 180px;
		flex-shrink: 0;
	}

