/* Roundhouse Designs styles and overrides.
--------------------------------------------- */

.welcome-text {
	color: white;
	text-align: center;
}

.welcome-text > p {
	font-size: 1.1em;
	display: block;
	max-width: 800px;
	margin: 1em auto;
	padding: 1em 2em;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
}

.welcome-text + .grid-x {
	margin-top: 1em;
}

.venue-address p {
	margin: 0;
}