body {
	font-family: 'Raleway', sans-serif;
	margin: 0;
	
}
a {
	color: #06f;
}
h1 {
	font-family: 'Cormorant Infant', serif;
	font-size: 1.8em;
	line-height:1em;
	margin-bottom: .5em;
	
}
h2 {
	font-family: 'Cormorant Infant', serif;
	font-size: 1.5em;
	line-height: 1em;

	
}
h2, h3, h4, h6 {
	font-family: 'Cormorant Infant', serif;
		font-size: 1.5em;
	
}
h3, h4 {
	font-family: 'Cormorant Infant', serif;
		font-size: 1.5em;
	

}

p, ul {
	font-family: 'Raleway', sans-serif;
	font-size: 0.8125em;
	line-height: 1.5;
}
code {
	font-size: 1.2727em;
	color: #777;
}
iframe {
	border: 0;
	overflow: hidden;
}

.container {
	margin: 0 auto;
	max-width: 70em;
	padding: 1em 0;
}

.footer {
	padding-top: 1.5em;
}
.desc {
	color: #888;
}
.intro {
	border-bottom: 1px dotted #bbb;
	padding-bottom: 1.5em;
	width: 100%;
}
.social {
	border-top: 1px dotted #bbb;
	padding-top: 1em;
}

.spread {
  margin:auto;
  width: 70%;
  padding: 0 5px;
}
img {
  display: block;
    margin-left: auto;
    margin-right: auto;
	max-width: 100%;
	height: auto;
	text-decoration:none;
}


/* minor responsive adjustments */

.footer {
	border-top: 1px dotted #aaa;
}
.content {
	border-bottom: 1px dotted #aaa;
	margin-bottom: 1.5em;
}

@media only screen and (min-width: 34em) {
	p, ul {
	font-size: 0.9em;
	}
	.feature:first-child,
	.info:first-child {
		border-right: 1px dotted #aaa;
	}
	.container {
		padding: 1em;
	}
	h1 {
		font-size: 2.6em;
	}
	h2 {
	font-size: 1.6em;
	line-height: 0.5em;
	margin-top: 20px;
	}
}

@media only screen and (min-width: 54em) {
	.content {
		border: none;
		border-right: 1px dotted #aaa;
		margin-bottom: 0;
	}
	.info:first-child {
		border: none;
	}
	h1 {
		font-size: 3em;
	}
	h2 {
		font-size: 1.7em;
	}
}

@media only screen and (min-width: 76em) {
	.info:first-child {
		border-right: 1px dotted #aaa;
	}
	h1 {
		font-size: 3.2em;
	}
	h2 {
		font-size: 1.8em;
	}
}
