@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,400,500,600,700&subset=latin-ext');

* { text-rendering: optimizeLegibility; }

body{
	/*font-family: 'Abel', sans-serif;*/
	font-family: 'Cormorant Garamond', serif;
	background: #FFF;
	background-position: center top;
}

.container {
	overflow: hidden;

	margin-bottom: 2em;
	margin-left: 8em;
	margin-right: 8em;
}

section {
	position: relative;
	margin-bottom: 5em;
} 	section::before,
	section::after {
		position: absolute;
		content: '';
		pointer-events: none;
	}

.strong{
	font-weight: 600;
}

.logo{
	margin: 0 auto;
	margin-bottom: -3em;

	width: 100%;
}

#introduction{
	font-size: 24px;
	line-height: 32px;

	font-weight: 400;
}

#introduction-services{
	font-size: 24px;
	line-height: 36px;

	text-align: center;
}

#portfolio{
	font-size: 26px;
	line-height: 30px;

	font-weight: 400;
}

#portfolio-title{
	font-size: 40px;

	font-weight: 700;
}

.title {
	line-height: 42px;

	font-weight: 700;
} .title a{
	color: #000;
	transition: color 150ms ease-in-out;
	/*text-decoration: none;*/
} .title a:hover {
	color: #888;
	text-decoration: none;
}

.location{
	font-size: 24px;

	font-weight: 500;
}

.tags {
	font-size: 20px;
	line-height: 36px;

	font-weight: 300;
	color: #444;
}

.collab{
	font-size: 18px;

	font-weight: 300;
	color: #888;
}

#contact{
	text-align: center;
	line-height: 24px;
} #contact a{
	color: #000;
	text-decoration: none;
} #contact a:hover {
	color: #888;
	transition: color 150ms ease-in-out;
	/*text-decoration: none;*/
}
