body {
	background-color: #333; /* charcoal bg */
	color: white;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background-image: url("images/flames-bg-left.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
}
body, .normfont, .csoon {
	font-family: "EB Garamond", Garamond, Georgia, "Times New Roman", Times, serif;
}
a {
	color: white;
}
a:visited {
	color: white;
}
a:active, a:hover {
	color: red;
}
.outwrap {
}
.banner {
	text-align: center;
	display: block;
	height: 15vh;
	padding-top: 2vw;
	margin-bottom: 0.5em;
}
.thish1 {
	display: block;
	font-family: 'Raleway', Tahoma, Verdana, Arial, sans-serif;
	font-size: 6.25em;
	line-height: 90%;
/*	text-shadow: 4px 4px 6px #666; */
	padding-bottom: 0;
	margin-bottom: 0.5vh;
}
.red-shade {
/*
	text-shadow: 4px 4px 6px #c00000;
*/
	color: #C8102E;
}
.thish2 {
	font-family: 'Stardos Stencil', Tahoma, Verdana, Arial, sans-serif;
	text-align: center;
/*	font-style: italic; */
	font-weight: 400;
	font-size: 3.75em;
	line-height: 95%;
	text-shadow: 4px 4px 6px #666;
	margin: 0;
	padding: 0;
}
.byline {
	text-align: center;
	font-size: 2.25em;
	font-weight: 600;
	line-height: 85%;
}
.csoon {
	font-size: 1.9em;
	font-style: italic;
	margin-bottom: 0;
	padding-bottom: 0;
}
.ibwrap {
	padding: 0;
	text-align: right;
	margin-right: 10vw;
}
.ibtn {
	font-family: 'Josefin Sans', Tahoma, Verdana, sans-serif;
	font-size: 2em;
	text-decoration: none;
	padding: 8px 8px 5px 8px;
	border: 8px outset;
	border-radius: 10px;
}
.cwrap01 {
	float: left;
	text-align: center;
	width: 24vw;
	margin-left: 8vw;
	margin-right: 1vw;
	margin-bottom: 2em;
}
.cimg {
	padding-top: 2vh;
	display: block;
	width: 98%;
	box-shadow: 5px 5px 7px grey;
}
.twrap01 {
	float: left;
	text-align: center;
	width: 64vw;
}
.lwrap01, .lwrap02 {
	display: block;
	padding-top: 0;
	margin-top: 0;
	text-align: center;
}
.lwrap01 {
	margin-left: 65vw;
	width: 25vw;
	height: 15vw;
}
.lwrap02 {
	clear: both;
/*	background-color: #5b1369;
	border-radius: 10%; */
}
.dplogo {
	width: 35%;
}
/* large */
@media only screen and (min-width: 601px) {
	.tandcwrap, .lwrap02 {
		display: none;
	}
}
/* small */
@media only screen and (max-width: 600px) {
	.outwrap {
		font-size: 0.9em; 
	}
	.banner {
		padding-top: 0;
	}
	.cwrap01, .twrap01, .lwrap01 {
		display: none;
	}
	.tandcwrap {
		text-align: center;
	}
	.cimg {
		display: block;
		width: 50%;
		margin-left: 24%;
	}
	.thish1 {
		padding: 0;
		margin-top: 4vh;
		font-size: 3.5em;
	}
	.thish2 {
		padding: 0;
		margin-top: 2vh;
		font-size: 2em;
	}
	.byline {
		font-size: 2em;
	}
	.ibwrap {
		margin-top: 2vh;
	}
	.ibtn {
		font-size: 1.5em;
	}
	.lwrap01 {
		float: none;
	}
	.csoon {
		font-size: 1.5em;
		font-style: italic;
		margin-bottom: 2vh;
	}
}
/* smaller */
@media only screen and (max-width: 400px) {
	.thish1 {
		padding: 0;
		margin-top: 4vh;
		font-size: 3.5em;
	}
}
