@font-face 
{
    font-family: 'imprima';
    src: url('../fonts/Imprima-Regular.eot');
    src: url('../fonts/Imprima-Regular.woff') format('woff'),
         url('../fonts/Imprima-Regular.ttf') format('truetype'),
         url('../fonts/Imprima-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, html
{
	font-family: 'imprima', sans-serif;
	margin: 0px;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	min-height: 700px;
}

.wrap
{
	text-align: center;
	position: relative;
	padding: 24px 16px 24px 16px;
}

#logo
{
	width: 240px;
	display: block;
	margin: 16px auto 60px auto;
}

#background
{
	width: 100%;
	margin: 24px auto 16px auto;
	max-width: 640px;
	display: inline-block;
}

#contents
{
	text-align: left;
}

#contents > h1
{
	font-size: 48px;
	line-height: 48px;
	font-weight: normal;
	color: #29235C;
	margin: 0px 0px 32px 0px;
	text-transform: lowercase;
	width: 100%;
}


#contents > p
{
	font-size: 16px;
	line-height: 24px;
	color: #575756;
	font-weight: regular;
}

#contents > a
{
	font-size: 14px;
	line-height: 24px;
	color: #878787;
	font-weight: regular;
	text-decoration: none;
}

#contents > a:hover
{
	text-decoration: underline;
}

ul
{
	list-style-type: none;
	margin: 36px 0px 24px 0px;
	padding: 0px;
	text-align: center;
}

ul li
{
	margin-left: 12px;
	padding: 0px;
	display: inline-block;
}

ul li:first-child
{
	margin-left: 0px;
}

ul li a
{
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

ul li a:hover
{
	opacity: 0.5;
}

#language
{
	text-decoration: none;
	color: #878787;
	font-weight: regular;
	font-size: 16px;
	margin-top: 16px;
}

@media screen and (min-width: 768px) 
{
	body
	{
		background-position: left 200px center;	
	}
	
}

@media screen and (min-width: 1020px) 
{
	body
	{
		background: url('../images/image.jpg') no-repeat right center #fdfeff;;
		background-position: right 50px center;
		background-size: cover;
	}

	body, html
	{
		width: 100%;
		height: 100%;
	}

	.wrap
	{
		padding: 0px;
		width: 100%;
		height: 100%;
	}

	#background
	{
		display: none;
	}

	#logo
	{
		position: absolute;
		left: 50px;
		top: 30px;
		margin: 0px;
	}

	#language
	{
		position: absolute;
		text-decoration: none;
		right: 50px;
		top: 30px;
		color: #878787;
		font-weight: regular;
		font-size: 16px;
		margin: 0px;
	}

	#language:hover
	{
		text-decoration: underline;
	}

	#contents
	{
		max-width: 500px;
		position: absolute;
		bottom: 30px;
		left: 50px;
	}

	#contents > h1
	{
		width: 460px;
		font-size: 80px;
		line-height: 70px;
		margin: 0px 0px 26px 0px;
	}

	#contents > p
	{
		font-size: 22px;
		line-height: 32px;
	}

	#contents > a
	{
		font-size: 18px;
		line-height: 32px;
	}

	#contents > a:hover
	{
		text-decoration: underline;
	}

	ul
	{
		position: absolute;
		bottom: 30px;
		right: 50px;
		margin-bottom: 0px;
	}
}