body {
	background-color: #152346; /* night sky bg */
	color: navy;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background-image: url("images/wall-with-cameras-lianhao-qu-faded-blue-02.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
}
body, .normfont, .thish2 {
	font-family: "EB Garamond", Garamond, Georgia, "Times New Roman", Times, serif;
}
a {
	color: navy;
}
a:visited {
	color: navy;
}
a:active, a:hover {
	color: white;
}
.outwrap {
}
.banner {
	text-align: center;
	display: block;
	margin-top: 12vh;
	margin-bottom: 2.5em;
}
.bpwrap {
	display: block;
}
.thish1 {
	display: block;
	font-family: 'Orbitron', sans-serif;
	font-size: 5em;
	line-height: 90%;
	text-shadow: 4px 4px 6px #8080f0;
}
.thish2 {
	display: block;
	text-align: center;
	font-size: 3em;
	padding-top: 0;
	padding-bottom: 0;
	margin: 1vh 2vw 3vh 2vw;
}
.ibwrap {
	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;
}
.cwrap {
	text-align: left;
	margin-left: 2vw;
	margin-right: 2vw;
	margin-bottom: 2em;
}
.pdftag {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: .65em;
}
/* large */
@media only screen and (min-width: 601px) {
	.outwrap {
		font-size: 1.1em;
	}
	.banner {
		margin-bottom: 1em;
	}
	.bpwrap {
		float: left;
		width: 32.5vw;
	}
	.thish1 {
		float: left;
		width: 100vw; /* 33 */
	}
	.bpic {
		width: 90%;
	}
}
/* medium */
@media only screen and (max-width: 1350px) {
	.thish1 {
		font-size: 6em;
	}
}
/* small */
@media only screen and (max-width: 600px) {
	.outwrap {
		font-size: 0.9em; 
	}
	.banner {
		margin-bottom: 3.25em;
	}
	.bpwrap {
		height: 4.5vh;
	}
	.bpic {
		height: 98%;
	}
	.thish1 {
		padding: 0;
		margin-top: 4vh;
		font-size: 5em;
	}
	.ibwrap {
		margin-top: 2vh;
	}
	.ibtn {
		font-size: 1.5em;
	}
}
/* smaller */
@media only screen and (max-width: 400px) {
	.thish1 {
		padding: 0;
		margin-top: 4vh;
		font-size: 3.5em;
	}
}
