html {
	height: 100%;
}

body {
	padding: 0;
	text-align: left;
	font-family: 'lato';
	position: relative;
	margin: 0;
	height: 100%;


	font-weight: 300;
	color: rgba(0, 0, 0, .8);

	-webkit-font-smoothing: antialiased;
}

p, h1, h2, ul, hr, .caption {
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
}

p {
	font-size: 16px;
	line-height: 1.5; /* 16/24 */
	margin-bottom: .5em; /* 8px after */
}

h1 {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: .667em; /* 8px after */
}

h2 {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.333; /* 24/32 */
	margin-bottom: .333em; /* 8px after */
}

hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin: 0 auto 1.5em auto;
}


a {
	text-decoration: none;
	font-weight: 400;
	color: rgba(0, 0, 0, .7);
}

section {
	margin-bottom: 1.5em; /* 60px */
}







.header {
	min-height: 50%;
}

.footer {
	min-width: 100%;
	padding: 2em 0;
	
	background: #EEE;
	text-align: center;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.main-container {
	max-width: 288px;
	padding: 1.5em auto;
	margin: 0 auto;
}

.media-container {
	max-width: 100%;
	overflow: hidden;
	margin: 1.5em auto;
	text-align: center;
}

.media-container img, video {
	max-width: 100%;
}

.button-container {
	margin: 1em 0 1.25em 0;
}





.caption {
	font-size: 12px;
	line-height: 1.333; /* 12/16 */
	text-align: center;
	font-weight: 400;
	color: #999;
	
	margin-top: 2em; /* 24 px */
	
}


.button {
	border-radius: 3px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 2px solid #0AF;
	color: #0AF;
	padding: 8px;
}

.disabled {
	border-color: #DDD;
	color: #DDD;
}

.nomargin-bottom {
	margin-bottom: 0;
}

.nomargin-top {
	margin-bottom: 0;
}





#bioHeader {
	background: url('../images/karl-frankowski-photo.png') no-repeat center center ;
	background-size: cover;
	background-color: #CCC;
}


#logo {
	text-align: left;
	max-width: 420px;
}

#logo * {
	height: 60px;
}

#thanks {
	color: rgba(0, 0, 0, 0.3);
	font-weight: 400;
}

#lytro-container {
	margin-top: 0;
}


