.is_frontpage #title { font-size: 4vw; }

.is_frontpage #site-identity { margin-top: .5vw; }

body:not(.is_frontpage) .slogan { display: none; }

#title {
	font-size: 30px;
	line-height: 50px;
}

#title::before {
	font-family: 'Material Design Icons';
	content: '\F0104'; /* camera-iris */
}

body { background-color: #f6f6f6; }

footer { background-color: white; }

#account_menu { border-radius: 8px; }

.copy img, #photospot, .preview_photospot, .box-hero, .box .content  { border-radius: 8px; }

#pg_store .brick, .copy figure.image {
	background-color: white;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	padding: var(--default-space);
	border: none;
}

#pg_store .brick img, .copy figure.image img {
	border-radius: 4px !important;
	margin: 0 !important;
}
