@charset "UTF-8";

html {
	-webkit-overflow-scrolling: touch; 
	
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;

	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

::-webkit-selection {
	background: #80d2c4;
	color: white;
	text-shadow: none;
}

::-moz-selection {
	background: #80d2c4;
	color: white;
	text-shadow: none;
}

::selection {
	background: #80d2c4;
	color: white;
	text-shadow: none;
}

body {
	margin: 0;
	padding: 0;

	font-size: 1em;
	
    font-family: 'Gaegu', sans-serif;
	font-style: normal;
	font-weight: 300;

	position: relative;
	z-index: 1;

	width: 100%;
	height: 100%;
	
	background-color: white;
	color: #4B4B4B;
	
	box-sizing: border-box;
    
    background-image: urL("../images/wallpaper.png");
    background-attachment: fixed;
}

div#body-wrapper {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

div#body-container p {
    font-size: 2.5em;
}

h1 {
    font-weight: 700;
    font-size: 2em;
    margin-top: 1em;
    margin-bottom: 0;
    color: #80d2c4;
}

h2 {
    font-weight: 700;
    font-size: 5em;
    margin-bottom: 0.2em;
    margin-top: 0.3em;
    line-height: 1;
}

h2 + p {
    margin-top: 0;
}

img + p {
    margin-top: 0.7em;
}

img.logo {
    width: 50%;
    max-width: 15em;
}