﻿@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');
}

@font-face {
	font-display: swap;
	font-family: 'Kalam';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/kalam-v16-latin-regular.eot');
	src: url('../fonts/kalam-v16-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/kalam-v16-latin-regular.woff2') format('woff2'), url('../fonts/kalam-v16-latin-regular.woff') format('woff'), url('../fonts/kalam-v16-latin-regular.ttf') format('truetype'), url('../fonts/kalam-v16-latin-regular.svg#Kalam') 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: 605px;
	margin: 1rem auto;
	padding: 12px 16px;
	border: solid 2px #00A895;
	overflow: hidden;
	position: relative;
}

:is(strong, h1, h2) {
	font-weight: 700;
}

header {
	position: relative;
}

header img {
	position: absolute;
	top: 0;
	right: 0;
}

p {
	text-align: center;
}

article p:nth-of-type(1) {
	font-size: 18px;
}

footer {
	font-size: 16px;
	line-height: 20px;
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top: #00A895 16px solid;
}

h1 {
	font-size: 16px;
	margin: 10px 0;
	line-height: 1.5;
	font-weight: 400;
	text-align: center;
}

h1 span:before {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #000;
	position: absolute;
	z-index: 3;
	left: 0;
	top: 4px;
}

h1 span {
	position: relative;
	padding-left: 24px;
}

h1 small {
	font-weight: 700;
	font-size: 27px;
	line-height: 32px;
}

h2 {
	font-size: 27px;
	line-height: 28px;
}

h3 {
	font-size: 41px;
	margin: 16px 0;
	line-height: 1.1;
	font-weight: 400;
	font-family: 'Kalam', Arial, sans-serif;
}

h3 span {
	color: #EE2B4E;
}

img {
	max-width: 100%;
}

p:not(:last-child) {
	margin-bottom: 6px;
}

p span.bull {
	font-family: Arial, sans-serif;
	font-size: 21px;
	vertical-align: middle;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: #242021;
	text-decoration: none;
	white-space: nowrap;
}

footer p {
	margin: 0 !important;
}

@media screen and (max-width:604px) {
	#wrapper {
		border: none;
		margin: 0;
	}

	p {
		hyphens: auto;
		text-wrap: pretty;
	}

	p span {
		white-space: nowrap;
	}

	header img {
		position: static;
	}

	header {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	:is(h2, h3) {
		text-align: center;
	}

	h2 {
		font-size: 21px;
	}

	h3 {
		font-size: 33px;
	}

	footer br {
		display: none;
	}
}

@media screen and (max-width:350px) {
	body {
		font-size: 15px;
	}
}