@charset "UTF-8";
.link-archive01{
	display : block;
	width : fit-content;
	color : #0c0602;
	-webkit-text-decoration : underline;
	text-decoration : underline;
	transition : opacity var( --transitionBase );
}
.link-archive01:hover{
	opacity : .8;
}
@media screen and ( max-width : 750px ){
	.link-archive01{
		font-size : calc( 30 var( --remBase ) );
	}
}
@media print , screen and ( min-width : 751px ){
	.link-archive01{
		font-size : calc( 18 var( --remBase ) );
	}
}

/* --------------------------------------------
BACKGROUND COLOR
--------------------------------------------- */
.bg-cream{
	background-color : #faf3d2;
}