body {
	margin: 0; 
	position: relative;
}

.hsContainer {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.hsContent {
    display: table-cell;
    vertical-align: middle;
    padding: 0 8%; 
    text-align: center
}

.bcg {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.landingpage {
		background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  	background-color: #ffffff; /* #060808; */
    height: 100%;
    width: 100%;
 }

h2 {
    color: #e31b23;
    font-size: 2em;
    font-weight: normal;
    letter-spacing: 0.047619em;
    line-height: 1.5em;
    margin-bottom: 0.75em;
}

p {  font-size: 1.25em; }

.bigger {  font-size: 1.25em; }

h1.testimonial { 
	font-size: 2.5em; 
	margin: 0px;
}

h3.testimonial { 
	margin: 15px 0px 0px;
	font-style: italic; 
	/* font-weight: 100; */
}

/* override for small screen devices */
@media only screen and (max-device-width: 800px) {
	p { font-size: 2em; }
	.bigger { font-size: 2em; }
	h2 { font-size: 2.5em;}
	.bcg { background-attachment: scroll; }
	.landingpage { background-attachment: scroll; }
}

.content {
	position: relative;
	margin: 50px 100px;
	padding: 25px;
	background-image:url('img/watermark.jpg');
	background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial {
		color: #fff;
		font-family: "Lato", ​Helvetica, sans-serif; 
		font-weight: 300; 
}

.greybox { 
  /* 25% opacity black background */
	background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0; /* modern browers */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3F000000, endColorstr=#3F000000); /* IE 6/7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3F000000, endColorstr=#3F000000)"; /* IE8 */  
	padding: 15px;
}

a {
	color: #8a7967;
	text-decoration: underline;
}

a:hover {
	color: #e31b23;
}

#downarrow { 
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1em;
  text-align: center;
}

#services-list{margin-left: 2em;}

.items {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
		display: block;
} 

.gear {
		margin-bottom: 0;
		padding-bottom: 0;
		font-weight: bold;
}

.musicians li, .equipment li, .clients li {
    list-style-type: none;
}

.clients li:before {
    content:"• "
}

.musicians li:before {
    content:"♪ ";
}

#slide0 .landingpage {background-image:url('img/frontpage-white.jpg')}
#liz .bcg {background-image:url('img/Atlanta.jpg')}
#mike .bcg {background-image:url('img/studio2.jpg')}
#movius .bcg {background-image:url('img/studio3.jpg')}
#doug .bcg {background-image:url('img/studio1.jpg')}
#casto .bcg {background-image:url('img/studio5.jpg')}
#bruce .bcg {background-image:url('img/studio4.jpg')}
#jeff .bcg {background-image:url('img/studio3.jpg')}

/* Atlanta.jpg - CC image "Atlanta_Skyline_from_Buckhead" courtesy of Chuck Koehler http://www.flickr.com/photos/13331510@N00/355135172/ */
