@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: 100vh;
	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 center;
	background-image: url(../images/index_bg.jpg);
}
#wrapper {
	min-width: 100%;
	min-height: 100vh;
	padding: 0;
	left: 0;
	overflow: hidden;
	position: relative;
	margin-top: 100vh;
	z-index: 100;
}
.wrapper_narrow,
.wrapper_contact {
	width: 50%;
	height: auto;
	margin: 0;
	left: 50%;
	overflow: hidden;
	position: relative;
	background-color: #FFF;
	padding: 40px 20px 40px 20px;
    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: 200;
}
.wrapper_contact {
	margin-top: 50vh;
	min-height: 100vh;
}
.wrapper_controls {
	width: 50%;
	height: 100px;
	margin: 0;
	left: 50%;
	bottom: 0;
	position: absolute;
	padding: 0;
	text-align: center;
}
.bio {
	width: 100%;
	min-height: 100vh;
	margin: -5% 0 0 0;
	padding: 0;
	left: 0;
	overflow: hidden;
	position: static;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-image: url(../images/scott_chisholm.jpg);
	background-repeat: no-repeat;
	z-index: 100;
}
.credits {
    width: 100%;
    column-count: 2;
    column-gap: 30px;
}
.logotype {
	width: 36%;
	height: auto;
	margin: 20% 0 0 57%;
}
.knob {
	width: 24%;
	height: auto;
	margin: 0 38% 20px 38%;
	position: relative;
}
.logo {
	width: 72%;
	height: auto;
	margin: 0 14% 20px 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;
}
h2.phone a {
	font-weight: 300;
	color: #C33;
    text-decoration: none;
}
h2.phone a:hover {
	color: #999;
}
p,
p.copyright,
p.white {
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
	width: 80%;
	margin: 5px 10% 20px 10%;
	color: #333;
	text-align: center;
}
p.copyright {
	font-size: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
p.gray {
	color: #999;
	margin: 0 10% 0 10%;
}
p a {
	color: #999;
	text-decoration: none;
}
p a:hover {
	color: #C33;
}
p.right {
  text-align: right; 
  margin: 0;
  width: 100%;
}
p.left,
p.left_spacer{
  text-align: left; 
  margin: 0;    
  width: 100%;
}
p.span {
column-span: all;
margin: 5px 10% 0 10%;
}
.sizer {
	height: 100%;
	width: 1px;
	float: right;
}