body {
	background-color: #aeadab; /* sepia bottom right */
	color: black;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background-image: url("images/beth-macdonald-lodz-broken-window-sepia-04.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
body, .normfont, .csoon {
	font-family: "EB Garamond", Garamond, Georgia, "Times New Roman", Times, serif;
}
a {
	color: black;
}
a:visited {
	color: black;
}
a:active, a:hover {
	color: red;
}
a.flink {
	color: #8B0000;
	text-decoration: none;
}
.outwrap {
}
.banner {
	display: block;
	text-align: center;
	width: 90vw;
	margin-left: 5vw;
}
.thish1 {
	display: block;
	text-align: center;
	font-family: 'Big Shoulders Stencil Display', Tahoma, Arial, sans-serif;
	font-size: 12em;
	line-height: 95%;
	color: black;
	text-shadow: 4px 4px 6px red;
	padding-bottom: 0;
	margin-bottom: 0.5vh;
}
.thish2 {
	display: block;
	text-align: center;
	font-family: 'Stoke', serif;
	font-size: 3em;
	line-height: 110%;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 2vw 2vh 2vw;
}
.ibwrap {
	padding: 0;
	margin-top: 0.5vh;
	text-align: center;
}
.ibtn {
	font-family: 'Josefin Sans', Tahoma, Verdana, sans-serif;
	font-size: 2.25em;
	text-decoration: none;
	padding: 8px 8px 5px 8px;
	border: 8px outset;
	border-radius: 10px;
}
.pdftag {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: .65em;
}
<!-- fatemeh-momtaz-azadi-sq-sepia-small.jpg -->
/* smaller */
@media only screen and (max-width: 400px) {
	body {
		background-position: top right;
	}
	.thish1 {
		font-size: 4em;
	}
	.thish2 {
		font-size: 2.15em;
		padding-bottom: .5em;
	}
	.ibtn {
		font-size: 1.5em;
	}
}
/* small */
@media only screen and (max-width: 600px) {
	body {
		background-position: top right;
	}
	.thish1 {
		font-size: 6em;
	}
	.thish2 {
		font-size: 1.9em;
		padding-bottom: .5em;
	}
	.ibtn {
		font-size: 1.75em;
	}
/* large-ish */
@media only screen and (min-width: 601px) {
}

