html {
	font-family: 'Roboto', sans-serif;
}

body {
	margin: 0;
}


#masthead {
	padding: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo {
	width: 220px;
}

#colophon {
	background-color: #3b3b3b;
	color: #fff;
	padding: 24px;
	font-size: 11px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.content {
	max-width: 1200px;
	width: 90%;
	margin: 48px auto;
}

.content p {
	font-size: 19px;
	font-weight: 300;
	line-height: 38px;
	margin-bottom: 30px;
}

.contacts {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.contacts li {
	display: flex;
	align-items: center;
	gap: 24px;
	font-size: 18px;
}

.contacts svg {
	width: 32px;
	height: 32px;
}

.main-title {
	font-size: 3rem;
	text-transform: uppercase;
}

.footer__nav {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 24px;
	justify-content: center;
	list-style: none;
	padding: 0;
}

@media (min-width: 768px) {
	.footer__nav {
		flex-direction: row;
	}

	.footer__nav--network li:not(:last-child),
	.footer__nav--legal li:not(:last-child) {
		border-inline-end: 1px solid #4f4f4f;
	}
}

.footer__nav a {
	color: currentColor;
	text-decoration: none;
}

.footer__nav--network li {
	padding: 0 24px;
}

.footer__nav--legal li {
	padding: 0 8px;
	text-transform: uppercase;
}

.social-link {
	text-align: center;
}

.social-link p {
	margin: 0 0 8px;
}

figure {
	margin: 0;
	height: 300px;
}

figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
