html {
	font-size: 1em;	
	font-family: "Raleway", sans-serif;
}

a {
	text-decoration: underline;
	color: inherit;
}

body {
	margin: 0;
	border-top: none;
	background: #ede9e9;
}

.big_image {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	background: white;
}

.big_image img {
	width: 100%;
	margin-bottom: -5px;
	padding: 0;
}

.big_image p {
	font-style: italic;
	padding: 0 10vw 20px 10vw;
	margin-bottom: 20px;
	font-size: 0.8em;
	background: white;
}

.indented_image {
	position: relative;
	width: 100%;
	margin-bottom: 17px;
	background: white;
	text-align: center;
	padding-top: 20px;
}

.indented_image img {
	padding-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
	vertical-align: middle;
}

@media all and (max-width: 699px) {
	.indented_image img {
		width: 100%;
		margin: 0;
	}
}

.big_double_image {
	position: relative;
	width: 100%;
	margin-bottom: 7px;
}

.big_double_image img {
	width: 50%;
	float: left;
}

.big_text {
	position: absolute;
	top: 20px;
	left: 20px;
	color: white;
	font-size: 5vw;
	font-weight: bold;
}


.text_line {	
	padding: 10vw;
	font-size: 1.3em;
	line-height: 2em;
	background: white;
	margin-bottom: 20px;
}

@media all and (max-width: 699px) {
	.text_line {
		font-size: 1em;
	}
}

.text_line h1 {
	padding-bottom: 5vw;
}

.big_video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 20px;
}

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

.big_small_video {
	margin-bottom: 20px;
	background: black;
	text-align: center;
}

.big_small_video iframe {

}

@media all and (max-width: 490px) {

	.big_small_video {
		position: relative;
		padding-bottom: 75%; /* = 4:3 56.25% =  16:9 */
		padding-top: 25px;
		height: 0;
		margin-bottom: 20px;	
	}
	
	.big_small_video iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

.big_soundcloud {
	margin-bottom: 15px;	
}

.big_soundcloud iframe {
	width: 100%;
}

.big_image_row {
	height: 100%;
	margin-bottom: 20px;
	white-space:nowrap; 
	overflow: scroll;
	 -webkit-overflow-scrolling: touch;
	 overflow: -moz-scrollbars-none;
	overflow-y: hidden;
	position: relative;
}

.big_image_row_container {
	height: 240px;
	width: 3960px;
	background: rgba(0,0,0,0.9);
}

.big_image_row img {
	float: left;
	clear: none;
	margin-right: 10px;
}

.big_image_row p {
	position: absolute;
	top: 20px;
	left: 20px;
	color: white;
}

.share_line {
	margin-bottom: 20px;
	text-align: center;	
}

