@charset "UTF-8";
body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: 'Lato', sans-serif;
}
#home_bg {
	margin: 0;
	padding: 0;
	min-height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	position: fixed;
	z-index: -9999;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-image: url(../images/index_bg_phone.jpg);
}
#wrapper {
	min-width: 100%;
	min-height: 100vh;
	padding: 0;
	left: 0;
	top: 100%;
	overflow: hidden;
	position: relative;
	margin: 0;
	z-index: 100;
}
.wrapper_narrow,
.wrapper_contact {
	width: 100%;
	height: auto;
	margin: 0;
	left: 0;
	overflow: hidden;
	position: relative;
	background-color: #FFF;
	padding: 20px 10px 20px 10px;
    box-sizing: border-box;
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.4);
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
	z-index: 100;
}
.wrapper_contact {
	margin-top: 100%;
	min-height: 100vh;
	padding: 0 10px 20px 10px;
}
.wrapper_controls {
	width: 100%;
	height: 10%;
	margin: 0;
	left: 0;
	bottom: 0;
	position: absolute;
	padding: 0;
	text-align: center;
}
.bio {
	width: 100%;
	min-height: 100vh;
	margin: -10% 0 0 0;
	padding: 0;
	left: 0;
	overflow: hidden;
	position: relative;
	background-attachment: scroll;
	background-size: auto 50%;
	background-position: left top;
	background-image: url(../images/scott_chisholm.jpg);
	background-repeat: no-repeat;
	z-index: 0;
}
.credits {
    column-count: 1;
    column-gap: 0px;
}
.logotype {
	width: 60%;
	height: auto;
	bottom: 15%;
	margin: 0 20% 0 20%;
	position: absolute;
}
.knob {
	width: 24%;
	height: auto;
	margin: 0 38% 20px 38%;
	position: relative;
}
.logo {
	width: 72%;
	height: auto;
	margin: -10px 14% 30px 14%;
	position: relative;
}
h1 {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	text-transform: uppercase;
	color: #333;
	text-align: center;
}
h1.span {
    column-span: all;
    margin: 20px 0 10px 0;
}
h2 {
	font-weight: 100;
	font-size: 32px;
	line-height: 40px;
	color: #333;
	text-align: center;
}
h2.span {
    column-span: all;
}
p,
p.copyright,
p.white {
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
	width: 90%;
	margin: 5px 5% 20px 5%;
	color: #333;
	text-align: center;
}
p.copyright {
	font-size: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
p.gray {
	font-size: 12px;
	line-height: 13px;
	color: #999;
	margin: 0 5% 0 5%;
}
p a {
	color: #333;
	text-decoration: none;
}
p a:hover {
	color: #C33;
}
p.right {
  text-align: center; 
  margin: 0;    
  width: 100%;
  white-space: nowrap;
}
p.left {
  text-align: center; 
  margin: 0;    
  width: 100%;
}
p.left_spacer {
line-height: 0;   
}
p.span {
column-span: all;
margin: 5px 5% 20px 5%;
}
.sizer {
	height: 100vh;
	min-height: 480px;
	width: 1px;
	float: right;
}
