body {
	background-color: #060;
	background-image: linear-gradient(to bottom, #030, #060);
	color: white;
	margin: 0;
}
body, .normfont {
	font-family: 'EB Garamond', Garamond, Georgia, 'Times New Roman', Times, serif;
}
.outwrap {
	height: 99vh;
}
a {
	color: white;
}
a:visited {
	color: white;
}
a:active, a:hover {
	color: gold;
}
.thish1 {
	display: block;
	float: left;
	width: 66vw;
	font-family: Hurricane, cursive;
	font-size: 8em;
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 1vh;
	margin-left: -16vw;
	padding-bottom: 0;
}
.thish2 {
	display: block;
	text-align: center;
	font-family: 'Arima Madurai', 'EB Garamond', Garamond, Georgia, 'Times New Roman', Times, serif;
	font-size: 4em;
	padding-bottom: 0;
	margin-bottom: 1vh
}
.iword {
	font-family: 'Klee One', Verdana, Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.05em;
}
.mwrap01, .mwrap02 {
	display: block;
	text-align: center;
}
.mwrap01 {
	float: left;
	text-align: center;
	margin-top: 3.5em;
	width: 33vw;
}
.mwrap02 {
	float: none;
	margin-top: 2.5em;
	width: 50vw;
	margin-left: 25vw;
}
.mimg {
	width: 76%;
}
.ibtn {
	display: inline-block;
	width: 9vw;
	font-family: Tahoma, Verdana, Arial, sans-serif;
/*	font-family: 'Josefin Sans', Tahoma, Verdana, sans-serif; */
	font-size: 1.6em;
	font-style: italic;
	text-decoration: none;
	padding: 5px 5px 6px 5px;
	border: 5px outset;
	border-radius: 5px;
}
/* large */
@media only screen and (min-width: 601px) {
	.mwrap02 {
		display: none;
	}
}
/* small */
@media only screen and (max-width: 600px) {
	.thish1 {
		font-size: 4em;
		margin-top: 4vh;
		float: none;
		width: 100vw;
		margin-left: 0;
	}
	.thish2 {
		font-size: 2.5em;
	}
	.mwrap01 {
		display: none;
	}
	.mimg {
		width: 90%;
	}
	.ibtn {
		width: 30vw;
	}
	.outwrap {
		height: 98vh;
	}
}
/* smaller */
@media only screen and (max-width: 400px) {
}
