@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:300,400,500,700');
html, body{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}
body{
	background-image:url(../img/bg.jpg);
	background-size:cover;
	background-position:center;
	font-family: 'M PLUS 1p', sans-serif;
	color:#fff;
}
header{
	position:absolute;
	top:100px;
	left:100px;
	width:350px;
}
header figure,header figure img{
	width:100%;
}
footer{
	position:absolute;
	bottom:100px;
	right:100px;
	text-align:right;
}
footer h1{
	font-size:2em;
	font-weight:500;
	margin-bottom:20px;
}
footer h1 small{
	color:#da0812;
	display:block;
	font-size:.7em;
	margin-top:7px;
}
footer h1 small a{
	color:#da0812;
	text-decoration:none;
}
footer h1 small a:hover{
	color:#fff;
}
footer p{
	font-weight:300;
	font-size:1.1em;
	line-height:1.3em;
}
footer p a{
	color:#fff;
	text-decoration:none;
}
footer p strong{
	font-weight:700;
}
footer p span,footer p a:hover{
	color:#da0812;
}
