body {
	margin: 0;
	color: #efefef;
	background: #000 url(img/bg2.jpg) center top no-repeat fixed;
	background-size: cover;
	font: 100%/1.4em system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
          Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
          "Segoe UI Emoji", "Segoe UI Symbol";
	-webkit-font-smoothing: antialiased;
}

a {
	color: white;
}

	a:hover {
		color: #9cf;
	}


header, section {
	position: relative;
	display: block;
	width: 640px;
	margin: 0 auto;
}
@media (max-width: 640px) { header, section { width: auto; } }

header {
    padding-top: 40px;
}

#google_translate_element
{
	position: absolute;
	top: 1rem; right: 1rem;
    z-index: 999;
}

#logo, address { text-align: center; }

#logo img {
	width: 300px;
	height: 244px;
}

address {
	font-style: normal;
	font-size: 12px;
	color: #aaa;
	margin: -3rem 0 2rem 0;
	text-shadow: 0 1px black;
}
address a {
	color: #aaa;
}

p { line-height: 1.5 }
@media (max-width: 640px) { p { font-size: 16px; } }

.social {
    height: 38px;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social iframe { vertical-align: middle; }
.social .social-share-button {
	margin-top: 8px;
}

section {
	padding: 0 1em;
}

	section p.img {
		text-align: center;
		margin: 2em 0;
	}

		section p.img img {
            background-color: #222;
			border: solid 10px white;
			box-shadow: 0 0 15px black;
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            object-fit: cover;
		}

	section div.video {
		text-align: center;
	}
    .video iframe {
        width: 100%;
        height: 100%;
        aspect-ratio: 3/2;
    }

	section h1, section h2, section h3 {
		font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: 900;
	}

	section h1 {
		color: #000;
		font-size: 1.5em;
		line-height: 1.5em;
		letter-spacing: 1px;
		text-shadow: 1px -1px 0 white, -1px 1px 0 white, -1px -1px 0 white, 1px 1px 0 white;
	}

	section h2
	{
		color: #c9f;
		font-size: 1.2em;
	}

	section h3
	{
		font-size: 1.1em;
		margin-bottom: 0;
		color: #fc9;
	}

		h3 + p { margin-top: 0; }

blockquote
{
	border: outset 2px #999;
	background: #555 url(img/bg-blockquote.jpg) top left repeat-y;
	padding: 1em; margin: 2em 1em;
	font-size: 14px;
	font-family: Monaco, Menlo, Consolas, "Courier New", Courier, monospace;
	box-shadow: 0 0 5px black;
    text-shadow: 1px 1px 0 black;
}

#credits {
	font-style: italic;
}

#last-updated {
    margin-bottom: 80px;
	font-size: smaller;
	color: rgba(255,255,255,.7);
}
#last-updated a {
	color: rgba(255,255,255,.7);
}