html {
	font-size:62.5%;
}
html, 
body {
	width:100%;
	height:100%;
}
@media (max-width:640px) {
	body {
		background:#fff url('https://www.kisoterra.com/images/bg.jpg') center center no-repeat;
	}
}
@media (min-width:641px) and (max-width:1024px) {
	body {
		background:#fff url('https://www.kisoterra.com/images/bg.jpg') center center no-repeat;
	}
}
@media (min-width:1025px) {
	body {
		background:#fff url('https://www.kisoterra.com/images/bg.jpg') center center no-repeat;
	}
}
body{
	height:100%;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight:300;
	font-style:normal;
	font-size: 18px;
	/* color: #ffffff; */
	color: black;
	text-align: center;
	background-size:cover;
	background-attachment: fixed;
	line-height:1.45em;
}
* {
	margin:0;
	padding:0;
	border:0;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	vertical-align:middle;
	max-width:100%;
}

a, a:visited, a:active {
	color: #2cd5b7;
	text-decoration:none;
}
a:hover {
	color:#333333;
	text-decoration:underline;
}

span.green {
	color: #2cd5b7;
}

/* #fullheight {
	display:inline-block;
	height:100%;
	width:0;
	vertical-align:middle;
} */
#wrap {
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:980px;
	margin:0 auto;
	padding:1em;
}


p {
	margin:.5em 1.5em;
	font-weight: 500;
}
p.intro {
	text-transform:uppercase;
	margin-top:2em;
	margin-bottom:2em;
	font-size:24px;
	color: #2cd5b7;
	font-weight:bold;
}
.finish {
	margin-top:2em;
	margin-bottom:2em;
}
.logo {
	margin-top:2em;
	margin-bottom:1em;
}

h1	{font-size:28px}

.tagline {
	margin-bottom:2em;
	font-size:24px;
	color:#fff;
	font-weight:bold;}

	ul {
		margin: 0 auto;
		width: fit-content;
	}
	