﻿@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v36-latin-regular.eot');
	src: url('../fonts/open-sans-v36-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v36-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v36-latin-regular.woff') format('woff'), url('../fonts/open-sans-v36-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v36-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/open-sans-v36-latin-700.eot');
	src: url('../fonts/open-sans-v36-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v36-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v36-latin-700.woff') format('woff'), url('../fonts/open-sans-v36-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v36-latin-700.svg#OpenSans') format('svg');
}

:root {
	font-size: 16px;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
}

body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #0168B4;
	font-weight: 400;
}

#wrapper {
	max-width: 800px;
	margin: 1rem auto;
	border: solid 6px #F17127;
	overflow: hidden;
	position: relative;
}

:is(strong, h1, h2, h3, h4) {
	font-weight: 700;
}

header {
	position: relative;
}

article {
	padding: 50px 16px 0 238px;
}

.slogan {
	position: absolute;
	bottom: -20px;
	left: 37px;
	transform: scale(1) rotate(353deg) translateX(1px) skewX(1deg);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

footer {
	padding: 60px 35px 35px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

h1 {
	font-size: 16px;
	margin: 6px 0;
	line-height: 20px;
	padding-left: 20px;
}

h1:before {
	text-indent: -20px;
	content: "\25A0";
	color: #F17127;
	float: left;
	margin-top: -3px;
	font-size: 20px;
}

h2 {
	font-size: 16px;
	margin: 6px 0;
	line-height: 20px;
	color: #F17127;
}

h3 {
	font-size: 33px;
	line-height: 1;
	padding: 3px 5px;
	background: #0066B3;
	color: #fff;
	margin-top: -1px;
}

h4 {
	background: #f36f21;
	font-size: 16px;
	line-height: 1;
	padding: 5px;
	margin-top: 2px;
	color: #fff;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

p {
	margin-bottom: 6px;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: #F17127;
	text-decoration: none;
	white-space: nowrap;
}

@media screen and (max-width:798px) {
	#wrapper {
		border: none;
		margin: 0;
	}

	p {
		hyphens: auto;
		text-wrap: pretty;
	}

	.slogan {
		left: 20px;
	}

	article {
		padding-left: 16px;
	}

	footer {
		padding: 20px 16px 16px;
	}

	br {
		display: none;
	}
}

@media screen and (max-width:630px) {
	footer {
		flex-direction: column;
		align-items: center;
		gap: 16px;
	}

	h3 {
		font-size: 26px;
	}

	h4 {
		font-size: 14px;
	}
}