﻿@font-face {
	font-display: swap;
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/mulish-v13-latin-700.eot');
	src: url('../fonts/mulish-v13-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/mulish-v13-latin-700.woff2') format('woff2'), url('../fonts/mulish-v13-latin-700.woff') format('woff'), url('../fonts/mulish-v13-latin-700.ttf') format('truetype'), url('../fonts/mulish-v13-latin-700.svg#Mulish') format('svg');
}

:root {
	font-size: 16px;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
}

body {
	font-family: 'Mulish', Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #141016;
	font-weight: 700;
}

#wrapper {
	max-width: 345px;
	margin: 1rem auto;
	border: solid 2px #141016;
	overflow: hidden;
	position: relative;
	background: #80B9B0;
}

article {
	padding: 10px 16px;
	background: url(../images/background.jpg) bottom right no-repeat;
}

footer {
	padding: 12px 16px;
	background: #141016;
	color: #fff;
}

h1 {
	font-size: 27px;
	margin: 0 0 10px;
	line-height: 1.2;
	font-weight: 700;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

p:not(:last-child) {
	margin-bottom: 16px;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 15px;
}

li:before {
	text-indent: -15px;
	content: "\25A0";
	color: #393D3E;
	float: left;
	font-size: 11px;
}

@media screen and (max-width:343px) {
	#wrapper {
		border: none;
		margin: 0;
	}

	:is(p, h1) {
		text-wrap: pretty;
	}

	p span {
		white-space: nowrap;
	}

}