body {
	color: rgb(47, 47, 47);
}

b, strong {
    font-weight: bold;
}


.site-footer {
  box-sizing: border-box;
}


.layout-content {
	padding: 0 15px;
}

@media (min-width: 600px) {
	.layout-content {
		padding: 0 30px;
	}
}