@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";	
}

header {
	padding: 0px;
	background-color: lightyellow;
}
.intro {
	padding: 20px;
	padding-bottom: 0;
	background-color: lightyellow;
}
main {
	padding: 20px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: azure;
}
footer {
	font-size: small;
	padding-top: 20px;
	background-color: lightyellow;
}

* {
	box-sizing: border-box
}

.preamble p {
	padding-bottom: 20px;
}

.preamble_img {
	/*display: flex;
	flex-wrap: wrap;*/
	width: 100%;
	max-height: 271px;
	object-fit: cover;
}

.title h1 {
	font-size: 5vw;
}

.search h2 {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 4vw;
}
.search dl {
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
}
.search dt {
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace"
}
.search dd {
	padding-left: 20px;
}
.form {
	display: block;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
}
.form form {
	display: inline-block;
	margin-left: auto;
	margin-right: auto	
}
select, input {
	background-color: white;
}

.me {
	display: flex;
	justify-content: space-evenly;
	padding-bottom: 20px;
}

.map {
	padding-top: 20px;
	display: block;
	text-align: right;
	background-color: white;
}

.update p {
	font-size: small;
	font-style: italic;
}

#theLetter {
	padding-top: 20px;
	padding-bottom: 20px;
}

.results p { 
	background-color:azure;
	padding:10px;
}
.results p:nth-child(even) {
	background-color: lightyellow;
}



.variable strong {
	color: #000085;
}

/*Mobile View */

@media screen and (max-width: 768px) {
	

}







