body {
	bottom: 0;
	font-family: 'Century Gothic';
	left: 0;
	margin: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
}
h2 {
	margin: 1rem 2rem;
}
p {
	margin: 2rem;
}

ul {
	padding-right: 16px;
}

.scroll {
	height: 100%;
	overflow-y: scroll;
	width: 100%;
}

.top {
	box-sizing: border-box;
	display: grid;
	height: 150px;
	padding: 32px;
	place-items: center;
}
.top img {
	max-width: 622px;
	width: 100%;
}

.video {
	margin: 0 auto;
	margin-bottom: 1rem;
}
.video video {
	width: 100%;
}

.text {
	margin: 0 auto;
	max-width: 622px;
	text-align: center;
	width: 100%;
}

.dusk {
	text-align: center;
}
.dusk img {
	max-width: 622px;
	width: 100%;
}

.signature {
	margin-bottom: 2rem;
	text-align: center;
}
.signature img {
	max-width: 300px;
	width: 60%;
}

.photo {
	text-align: center;
}
.photo img {
	max-width: 622px;
	width: 100%;
}
.photo-row {
	display: grid;
	grid-auto-flow: column;
	grid-gap: 1px;
	margin: 1px auto;
	max-width: 622px;
	width: 100%;
}
.fixed-height {
	height: 233px;
}
.fixed-height img {
	height: 100%;
	object-fit: cover;
}

.details {
	margin: 0 auto;
	margin-bottom: 2rem;
	max-width: 622px;
	width: 100%;
}
.details p {
	margin-bottom: 1rem;
}

.photos {
	margin-bottom: 2rem;
}

.footer {
	background-color: black;
	color: white;
	display: grid;
	margin-top: 32px;
	padding: 64px 32px;
	place-items: center;
}
.footer a {
	color: lightblue;
}

@media (min-width: 500px) {
	.top {
		height: 250px;
	}
	.video {
  	max-width: 622px;
	}
}
