body {
	margin: 0;
	font-family: "Helvetica Neue", helvetica, arial;
	font-size: 16px;
	line-height: 26px;
	color: #000;
	text-align: left;
}

a {
	color: #000;
	border-bottom: 1px solid #000;
	text-decoration: none;
	transition: border 0.5s;
}

a.img, a.img:hover {
	border: none;
}

a:hover {
	border-bottom: 1px solid #aaa;
	transition: border 0.1s;
}

h1 {
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	margin: 0;
	display: block;
}

.hidden {
	display: none;
}

#footer p {
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 24px;
}

#header {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header li {
	display: inline-block;
	margin-right: 12px;
	padding-bottom: 6px;
}

#header li:last-child {
	margin-right: 0;
}

#content {
	margin: 0 auto;
	padding: 36px 72px 0 72px;
	max-width: 1280px;
}

#footer {
	padding-top: 18px;
	height: 2em;
}

p {
	margin: 0 18px 1em 18px;
}

ul, ol {
	padding-left: 22px;
}

img, video, iframe {
	border: 0;
}

img {
	margin: 36px 0px 0px 0px;
}

.ratio-16-9 {
	padding-bottom: 56.4%;
}

.ratio-4-3 {
	padding-bottom: 75%;
}

.proportional {
	position: relative;
	width: 100%;
	height: 0;
}

.proportional iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.instagram-embed {
	padding: 0 18px 0 18px;
	margin: 36px auto 0 auto;
}

.soundcloud-embed-container {
	margin: 36px 18px 0 18px;
}

.bandcamp-embed-container {
	margin: 36px 18px 0 18px;
}

.bandcamp-embed-container iframe {
	margin: 0 auto 0 auto;
}

.vimeo-embed-container, .youtube-embed-container {
	margin: 36px 0 0 0;
}

.instagram-embed {
	border: none;
}

.instagram-embed iframe {
	min-width: 220px !important;
	max-width: 1000px !important;
}

img, video {
	 width: 100%;
	 height: auto;
}

.soundcloud-embed-container, .bandcamp-embed-container, .vimeo-embed-container, .youtube-embed-container, img, video {
	background: #eee;
}


/*** Small screens ***/

@media screen and (max-width: 980px) {

	#content {
		padding: 36px 36px 0 36px;
	}
}

@media screen and (max-width: 720px) {

	body, #header, h1 {
		font-size: 14px;
		line-height: 22px;
	}

	#footer p {
		font-size: 11px;
		line-height: 18px;
	}

	#content {
		padding: 24px 12px 0 12px;
	}

	img, .instagram-embed, .soundcloud-embed-container, .bandcamp-embed-container, .vimeo-embed-container, .youtube-embed-container {
		margin-top: 18px;
	}

}
