/* @override 
	http://www.yeah-audio.com/style.css */

* {
		margin: 0;
		padding: 0;
	}
	
	body {
			font-family: 'Fira Sans', sans-serif;
			font-size: 1.2em;
			font-weight: 200;
			line-height: 1.4em;
			background-color: #1a2429;
			color: white;
			
		}
	#page {
		width: 500px;
		padding: 20px 30px 30px 30px;
		margin: 20px auto 50px;
		
		background-color: ;

		opacity: 1;
	}
	
	section { 
			width: 100%; 
			margin: 40px auto 40px auto;
			border-bottom: 1px solid #15617f;
	}
		
	
	
	iframe {
		margin-bottom: 40px;
		border: 1px solid #15617f;
	}
	
	h1 {
		font-style: italic;
		font-weight: 200;
		font-size: 2.8em;
		color: white;
		margin-bottom: .7em;
	}
	
	a {
		color: white;
	}
	
	p, ul {
		margin-bottom: 20px;
		font-style: italic;
	}
	
	ul {
		list-style-position: inside;
		list-style: none;
		
	}
	li {
		line-height: 1.5em;
	}

.logo-font-yeah {
	background: url('font-yeah-audio@2x.png') no-repeat left top;
	background-size: cover;
	text-indent: -9999px;
	width: 340px;
	height: 68px;
	margin: auto auto 20px;
}

.intro {
	font-size: 1.2em;
	line-height: 1.2;
	color: white;
	font-weight: 100;
}

.hello {
	text-align: center;
	margin-top: 10px;
}


