﻿@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: 540px;
	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: 18px;
	line-height: 22px;
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top: #00A895 16px solid;
}

h1 {
	font-size: 31px;
	margin: 10px 0 10px 54px;
	line-height: 1.2;
	padding-left: 25px;
}

h1:before {
	text-indent: -25px;
	content: "\2022";
	color: #242021;
	float: left;
	margin-top: -4px;
	font-size: 39px;
	font-family: Arial, sans-serif;
}

h1 span {
	font-weight: 400;
	font-size: 20px;
	display: block;
}

h2 {
	font-size: 24px;
	line-height: 28px;
}

h3 {
	font-size: 36px;
	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;
}

@media screen and (max-width:538px) {
	#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;
	}

	h1 {
		margin: 10px 0 10px 0;
		font-size: 25px;
	}

	h1:before {
		margin-top: -1px;
		font-size: 30px;
	}

	h2 {
		font-size: 21px;
	}

	h3 {
		font-size: 33px;
	}

	footer br {
		display: none;
	}
}

@media screen and (max-width:350px) {
	body {
		font-size: 15px;
	}
}