body {
	background-color: #fff;
	font-family: "Open Sans", sans-serif;
	color: #333;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans Condensed", sans-serif;
	text-transform: lowercase;
}

p {
	margin: 0 0 0.5em;
}

a {
	display: inline-block;
	color: #b92a2a;
	text-decoration: none;
	border-bottom: 2px dotted;
	outline: none;
}
a:hover,
a:focus {
	border-bottom: 2px solid;
}

/** Layout */
header,
main {
	padding: 1em 2em;
	max-width: 550px;
	margin: 0 auto;
}

/** Portfolio */

@media only screen and (min-width: 500px) {
	.portfolio {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}
.portfolio,
.portfolio li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.portfolio {
	margin-top: 2em;
}
.portfolio li {
	margin-bottom: 1em;
	line-height: 1.4;
}
@media only screen and (min-width: 500px) {
	.portfolio li {
		flex: 0 1 47%;
	}
	.portfolio li.full {
		flex: 0 1 100%;
	}
}
.portfolio h3 {
	margin: 0;
}
.portfolio h3 a {
	color: inherit;
	display: inline-block;
	border-bottom: 0;
}
.portfolio h3 a:after {
	content: "\02192";
	display: inline-block;
	height: 20px;
	overflow: hidden;
	vertical-align: center;
	transition: all 250ms;
	color: #b92a2a;
	line-height: 20px;
	margin-left: 0.1em;
}
.portfolio h3 a:hover,
.portfolio h3 a:focus {
	border: 0;
}
.portfolio h3 a:hover:after,
.portfolio h3 a:focus:after {
	transform: scale(1.35, 1.35);
	margin-left: 0.35em;
}
.portfolio .details {
	font-size: 78%;
}
.portfolio .details a {
	color: inherit;
	text-decoration: underline;
	border-bottom: 1px solid;
	border-color: transparent;
}

.portfolio .for {
	opacity: 0.8;
	font-style: italic;
	font-size: 90%;
}
.portfolio .for a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid;
	border-color: transparent;
}
.portfolio .for a:hover,
.portfolio .for a:focus {
	color: #000;
	border-color: #000;
}
