body {
	background-color: #cccccc;
	color: black;
	margin: 0;
	background-image: url("images/coca-leaves and-100s-05-bw.png");
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
}
body, .normfont {
	font-family: "EB Garamond", Garamond, Georgia, "Times New Roman", Times, serif;
}
a {
	color: black;
}
a:visited {
	color: black;
}
a:active, a:hover {
	color: red;
}
.outwrap {
	margin: -1em 5vw 0 5vw;
	padding-top: 0;
}
.banner {
	display: block;
	text-align: center;
	padding-top: 0;
	margin-bottom: 0.75em;
}
.thish1 {
	display: block;
	font-family: "Wallpoet", "Tahoma", sans-serif;
	font-size: 9em;
	text-align: left;
	line-height: 85%;
	text-shadow: 4px 4px 6px #333333;
	color: white;
	margin-bottom: 0;
}
.thish2 {
	display: block;
	font-family: "Rambla", "Trebuchet MS", Helvetica, sans-serif;
	font-style: italic;
	font-size: 4em;
	text-align: left;
	color: white;
	line-height: 85%;
	text-shadow: 3px 3px 5px #333333;
	margin: 2.5vh 0 0 5vw;
}
.cover-wrap-01, .cover-wrap-02 {
	display: block;
	width: 24vw;
	float: right;
	margin: -0.5em 0 0 1vw;
	text-align: center;
	box-shadow: 4px 4px 6px #999999;
}
.cover-wrap-02 {
	display: none; 
}
.cover-img {
	width: 99%;
}
/* XS */
@media only screen and (max-width: 600px) {
	.thish1 {
		font-size: 4em;
	}
	.thish2 {
		font-size: 2em;
	}
	.cover-wrap-01 {
		display: none;
	}
	.cover-wrap-02 {
		display: block;
		width: 45vw;
		text-align: center;
		float: none;
		margin: 0.5em 22vw 1em 22vw;
	}
}

/* S */
@media only screen and (min-width: 600px) {
}

/* M */
@media only screen and (min-width: 768px) {
	.thish1 {
		font-size: 6em;
	}
	.thish2 {
		font-size: 1.5em;
	}
	.cover-wrap-01 {
		width: 18vw;
	}
}

/* L */
@media only screen and (min-width: 992px) {
	.thish1 {
		font-size: 9em;
	}
	.thish2 {
		font-size: 3em;
	}
}

/* XL */
@media only screen and (min-width: 1200px) {
}
