body {
	background-color: #cccccc;
	color: black;
	margin: 0;
	background-image: url("images/blitz-truck-gm-logo-02.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
}
body, .normfont {
	font-family: "EB Garamond", Garamond, Georgia, "Times New Roman", Times, serif;
}
a {
	color: black;
}
a:visited {
	color: black;
}
a:active, a:hover {
	color: red;
}
.outwrap {
	margin: -1em 5vw 0 5vw;
	padding-top: 0;
}
.banner {
	display: block;
	text-align: center;
	padding-top: 0;
	margin-bottom: 0.75em;
}
.thish1 {
	display: block;
	font-family: "Stick no bills", "Tahoma", sans-serif;
	font-variant: small-caps;
	text-align: center;
	line-height: 85%;
	text-shadow: 2px 2px 5px #333333;
	color: red;
	font-size: 7.5em;
	margin-bottom: 0;
}
.thish2 {
	display: block;
	font-family: "Goudy Bookletter 1911", Garamond, serif;
	font-style: italic;
	font-size: 3.25em;
	text-align: center;
	color: white;
	line-height: 85%;
	text-shadow: 2px 2px 5px #333333;
	margin-top: 0;
}
.specwrap {
	text-align: left; 
	margin: 0 0.5em 0 4em; 
	color: black;
	background-color: rgba(255, 255, 255, .65);
	border-radius: 10px;
	padding: 5px;
}
.spectext {
	text-align: left;
	font-size: 1.5em; 
	padding: 0;
	margin: 0;
}
.askwrap {
	float: right;
	display: block;
	margin-top: 0.5em;
	margin-left: 65vw;
}
.asklink {
	font-size: 2em;
	font-weight: bold;
	padding: 8px;
	border: medium ridge;
	border-radius: 8px;
	background-color: rgba(255, 255, 255, .45);
}
.cover-wrap-01, .cover-wrap-02 {
	display: block;
	width: 18vw;
	float: right;
	margin: -0.5em 0 0 1vw;
	text-align: center;
	box-shadow: 4px 4px 6px #999999;
	border: 2px solis white;
}
.cover-wrap-02 {
	display: none; 
}
.cover-img {
	width: 99%;
}
/* XS */
@media only screen and (max-width: 600px) {
	.thish1 {
		font-size: 3.75em;
	}
	.thish2 {
		font-size: 1.75em;
	}
	.cover-wrap-01 {
		display: none;
	}
	.cover-wrap-02 {
		display: block;
		width: 45vw;
		text-align: center;
		float: none;
		margin: 0.5em 22vw 1em 22vw;
	}
}

/* S */
@media only screen and (min-width: 600px) {
}

/* M */
@media only screen and (min-width: 768px) {
}

/* L */
@media only screen and (min-width: 992px) {
}

/* XL */
@media only screen and (min-width: 1200px) {
}
