body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(img/bg01.jpg);
	background-repeat: no-repeat;
 	background-attachment: fixed;
	background-size: cover;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #600;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Times New Roman, serif;
	font-weight: bold;
}
h1 { 
	font-size: 24px;
	line-height: 24px;
}
h2 { 
	font-size: 18px;
	line-height: 24px;
}
h3 { 
	font-size: 24px;
	line-height: 36px;
	text-transform: uppercase;
}
h3:before,
h3:after {
	content: '\2660';
	font-size: 30px;
	color: #600;
	padding: 0 5px;
}

ol li {
	margin-bottom: 10px;
}

.site-head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid #000;
}
.site-logo {
	display: block;
	float: left;
	width: 400px;
	height: 62px;
}
.site-nav {
	float: right;
	display: flex;
	list-style-type: none;
	justify-content: center;
	font-family: Times New Roman, serif;
	text-transform: uppercase;
	font-weight: bold;
	padding-right: 10px;
	padding-top: 5px;
}
.site-nav li {
	margin: 0 10px;
}
.site-nav a:hover {
	text-decoration: none;
	color: #000;
}
.site-nav a:before,
.site-nav a:after {
	content: '\2660';
	font-size: 18px;
	color: #600;
	padding: 0 5px;
}


.site-wrap {
	clear: both;
	margin: 90px 20px;
}

.spade-logo {
	width: 400px;
	display: block;
	margin: 180px auto 0;
}

.section-target {
	display: block;
	height: 100px;
}
.section {
	max-width: 1000px;
	padding: 40px;
	margin: 0 auto ;
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid black;
	border-radius: 5px;
	box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.2);
}

.interstitial {
	display: block;
	width: 100%;
	max-width: 1040px;
	margin: 80px auto 0;
	border: 1px solid #000;
	box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.2);
}

.foot-img {
	margin: 80px auto 0;
	border-bottom: none;
}
.foot-msg {
	font-weight: bold;
	font-size: 24px;
	font-style: italic;
	font-family: Times New Roman, serif;
	text-transform: uppercase;
	text-align: center;
	background: rgba(255,255,255,.75);
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
	max-width: 1040px;
	border: 1px solid #000;
	border-top: none;
	box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.2);
}


@media screen and (max-width: 1000px) {
	.site-logo {
		float: none;
		margin: 0 auto;
	}
	.site-nav { 
		float: none; 
		padding: 0;
	}
	.site-wrap {
		margin-top: 160px;
	}
	.spade-logo {
		width: 300px 
	}
	.section-target {
		height: 140px;
	}
}