body {
	background: #627AB6;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0;
	line-height: 24px;
}

#wrapper {
	width: 850px;
	margin: 0 auto 1rem;
	padding: 26px 26px 26px 26px;
	background: #ffffff;
}

H1,
H2,
H3,
H4,
H5,
H6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 125%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%
}

P {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	margin-left: 1em;
	margin-bottom: 0.6em;
	margin-top: 1.0em;
	line-height: 150%;
	width: auto;
}

.footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

a {
	word-break: break-all;
}


.header {
	color: navy;
	font-size: 150%;
	font-weight: bold;
	margin-left: 0;
}

li {
	font-family: Arial, sans-serif;
	font-size: 98%;
	margin: .5em;
}

table {
	margin-left: 5%
}

a:link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:visited {
	color: #000099;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}



.in {
	margin-left: 7%;
}

.in2 {
	margin-left: 5%;
	font-size: 98%
}

.indexlist {
	margin-left: 9%;
}


.google-search {
	display: block;
	text-align: left;
	margin: auto;
	max-width: 60%;
	position: relative;
	clear: both;
	margin-bottom: 2rem;
	margin-top: 2rem;
}


.footer-icons {
	margin: 1rem;
	display: flex;
	justify-content: center;
}

.footer-icons a {
	margin-left: .5rem;
}

.navlist {
	margin: 3rem 0;
	list-style-image: url("../img/highlightdot2.gif");
}

.content p {
	margin-bottom: 0;
	margin-top: 0;
}

.content p:nth-child(even) {
	margin-bottom: 1rem;
}

.googleSearchTop {
	width: 50%;
	float: right;
	margin: 1rem 0;
}

.jump-letter {
	width: 100%;
	clear: both;
	padding: 1rem .5rem;
	border-top: 1px solid #747474;
	border-bottom: 1px solid #747474;
}

.jump-letter a {
	color: darkblue;
	font-weight: 700;
}

.shareButtons {
	float: left;
	width: 40%;
	margin-top: 2rem;
}


#logo img {
	display: block;
	margin: auto;
	width: 100%;
	margin-bottom: 1rem;
}

h1 {
	padding-top: 2rem;
	clear: both;
	line-height: 30px;
}

.translate {
	position: relative;
}

.translate::after {
	content: '';
	display: table;
	clear: both;
	height: 30px;
}

@media only screen and (max-width: 600px) {
	#wrapper {
		display: block;
		margin: auto;
		width: 88%;
	}

	.googleSearchTop {
		width: 60%;
	}

	#logo img {
		width: 100%;
	}

	h1 {
		padding-top: 2rem;
		text-align: center;
	}
}

.footer {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
}

.footer img {
	width: 24px;
	height: 24px;
	margin-right: .4rem;
}

.brian {
	margin-top: 2rem;
	letter-spacing: 0.5px;
	font-size: 16px;
	font-weight: 400;
}

.google-translate {
	position: absolute;
	top: 0;
	right: 0;
}

.hr {
	border-top: 5px solid gray;
}

.wrong-link {
	font-size: 60px;
	text-align: center;
}