html,
body {
	font-family: 'Roboto';
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	color: #343434;
	font-size: 1em;
	line-height: 1.4;
}

body {
	background-image: url('./../img/paveljurik.jpg');
	background-position: top center;
	background-repeat: no-repeat;
 	background-size: cover;
}

h1 {
	font-size: 40;
	font-weight: 500;
	margin-bottom: 60px;
}

h1 span {
	font-size: 42px;
	display: inline-block;
	margin-left: 6px;
	margin-right: 6px;
}

main {
	margin-bottom: 70px;
}

main p {
	font-size: 20px;
}

aside p,
footer p {
	font-size: 15px;
	line-height: 1;
}

footer p {
	font-style: italic;
}

footer a {
	color: #343434;
	text-decoration: none;
}

footer a:hover,
footer a:focus {
	color: #0074D9;
}

.container {
	max-width: 1320px;
	margin: 80px auto 30px auto;
	padding: 20px;
}

.icons {
	margin-bottom: 40px;
}

.icons a {
	text-decoration: none;
}

.icons svg {
	max-width: 65px;
	max-height: 65px;
	margin-right: 30px;
}

@media all and (max-width: 1320px) {
	.container {
		margin: 40px auto 30px auto;
	}
}
