html {
	font-size: 100%;
}
* {
      box-sizing: border-box;
}
body {
	background: #fff;
	font: 1em Arial, sans-serif;
	color: #333;
}
.container {
	max-width: 52em;
	background: #fff;
      border: none;
      box-shadow: none;
      margin: 0.5em auto;
      padding: 0 1em;
}
h1 {
	font-size: 1.5em;
      color: maroon;
      font-weight: bold;
      font-family: ABeeZee;
}
h1 img {
      display: none;
}
h2 {
	font-size: 1.25em;
      margin-top: 0.25em;
      font-family: ABeeZee;
}
h3 {
      font-size: 1.1em;
      font-weight: bold;
      font-family: ABeeZee;
}
h3 span {
      font-weight: normal;
      font-size: 1em;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	line-height: 1.5;
}
.image-display {
	max-width: 25em;
	margin: 1.5em auto 2em auto;
}
.image-display h2 {
	text-align: center;
}
.image-display img {
	border-radius: 0.25em;
	display: block;
}
.image-display span {
	display: block;
	text-align: center;
}
.image-display span:first-child {
	margin: 0 0 0.5em 0;
}
.image-display span:first-child strong {
	padding-right: 0.25em;
}
.image-display span:last-child {
	margin-top: 0.5em;
}
.thumbnails {
      height: 12em;
      overflow: scroll;
	border: thin solid LightGray;
	border-radius: 0.25em;
      padding: 0 1em;
      background: Ivory;
      margin-bottom: 2em;
}
.thumbnails ul {
	margin: 0 0 1.5em 0;
      padding: 0;
      list-style: none;
}
.thumbnails ul:last-of-type {
      margin-bottom: 1em;
}
.thumbnails ul li {
	display: inline-block;
      margin-right: 0.25em;
      margin-top: 0.5em;
}
.thumbnails ul li img {
	cursor: pointer;
	outline: medium solid transparent;
}
i.fa-home {
	font-size: 1.5em;
      transition: color 0.15s;
}
i.fa-home:hover {
      color: orange;
}
i.fa-home span.home {
      display: none;
}
.no_script {
	background: #e0e0e0;
	padding: 0.5em 0.375em;
	margin: 0 0 1em 0;
}
header {
	border-bottom: thin dotted #a1a1a1;
}
footer {
      padding: 1em 0;
      text-align: center;
	border-top: thin dotted #a1a1a1;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer ul li {
	display: block;
}
footer ul li:first-child {
      margin-bottom: 1em;
}
footer ul li:first-child span {
      display: none;
}
footer div:first-of-type {
      margin-top: 1.5em;
}
a:link {
      text-decoration: underline;
}
a:visited {
	color: purple;
}
a:active {
      color: purple;
}
a:hover {
      text-decoration: none;
}
a:focus {
        text-decoration: none;
        outline-offset: 2px;
}

/* Large Screens */

@media only screen and (min-width:700px) {
body {
      background-color: #708090;
}
.container {
	border: thin solid transparent;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	border-radius: 0.25em;
      padding-left: 1.5em;
      padding-right: 1.5em;
      padding-bottom: 0.625em;
	margin: 2em auto;
}
h1 {
	font-size: 2em;
}
footer ul li {
	display: inline;
}
footer ul li:first-of-type span {
	display: inline;
	padding: 0 0.125em 0 0.5em;
}
header h1 img {
      display: inline;
	margin: 0 0 0 0.25em;
	width: auto;
	height: auto;
	vertical-align: middle;
}
.thumbnails {
      height: 16em;
      max-width: 85%;
}
}


/* Extra Large Screens */

@media only screen and (min-width: 1600px){
.container {
	max-width: 56.25em;
}
}