@import url("https://use.typekit.net/htx4lht.css");
html {
	font-size: 20px;
	min-height: 100%;
}
@media only screen and (max-width: 991.8px) {
	html {
		font-size: 18px;
	}	
}
body {
	font-family: presicav, sans-serif;
	background: #333;
	color: #fff;
}
a {
	color: #fff;
	transition: color 500ms;
}
a:hover {
	color: #c30;
	text-decoration: none;
}
a.alt {
	color: #ccc;
}
h1 {
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 1.2rem;
	margin-bottom: 0.2em;
	font-weight: 400;
}
h2 {
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
}
h3 {
	text-transform: uppercase;
	margin-bottom: 1rem;
	font-size: 0.8rem;
}
p {
	font-size: 0.8rem;
	font-weight: 300;
}
img {
	width: 100%;
	border-radius: 6px;
}
.sidebar {
	padding-top: 2rem;
	position: sticky;
	top: 0;
}
.portfolio-content {
	padding-top: 2rem;	
}
.client {
	text-align: center;
	margin-bottom: 2rem;
}
.client img {
	display: block;
	margin: 0;
}
.client a {
	color: #ccc;
	font-size: 0.8rem;
	font-weight: 300;
}
.client p {
	height: 1.5em;
	vertical-align: bottom;
	font-size: 0.8rem;
	display: flex;
	align-content: center;
	justify-content: center;
}
.client span {
	font-size: 0.7rem;
	font-weight: 200;
	display: block;
	height: 2em;
	margin-top: 0.3em;
}