/* 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 {
	height: 100%;
	background-color: #000;
	overflow: hidden;
}

body{
	margin:0;
	padding:0;
	color: #fff;
	text-align: center;
	background: url(../images/bg9991_2927.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	box-shadow: inset 0 0 100px rgba(0,0,0,0.5);
	position: relative;
}

.black{
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#wrapper{
	position: relative;
	width: 100%;
	margin: auto;
	min-height: 100%;
}

#header{
	width: 100%;
	margin: 0px auto 0px;
	position: absolute;
	top: 5%;
}

h1{
	font-family: 'Damion', cursive;
	font-size: 10vw;
	color: white;
	text-shadow:
		3px 3px 0 #000,
		-1px -1px 0 #000,  
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}

div.h2{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 3vw;
	letter-spacing: 4px;
	display: table-cell;
	padding: 0px 10px 0px;
	color: white;
	text-shadow:
		3px 3px 0 #000,
		-1px -1px 0 #000,  
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}

div.bar{
	width: 60px;
	height: 1px;
	display: table-cell;
	background: url(../images/line.png) center center;
	background-repeat: repeat-x;
	
}

.tagline
{
    display: inline-block;
    margin: 0px auto 0px;
}

#middle{
	width: 100%;
	background: #ffffff;
	padding: 10px 0;
	margin: 0px auto 0px;
	position: absolute;
	bottom: 22%;
}

#middle p{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 2vw;
	color: #000000;
	/*line-height: 34px;*/
	padding: 0 10%;
}

#middle p span{
	color:#e63b4d;
}

#footer{
	width: 100%;
	position: absolute;
	bottom: 1%;
}

ul.social{
	/*width: calc(70px * );*/
	margin: 0px auto 0px;
	/*height: 45px;*/
	text-align: center;
}

li.grid-item {
    display: inline-block;
    /*margin: 2px;
    width: 95px;
    height: 95px;
    background-color: black;*/
}

ul.social li a{
	float: left;
	background: url(../images/social-icons2x75.png) left top no-repeat;
	position: relative;
	height: 45px;
	display: block;
	width: 45px;
	margin-right: 5px;
	margin-left: 5px;
}

ul.social li a.facebook{
	height: 45px;
	background-position: 0px 0px;
	width: 45px;
}

ul.social li a.facebook:hover{
	background-position: 0px -45px;
}

ul.social li a.twitter{
	height: 45px;
	background-position: -45px 0px;
	width: 45px;
}

ul.social li a.twitter:hover{
	background-position: -45px -45px;
}

ul.social li a.tumblr{
	height: 45px;
	background-position: -90px 0px;
	width: 45px;
}

ul.social li a.tumblr:hover{
	background-position: -90px -45px;
}

ul.social li a.email{
	height: 45px;
	background-position: -225px 0px;
	width: 45px;
}

ul.social li a.email:hover{
	background-position: -225px -45px;
}

ul.social li a.pinterest{
	height: 45px;
	background-position: -540px 0px;
	width: 45px;
}

ul.social li a.pinterest:hover{
	background-position: -540px -45px;
}

ul.social li a.instagram{
	height: 45px;
	background-position: -630px 0px;
	width: 45px;
}

ul.social li a.instagram:hover{
	background-position: -630px -45px;
}

ul.social li a.youtube{
	/*margin-right: 0;*/
	height: 45px;
	background-position: -585px 0px;
	width: 45px;
}

ul.social li a.youtube:hover{
	background-position: -585px -45px;
}

a:link {
    text-decoration: none;
	color: white;
}

a:visited {
    text-decoration: none;
	color: white;
}

a:hover {
    text-decoration: none;
	color: white;
}

a:active {
    text-decoration: none;
	color: white;
}

@media screen and (max-width: 650px){	

	div.bar{
		width: 30px;
	}
	
	/*#middle{
		margin: 50px 0 20px 0;
		width: 90%;
		padding: 5%;
	}*/
	
	#middle p{
		font-size: 3vw;
		color: #000000;
		/*line-height: 24px;*/
		padding: 0;
	}
	
	#middle p span{
		color:#e63b4d;
	}
	
}

@media screen and (max-width: 443px){
	
	/*
	ul.social{
		width: calc(60px * );	
	}

	ul.social li a{
		margin-right: 0px;
		margin-left: 0px;
	}
	*/
	
	#middle{
		bottom: 42%;
	}
}

@media screen and (max-height: 315px){
	#footer{
		display: none;
	}
}

@media screen and (max-height: 250px){
	#footer{
		display: none;
	}
	
	#middle{
		bottom: 1%;
		padding: 0px;
	}
	
}

@media screen and (max-height: 125px){
	#footer{
		display: none;
	}
	
	#middle{
		bottom: 0px;
		padding: 0px;
	}
	
	#header{		
		top: 0px;
	}
	
	h1{
		font-size: 7vw;
	}
	
}