.btn{
	display: inline-block;
	background-color: var(--off-black);
	color: var(--white);
	width: auto;
	padding-block: 0.5rem;
	padding-inline: 1.5rem;
	margin-top: 0.5rem;
	border: solid 1px var(--white);
	text-decoration: none;
	text-align: center;
}.btn:visited, .btn:hover{
	color: var(--white);
}.showmore{
	display: block;
	max-height: 0;
	opacity: 0;
	transition: all 500ms ease-in;
}.textmore{
	text-decoration: none;
	text-transform: uppercase;
	font-family: starling, serif;
	font-weight: 600;
	letter-spacing: 0.04em;
	cursor: pointer;
}span.more{
	text-decoration: none;
	text-transform: uppercase;
	font-family: starling, serif;
	font-weight: 600;
	letter-spacing: 0.04em;
}#mbtn{
	display: none;
}