/* REINITIALIZE */
@charset "UTF-8";
* { box-sizing: border-box; animation-fill-mode: forwards !important; transition-timing-function: ease-in-out; }
a { text-decoration: none; color: inherit; transition: .3s;}
ul { margin: 0; }
img { pointer-events: none; }

/* PAGE */

	.wrapper { margin: 40px 0; }

	main { overflow: hidden; display: flex; justify-content: stretch; align-content: stretch; line-height: 1.3; }

	main.homepage h1 { display: flex; font-size: 0; line-height: 0; }

	footer { font-size: 13px; margin-top: 30px; position: absolute; bottom: 0; }
	footer p { margin: 0; }

	.remodal-img { cursor: pointer; display: block; }
