@charset "utf-8";

:root {
	font-size: 16px;
}

* {
	box-sizing: border-box;
	margin: 0;
}

html {
	min-height: 100%;
}

body {
	font: 0.938em/1.4em Arial, "Segoe UI", Calibri, sans-serif;
	color: #000;
}

#wrapper {
	position: relative;
	margin: 1rem auto;
	overflow: hidden;
	max-width: 930px;
	border: solid 1px #000;
	background: #fff url('../images/bg.jpg') no-repeat bottom right 25rem;
	padding: 1.5rem 3rem 1.5rem 0;
}

p {
	padding-bottom: 1rem;
}

h1 {
	margin: 1rem 0 2rem 5rem;
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: 400;
}

h1:before {
	content: ">";
	font-size: 1em;
	margin: 0 0 0 -16px;
	float: left;
}

h1 small {
	font-size: 0.7em;
}

h2 {
	font-size: 1.4375em;
	line-height: 1.3;
	font-weight: normal;
}

h3 {
	font-size: 1.625em;
	line-height: 1.3;
	margin-left: 5rem;
}
h4 {
	font-size: 2.45em;
	line-height: 1.3;
}
h2, h3, h4 {
	color: #0099C1;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
}

header {
	position: absolute;
	right: 1.5rem;
	top: 1.5rem;
}

article {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bigger {
	font-size: 1.313em;
	line-height: 1.3;
	font-weight: bold;
	padding-left: 7rem;
	text-indent: -7rem;
}

.big {
	font-size: 1.250em;
	line-height: 1.3;
}

.content {
	padding-top: 5.5rem;
	width: 52%;
}
.pdl {
	padding-left: 7rem;
}
footer {
	position: absolute;
	right: 1.25rem;
	bottom: 1.5rem;
	display: flex;
	align-items: flex-end;
	gap: 0.75rem;
	flex-direction: row-reverse;
}

footer p {
    padding: 0;
}
.flex {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}
.flex p {
    font-size: 0.8125rem;
    line-height: 1.3;
}
.qrc figure {
	position: absolute;
	bottom: 0;
	right: 10rem;
}
.social {
	padding: 1.5rem 0 0 3rem;
}
figcaption {
	margin-bottom: 0.25rem;
}
img {
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width:929px) {
	#wrapper {
		border: none;
		margin: 0 auto;
		padding: 1rem;
		background-image: none;
	}

	p :is(a, span) {
		display: inline-block;
	}
	h3 {
		margin: 0;
	}
	header {
		position: static;
		padding: 1rem;
		display: flex;
		justify-content: center;
	}

	footer {
		position: static;
		display: flex;
		justify-content: flex-end;
		flex-wrap: wrap;
	}
	.pdl {
		padding: 0;
	}
	.social {
		padding: 1rem 0;
	}
	h2, h3, h4 {
		text-align: center;
	}
	article {
		padding: 0;
		align-items: center;
		flex-direction: column;
	}

	.content {
		width: 100%;
		padding: 1rem 0;
	}

	h1 {
		margin-left: 1rem;
	}

	h3 span {
		display: inline;
		padding: 0;
	}

	h2 br, .big br, .bigger br {
		display: none;
	}
	.bigger {
		text-align: center;
		padding: 0 0 1rem;
		text-indent: 0;
	}

}

@media only screen and (max-width:480px) {
	.flex {
		flex-direction: column;
		align-items: center;
	}
	.flex p {
		text-align: center;
	}
}
