body {
	background-color: #2e4482;
	background-image: url('images/sky-clouds.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	color: #00008B; /* midnight */
	margin: 0;
	padding: 0;
	font-family: "EB Garamond", Garamond, Georgia, "Times New Roman", Times, serif;
}
.outwrap {
	margin-left: 5vw;
	margin-right: 5vw;
	margin-top: 5vh;
}
.thish1 {
	font-family: "Fondamento", serif;
	color: white;
	font-size: 6.25em;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 90%;
	text-shadow: 4px 4px 6px #87CEEB;
}
.line03 {
	font-size: 2.75em;
	text-align: right;
	line-height: 85%;
}
.isauthor {
	font-size: 1.05em;
	text-shadow: 2px 2px #87CEEB;
}
.line04 {
	color: #00008b;
	text-align: center;
	font-size: 2em;
	margin-bottom: 0;
	padding-bottom: 0;
}
.ibwrap {
	font-size: 0.75em;
	padding: 0;
	text-align: center;
	margin-top: 3vh;
}
.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;
}
.dplogo {
	width: 10%;
}
a {
	color: #2365e6; /* #00008B */
}
a:visited {
	color: #2365e6; /* #00008B */
}
a:active, a:hover {
	color: white;
}
/* cover */
.cwrap {
	float: right;
	width: 25vw;
}
.cimg {
	margin-top: 2vh;
	display: block;
	width: 98%;
	box-shadow: 6px 6px 10px #2365e6;
}
/* title/author */
.twrap {
	float: left;
	width: 60vw;
}
/* logo */
.lwrap {
	text-align: center;
	margin-bottom: 2em;
}
/* large */
@media only screen and (min-width: 601px) {
	.outwrap {
		font-size: 1.1em;
	}
	.dplogo {
		width: 10%;
	}
}
/* small */
@media only screen and (max-width: 600px) {
	.outwrap {
		font-size: 0.9em; 
		margin-left: 3vw;
		margin-right: 3vw;
	}
	.twrap {
		margin-top: -3vh;
	}
	.ibwrap {
		clear: both;
	}
	.dplogo {
		width: 20%;
	}
}
/* smaller */
@media only screen and (max-width: 500px) {
	.outwrap {
		font-size: 0.75em; 
		margin-left: 2vw;
		margin-right: 2vw;
	}
	.twrap {
		margin-top: -7.5vh;
	}
	.ibwrap {
		clear: both;
	}
	.dplogo {
		width: 25%;
	}
}
