body {
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
	background-color: #000;
	margin: 0;
}
div#background {
	background-image: url("../images/po_90A0886.jpg");
	background-size: cover;
	background-position: 50% 20%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	width: 100vw;
	height: 200vh;
	z-index: 0;
	position: absolute;
    animation: fadeInAnimation ease 4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
div#background-plan {
	background-image: url("../images/po_90A0886.jpg");
	background-size: cover;
	background-position: 50% 20%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	width: 100vw;
	height: 200vh;
	z-index: 0;
	position: absolute;
	opacity: 0.33;
}
@keyframes fadeInAnimation {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0.33;
	}
}



}
main {
	position: relative;
	width: 100%;
	z-index: 1;
}
div#container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
div.container-first {
    animation: fadeInAnimation2 ease 4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes fadeInAnimation2 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
div#content {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	margin-top: 6rem;
}
div#content p, div.photo-caption p, div#password p {
	font-family: georgia, times, serif;
	line-height: 1.5em;
	opacity: 0.5;
	color: #fff;
}
div#content p, div#password p {
	font-size: 1.5rem;
}
div#content p a, div#password p a {
	color: #fff;
}
div.photo-caption p {
	font-size: 1.2rem !important;
}
div#password {
	padding-top: 1rem;
	opacity: 0.5;
	text-align: center;
}
input#password-field {
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	outline: 0;
	width: 20%;
}

h1 {
	font-weight: normal;
	letter-spacing: 0.05em;
	font-size: 3rem;
	cursor: default;
}
h1 a {
	color: #fff;
	text-decoration: none;
}
h2 {
	font-size: 2rem;
}
div#header {
	padding-top: 2rem;
	text-align: center;
	opacity: 0.5;
	color: #fff;
}


table#album-thumbnails {
	border: 0;
}
td.album-thumbnail {
	color: #fff;
	padding: 1rem;
	letter-spacing: 0.05em;
	vertical-align: top;
	width: 30% !important;
}
td.album-thumbnail img {
	width: 100%;
	margin-bottom: 1rem;
}
td.album-thumbnail hr, div#photo-display hr {
	width: 100%;
	border: 0;
	height: 1px;
	background-color: #fff;
	opacity: 0.5;
	margin-bottom: 1rem;
}
td.album-thumbnail h2 {
	opacity: 0.5;
}

div.photo-display {
	width: 100%;
}
div.photo-display img {
	width: 100%;
	border-radius: 1.5rem;
}
div.photo-display h2 {
	color: #fff;
	opacity: 0.5;
}
div.photo-caption {
	padding-top: 1rem;
	padding-bottom: 3rem;
}
a.back-link {
	font-size: 0.75em;
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
	font-style: italic;
	text-decoration: none;
}


@media only screen and (max-width: 1000px) {
	div#container {
		width: 95%;
	}
	div#content {
	width: 90%;
	}
	h1 {
		font-size: 5rem;
	}
	h2 {
		font-size: 3rem;
	}
	div#content p, div.photo-caption p, div#password p {
		font-size: 1.75rem;
	}
	input#password-field {
		font-size: 2.75rem;
		width: 50%;
	}
}
