
main.page_description {
	box-sizing: inherit;
	padding-top: 2.2rem;
}

div.page_cover {
	display: grid;
	grid: [track] 100%/[track] 100%;
	height: 480px;
	border-bottom: 4px solid #F19798;
}

img.cover_img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	grid-area: track;
}

div.cover_title {
	grid-area: track;
	display: flex;
	justify-content: center;
	align-items: center;
}

div.cover_title h1{
	font-size: 4.5rem;
	text-align: center;
	font-weight: bold;
	letter-spacing: 4px;
	text-shadow: 4px 4px #F19798;
}

@media screen and (max-width: 500px) {
	div.cover_title h1 {
		font-size: 3rem;
	}
}

div.desc_body {
	padding: 3.5rem calc(3vw + 6%);
}

div.desc_body {
	box-sizing: inherit;
}

aside.desc_sidenav {
	display: none;
}

div.desc_content {
	box-sizing: inherit;
}

.desc_content img {
	/* max-width: 45rem;
	max-height: 45rem; */
	max-width: 80vw;
	max-height: 80vh;
}

.desc_content figure {
	margin: 1.4rem 0;
}

.desc_content figcaption {
	margin: 1.2rem 0;
	line-height: 1.4;
}

.desc_content figcaption > span:nth-child(1) {
	margin-right: .6rem;
	color: #F19798;
	font-size: 1.05rem;
	font-weight: 700;
}

.desc_content figcaption > span:nth-child(2) {
	font-weight: 600;
}

.desc_content table {
	margin: 2rem 0;
	border-collapse: collapse;
	overflow-x: auto;
	display: -webkit-box;
}

.desc_content thead th {
	padding: .6rem 0;
	vertical-align: bottom;
	font-weight: 600;
	color: #656565;
}

.desc_content tbody tr {
	border-top: 1.5px solid #aaa;
}

.desc_content thead th:not(:last-child),
.desc_content tbody td:not(:last-child) {
	border-right: 1.5px solid #aaa;
}

.desc_content tbody td {
	padding: .8rem;
	vertical-align: middle;
}

.desc_content tbody th {
	vertical-align: middle;
	border-right: 1.5px solid #aaa;
	font-weight: 600;
	padding-right: .8rem;
	color: #656565;
	line-height: 1.4;
}

.desc_content tbody p {
	font-size: 0.95rem;
	line-height: 1.4;
	margin: .5rem 0;
	font-weight: 500;
}

.desc_content h2 {
	padding-top: 1.5rem;
	font-size: 2rem;
	margin-bottom: .6rem;
	font-weight: 600;
	line-height: 1.4;
}

.desc_content h3 {
	padding-top: 1rem;
	font-size: 1.4rem;
	margin-bottom: 1rem;
	font-weight: 600;
}

.desc_content h4 {
	padding-top: 1rem;
	font-size: 1.2rem;
	margin-bottom: 1rem;
	font-weight: 600;
}

.desc_content h5 {
	padding-top: 1rem;
	font-size: 1.15rem;
	margin-bottom: 1rem;
	font-weight: 600;
	line-height: 1.4;
}

.desc_content p {
	margin: 1em 0;
	line-height: 1.8;
	font-size: 1.1rem;
	font-weight: 400;
}

.desc_content ol {
	display: flex;
	flex-direction: column;
	row-gap: .4rem;
	margin: 1rem 0 1rem 2.6rem;
}

.desc_content li {
	list-style-position: outside;
	list-style-type: decimal;
	padding-left: .4rem;
	line-height: 1.4;
	font-size: 1.1rem;
}

.desc_content li::marker {
	font-weight: 600;
}

ol.ref_list>li {
	font-size: 1rem;
}
