@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v50-latin-regular.eot');
	src: url('../fonts/roboto-v50-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v50-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v50-latin-regular.woff') format('woff'), url('../fonts/roboto-v50-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v50-latin-regular.svg#Roboto') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-v50-latin-700.eot');
	src: url('../fonts/roboto-v50-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v50-latin-700.woff2') format('woff2'), url('../fonts/roboto-v50-latin-700.woff') format('woff'), url('../fonts/roboto-v50-latin-700.ttf') format('truetype'), url('../fonts/roboto-v50-latin-700.svg#Roboto') format('svg');
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #000;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 0.875rem;
	line-height: 1.4;
	background-color: #ebebeb;
}

img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	max-width: 50rem;
	margin: 1rem auto;
	background: #fff;
	box-shadow: 0 0.25rem 0.9375rem rgba(0, 0, 0, 0.5);
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.center {
	text-align: center;
}

ul {
	margin: 0 0 1.5rem 1rem;
}

ul ul {
	margin-bottom: 0;
}

p {
	margin: 0 0 1.5rem;
}

span {
	white-space: nowrap;
}

h1 {
	font-size: 1.75rem;
	margin: 0 0 1rem;
	line-height: 1.2;
}


h2 {
	font-size: 1.125rem;
	margin: 0 0 1rem;
	line-height: 1.4;
}


article {
	padding: 2rem 3rem 0;
}

footer {
	padding: 0 3rem 2.5rem;
}


@media only screen and (max-width: 49.937rem) {
	#wrapper {
		border: none;
		margin: 0 auto;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	h1 {
		text-align: center;
	}

	article {
		padding: 1rem 1rem 0;
	}

	footer {
		padding: 0 1rem 1px;
	}
}