@charset "utf-8";
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-condensed-v25-latin-regular.eot');
	src: local(''), url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg');
}
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-condensed-v25-latin-700.eot');
	src: local(''), url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg');
}
:root {
	font-size: 16px;
}
* {
	box-sizing: border-box;
	margin: 0;
}
html {
	min-height: 100%;
}
body {
	color: #000;
	font: 400 1em/1.3em 'Roboto Condensed', Arial, sans-serif;
}
#wrapper {
	position: relative;
	margin: 1rem auto;
	overflow: hidden;
	max-width: 600px;
	background: #fff url('../images/bg.jpg') no-repeat top;
	padding: 0;
	height: 446px;
}
main {
	display: block;
	-ms-transform: rotate(-3.5deg);
	-webkit-transform: rotate(-3.5deg);
	-moz-transform: rotate(-3.5deg);
	-o-transform: rotate(-3.5deg);
	transform: rotate(-3.5deg);
}
p {
	padding-bottom: 1rem;
}
:is(a:link, a:visited, a:active) {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
}
h1 {
	margin: 0 0 0.2rem;
	font-size: 1.4em;
	line-height: 1.3em;
}
h1 + p {
	letter-spacing: 1px;
	margin-bottom: 1rem;
}
header {
	padding: 1rem 0 6.5rem 2rem;
	position: relative;
}
header a img {
	display: none;
}
header a:last-of-type {
	position: absolute;
	right: 27%;
	width: 66%;
	height: 40%;
	top: 25%;
}
article section > p:last-of-type {
	position: absolute;
	right: 1rem;
	bottom: 2rem;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	font-size: 1.063em;
	-ms-transform: rotate(-6deg);
	-webkit-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	-o-transform: rotate(-6deg);
	transform: rotate(-6deg);
}
article section > p:last-of-type span {
	font-family: Arial, sans-serif;
	font-size: 1.7em;
}
article {
	padding: 0 1rem 0 7.5rem;
}
article section {
	padding-left: 6rem;
	position: relative;
}
article section > p:first-of-type {
	line-height: 1.5;
}
article section > img {
	position: absolute;
	bottom: 1rem;
	left: -5rem;
}
article section aside {
	display: flex;
	flex-direction: column;
	position: absolute;
	left: -0.5rem;
	bottom: 0.5rem;
	transform: rotate(-2deg);
}
article section aside p {
	padding-bottom: 0;
	font-size: 0.95em;
	line-height: 1.3;
	letter-spacing: 0.5px;
}
footer p {
	padding: 0.5rem 2rem;
	text-align: right;
}
footer :is(a:link, a:visited, a:active) {
	font-size: 1.3em;
	line-height: 1;
	color: #fff;
}
@media only screen and (max-width:599px) {
	body {
		font-size: 1em;
		line-height: 1.3;
	}
	#wrapper {
		border: none;
		margin: 0 auto;
		background-image: none;
		height: auto;
	}
	h1 + p {
		margin: 0;
	}
	header {
		padding: 1rem;
	}
	header a img {
		display: block;
	}
	header a:last-of-type, h1 + p br {
		display: none;
	}
	article section > p:last-of-type {
		background: #EE3D3C;
		padding: 1rem 0.7rem;
		width: 100px;
		height: 100px;
		border-radius: 50%;
		margin: -1rem auto 0;
		display: inline-block;
		transform: none;
	}
	article {
		padding: 0 1rem;
	}
	article section {
		background: #DDDEE0;
		margin: 0 -1rem;
		padding: 1rem;
	}
	article section > img {
		position: static;
		display: block;
		margin: 1.4rem 1rem 0 0;
		float: left;
	}
	article section aside {
		position: static;
		transform: none;
		align-items: center;
		display: inline-block;
		margin-right: 1rem;
	}
	footer p {
		background: #007CC2;
		padding: 0.5rem 1rem;
		font-size: 1.063em;
		text-align: center;
	}
	main {
		transform: none;
	}
}