@media (max-width: 700px) {
	body > .container {
		margin-bottom: 3rem;
	}
	.page {
		display: block;
	}
	.page-image {
		position: relative;
		width: 100%;
		height: 350px;
		max-height: 350px;
		background-attachment: scroll;
	}

	.page-text {
		margin-top: 0;
		width: 100%;
		padding: 3rem 1rem;
	}

	.page-buttons {
		left: 1rem;
	}

	.container-fluid {
		padding: 0;
	}

	.page-title {
		right: auto;
		left: 3rem;
	}

	footer {
		position: sticky;
		bottom: 100vh;
		left: 0;
		right: 0;
		z-index: 100000;
	}

	.timeline:before {
		left: auto;
		right: 30px;
	}

	.timeline-white {
		border: 0;
	}

	.timeline-month, .timeline-year {
		margin-left: auto;
		margin-right: 0;
		text-align: right;
	}
}

.bio-mobile {
	position: absolute;
	bottom: 0rem;
	text-transform: uppercase;
	width: 100%;
	font: 1rem/1.4rem "Open Sans", arial, sans-serif;
	overflow: hidden;
	text-align: center;
}

.bio-mobile h2 {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 1rem 0;
}

.bio-mobile hr {
	border-color: rgb(var(--red));
	margin: 0.25rem;
}

.bio-mobile p {
	margin: 0.25rem 0;
}

@media (max-height: 768px) and (min-width: 990px) {
	.bio {
		font-size: 1.3rem;
		line-height: 1.8rem;
	}

	.bio hr {
		margin: 0.25rem 0;
	}
	.bio h2 {
		font-size: 1.6rem;
	}
}