/* swatches
blue: #0098c6 rgba(0, 52, 198, 1);
orange: #ef760a rgba(239, 118, 10, 1);
*/
body {
	font: 62.5% teenregular, Tahoma, Geneva, sans-serif;
	color: #ef760a;
	background: #000 url(images/tiled-background.jpg);
	margin: 20px auto;
}
section {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.card {
	width: 1050px;
	height: 650px;
	margin: 0 auto 3em;
	background: url(images/business-card-graphic-website.png) center / 100% no-repeat;
}
.card:hover {
	background: url(images/business-card-audio-video.png) center / 100% no-repeat;
}
h1 {
	font: 3em teenregular;
	color: #ef760a;
	text-align: center;
	letter-spacing: .010em;
	margin-top: .25em;
}
h1 a:link, h1 a:visited {
	color: #ef760a;
	text-decoration: none;
	border-radius: 20px;
	padding: .25em;
	transition: 1s;
}
h1 a:hover {
	color: #0098c6;
	border-bottom: 2px dotted #0098c6;
	background: rgba(255, 255, 255, .25);
}
h1 a:active {
	color: #ef760a;
}
