﻿@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: #242021;
	font-weight: 400;
}

#wrapper {
	max-width: 490px;
	margin: 1rem auto;
	padding: 20px;
	border: solid 2px #00A175;
	overflow: hidden;
}

:is(strong, h1, h2) {
	font-weight: 700;
}

article {
	padding: 0 0 16px;
}

h1 {
	font-size: 37px;
	margin: 16px 0;
	line-height: 1;
}

h1 span {
	font-size: 17px;
}

h1 span:nth-of-type(2) {
	display: block;
	margin-left: 146px;
	font-size: 16px;
	line-height: 20px;
}

h1 small {
	color: #00A175;
}

h2 {
	font-size: 24px;
	line-height: 28px;
}

h2 a {
	text-decoration: underline !important;
}

img {
	max-width: 100%;
}

p:not(:last-child) {
	margin-bottom: 10px;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: #00A175;
	text-decoration: none;
	white-space: nowrap;
}

@media screen and (max-width:488px) {
	#wrapper {
		border: none;
		margin: 0;
	}

	:is(p, h1) {
		hyphens: auto;
		text-wrap: pretty;
	}

	h1 {
		font-size: 33px;
	}

	h1 small {
		display: block;
	}

	h2 {
		font-size: 22px;
	}

	br {
		display: none;
	}

	span {
		white-space: nowrap;
	}
}