/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
margin:0;padding:0;
}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,dfn,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}


html,


body{
margin:0;
padding:0;
color: #fff;
text-align: center;
background: url(../images/bg2.jpg) center bottom no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;   
background-repeat: no-repeat;
background-attachment: fixed;
box-shadow: inset 0 0 100px rgba(0,0,0,0.5);
position: relative;  
}

.black{
background-color: rgba(0, 0, 0, 0.5);
position: relative; 
left: 0;
width: 100%;
height: 100%;
}

#wrapper{
	position: relative;
	width: 100%;
	margin: auto; 
}

#header{
	width: 100%;
	padding-bottom: 50px;
	margin: auto;
}

h1{
	font-family: 'Damion', cursive;
	font-size: 6em;
    

}

h2{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 30px;
	letter-spacing: 4px;
}

h2 strong.sep-one{
	width: 60px;
	height: 1px;
	background: #fff;
	position: absolute;
	margin-left: -70px;
	margin-top: 15px;
}

h2 strong.sep-two{
	width: 60px;
	height: 1px;
	background: #fff;
	position: absolute;
	margin-left: 25px;
	margin-top: 15px;
}


#middle{
	width: 100%;  height:100%;   
    display: block;   
    text-align:left;
	background: rgba(255,255,255,0.6);
	padding: 10px;
	margin: 20px auto;
}

#middle p{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	color: #000000;
	line-height: 34px;
	padding: 10px 80px;
}

#middle p span{
	color:#e63b4d;
}

#middle p small{
	font-size:0.75em;
}

.attribution {
	padding: .5em;   font-family: sans-serif;
	text-align: left;
	color: #333;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.attribution a {
	color: #fff;
}

#footer{
	width: 100%;
}

ul.social
{
width: 242px;
margin: 40px auto 0;
height: 62px;      
}

ul.social li{
float: left;
background: url(../images/social.png) left top no-repeat;
position: relative;
height: 62px;
margin-right: 28px;      
}
                                                                                
display: block;
ul.social li a{
width: 62px;
height: 62px;  
}


ul.social li.facebook{
height: 62px;
background-position: 0 0;   
width: 62px;         
}

ul.social li.facebook:hover{
background-position: 0 -62px;  
}



ul.social li.twitter{
height: 62px;
background-position: -90px 0;
width: 62px;
}

ul.social li.twitter:hover{
background-position: -90px -62px;
}



ul.social li.youtube{
margin-right: 0;
height: 62px;
background-position: -180px 0;
width: 62px;
}

ul.social li.youtube:hover{
background-position: -180px -62px;
}


@media screen and (max-width: 568px){
	#header{
		width: 100%;
		padding: 25px 0 30px 0;
		margin: auto;
	}


	h1{
		font-size: 3em;
	}
	
	h2{
		
		font-size: 15px;
		letter-spacing: 2px;
	}

	h2 strong.sep-one{
		width: 30px;
		margin-left: -30px;
		margin-top: 7px;
	}
	
	h2 strong.sep-two{
		width: 30px;
		margin-left: 20px;
		margin-top: 7px;
	}

	#middle{
		margin: 50px 0 20px 0;
		width: 100%;  height:100%;
		padding: 5%;
	}
	
	#middle p{
		font-size: 18px;
		color: #000000;
		line-height: 24px;
		padding: 0 30px 0 0;
	}
	
	#middle p span{
		color:#e63b4d;
	}

	
}

