body {
	color: #FFD700;
	background-color: #0047AB;
	background-image: url("images/bed-stuy-blue02.jpg");
	background-position: top center;
	background-repeat: repeat;
/* linear-gradient(to bottom, #0047AB, navy); */
/* make the dest color same as bggolor */
	font-family: "EB Garamond", Garamond, Georgia, "Times New Roman", Times, serif;
}
.outwrap {
	display: block;
	margin-top: 0;
	margin-left: 24vw;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 1vh;
	padding-bottom: 1vh;
	padding-left: 2vw;
	padding-right: 2vw;
	border-radius: 20px;
	width: 50vw;
	background-color: rgba(0, 0, 128, .5);
}
.isbold  {
	font-weight: bold;
}
.isital {
	font-style: italic;
}
a {
	color: #FFD700;
	text-decoration: none;
}
a:visited {
	color: #FFD700;
}
a:active, a:hover {
	color: red;
}
a:hover {
	text-decoration: underline;
}
hr.shadowhr {
	height: 12px;
	border: 0;
	box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}
.thish1 {
	display: block;
	text-align: center;
	font-family: 'Caramel', cursive;
	font-size: 6em;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.thish2 {
	display: block;
	text-align: center;
	font-size: 2.25em;
	font-weight: normal;
	margin-top: 0;
	padding: 0;
}
.inqlink {
	font-style: italic;
	text-align: right;
	font-size: 2em;
	margin-right: 5vw;
}
.listhdr {
	margin-bottom: 0;
	font-size: 1.25em;
}

