@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	background:#000;
}

p{
	margin: 0 0 20px 0;
	color:white;
}

p, ul{
	font-family: 'Raleway', sans-serif;
	font-size-adjust:0.488;
	font-weight:200;
	font-style:normal;
}

img{
	border: 0;
	max-width:100%;
}

h1, #pixels{
	font-family: 'Raleway', sans-serif;
	font-size-adjust:0.40;
	font-weight:400;
	font-style:normal;
	color:white;
}

h2{
	font-family: 'Raleway', sans-serif;
	font-size-adjust:0.531;
	font-weight:500;
	font-style:normal;
}

#header h1, #pixels{
	color: #48941A;
}

.float-left{
	float: left;	
	margin: 0 0 0 20px;
	
}

.float-right{
	float: right;
	margin: 0 20px 0 0;

}

.center{
	font-size: 2.5em;
	padding: 80px 0 0 0;
	text-align: center;
}

#nav{
	list-style: none;
	position: fixed;
	right: 20px;
}

#nav li{
	margin: 0 0 15px 0;	
}


#intro{
	color: white;
	height: 719px;
	background-attachment: fixed;
	background-image: url(http://theharrowmusic.com/images/sitegraphics/main_new.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: contain;
}

#second{
	color: white;
	height: 200px;
	padding: 30px 0 0 0;
	background-attachment: fixed;
	background-image: url(http://theharrowmusic.com/images/sitegraphics/bg-2.jpg);
	background-repeat: no-repeat;
	background-position: 0;
	background-size: contain;
}


#third{
	color: white;
	height: 800px;
	padding: 20px 0 0 0;
	background-attachment: fixed;
	background-image: url(http://theharrowmusic.com/images/sitegraphics/main4.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: contain;
}

#fourth{
	color: white;
	height: 800px;
	padding: 20px 0 0 0;
	background-attachment: fixed;
	background-image: url(http://theharrowmusic.com/images/sitegraphics/bg-2.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: contain;
}

#fifth{
	color: white;
	height: 900px;
	padding: 20px 0 0 0;
	background-attachment: fixed;
	background-image: url(http://theharrowmusic.com/images/sitegraphics/videobg2.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: contain;
}



#sixth{
	padding: 20px 0 0 0;
	background: #181818 ;
	height: 200px;
	margin: 0 auto;
	background-size: contain;

}

.story{
	margin: 0 auto;
	min-width: 980px;
	overflow: auto;
	width: 980px;
}


.story2{
	min-width: 980px;
	overflow: auto;
	width: 1200px;
	margin: 0 auto;
}



.story .float-left{
	padding: 20px 0 0 0;
	position: relative;
	width: 40%;
	float: left;
	padding: 20px 0 0 0;
}

.story .float-right{
	padding: 20px 0 0 0;
	position: relative;
	width: 40%;
	float: right;
	background-size: contain;
}

.left{float:left; width:33%;}

.left2{
	float: left;
	width: 11%;
}

.left3{float:left; width:20%;}

img {
 opacity: 1.0;
 transition: opacity 1s ease-in-out;
 -moz-transition: opacity 1s ease-in-out;
 -webkit-transition: opacity 1s ease-in-out;
 max-width: 100%;
 }
 a:hover img {
 opacity: .6;
 transition: opacity .55s ease-in-out;
 -moz-transition: opacity .55s ease-in-out;
 -webkit-transition: opacity .55s ease-in-out;
 }
.subtext {
	color: #666666;
	font-size: 14px;
}
.presstext {
	font-size: 15px;
}


.outer {
    width: 100%;
    height: 100%;
}