html { font-size: 13px; }

body {
	font-family: 'Arial', sans-serif;
	background: #fff;
	color: #333;
}

h2 {
	width: 55%;
	font-size: 2em;
}

.sidenote-number:after, .sidenote:before {
	font-family: 'Arial', sans-serif;
}

.portfolio-item h3 {
	margin-top: 3px;
}
.portfolio-item img {
	/*margin-right: 10px;*/
}

@media (max-width: 760px) {
	.marginnote {
		float: none;
		display: block;
		width: 100%;
	}
}
