/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

html,
body {
  height: 100%;
  background-color: #333;
}

* {
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body{
	background: url(../images/newback.jpg) center top 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;
	color: #ffffff;
}


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

.logo-header{
	margin-bottom: 40px;
}

.louter{
	position:relative;
	left:50%;
	float:left;
	clear:both;
	text-align:left;
}

.linner{
	position:relative;
	left:-50%;
	text-align:left;
}

h1.logo{
	font-family: 'Bevan', cursive;
	font-size: 30px;
	line-height: 25px;
	background: #fff;
	text-align: center;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	padding: 40px 30px;
}

h1.logo span{
	display: block;
	font-size: 14px;
}

.left-section{
	position: relative;
}

.left-section h2{
	font-family: 'Bevan', cursive;
	color: #fff;
	font-size: 50px;
	text-transform: uppercase;
	line-height: 60px;
	margin-bottom: 20px;
}

.left-section p{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	line-height: 35px;
}

.left-section p.launch{
	margin-top: 30px;
	font-size: 25px;
	font-family: 'Finger Paint', cursive;
}

.model-image{
	width: 222px;
	height: 328px;
	float: left;
	margin-left: 60px;
}

.image-border{
	background: url(../images/image-border.png) left top no-repeat;
	position: absolute;
	width: 222px;
	height: 328px;
	z-index: 1;
}	


.model-image img{
	position: relative;
	left: 7px;
	top: 7px;
}

ul.social{
	float: left;
	margin-left: -10px;
	margin-top: 30px;
}

ul.social li{
	float: left;
	clear: left;
	margin-bottom: 10px;
}

ul.social li a{
	padding: 20px 25px 20px 20px;
	background: #fff;
	margin-bottom: 0px;	
	-webkit-border-radius: 5px;
	float: left;
	border-radius: 5px;
	font-family: 'Bevan', cursive;
	text-decoration: none;
	font-size: 24px;
	color: #333;
}


ul.social li:hover a{
	color: #000;
	padding: 20px 30px 20px 25px;

}


.divider{
	position: absolute;
	margin:0 auto;
	top:170px;
	left: 0;
	right: 0;
	bottom: 0;
	height: 350px;
	width: 8px;
	background: #fff;
}
/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {



		h1.logo{
			font-size: 25px;
			line-height: 22px;
			padding: 30px 20px;
		}
		
		.left-section h2{
			font-size: 40px;
			line-height: 48px;
			margin-bottom: 18px;
		}
		
		.left-section p{
			font-family: 'Source Sans Pro', sans-serif;
			font-size: 20px;
			line-height: 28px;
			margin-right: 50px;
		}
		
		.left-section p.launch{
			margin-top: 30px;
			font-size: 24px;
			font-family: 'Finger Paint', cursive;
		}		
		
		.model-image{
			display: none;
		}
		
		
		ul.social{
			float: none;
			width: 100%;
			margin-left: 60px;
			margin-top: 10px;
		}
		
		ul.social li{
			margin-bottom: 10px;
			float: left;
			clear: left;
		}
		
		ul.social li a{
			display: block;
			padding: 20px 25px 20px 20px;
			background: #fff;
			margin-bottom: 0px;	
			-webkit-border-radius: 5px;
			border-radius: 5px;
			font-family: 'Bevan', cursive;
			text-decoration: none;
			font-size: 24px;
			color: #333;
		}
		
		
		ul.social li:hover a{
			color: #000;
			padding: 20px 30px 20px 25px;
		
		}



		.divider{
			position: absolute;
			margin:0 auto;
			top:150px;
			left: 0;
			right: 0;
			bottom: 0;
			height: 350px;
			width: 5px;
			background: #fff;
		}		
		
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {


		h1.logo{
			font-size: 40px;
			line-height: 30px;
			padding: 30px 30px;
			margin-bottom: 60px;
		}
		
		h1.logo span{
			display: block;
			font-size: 16px;
		}		
		
		.left-section h2{
			font-size: 40px;
			text-align: center;
			line-height: 50px;
			margin-bottom: 18px;
		}
		
		.left-section p{
			font-family: 'Source Sans Pro', sans-serif;
			font-size: 24px;
			line-height: 25px;
			text-align: center;
			margin-bottom: 50px;
		}
		
		.left-section p.launch{
			margin-top: 30px;
			font-size: 30px;
			font-family: 'Finger Paint', cursive;
			padding-bottom: 40px;
			border-bottom: 5px #fff solid;
			margin-bottom: 30px;
		}		
		
		.model-image{
			display: none;
			
		}
		
		
		ul.social{
			width: 100%;
			margin-left: 0px;
			margin-top: 0px;
			float: none;
		}
		
		ul.social li{
			float:  none;
			clear: none;
			margin-bottom: 10px;
			display: block;
		}
		
		ul.social li a{
			padding: 12px 10px;
			text-align: center;
			background: #fff;
			display: block;
			width: 100%;
			margin-bottom: 10px;	
			-webkit-border-radius: 5px;
			border-radius: 5px;
			font-family: 'Bevan', cursive;
			text-decoration: none;
			font-size: 16px;
			color: #333;
		}
		
		
		ul.social li:hover a{
			color: #000;
			padding: 12px 10px;
		
		}
			

		.divider{
			display: none;
		}		
		
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {


	
		.louter{
			position:relative;
			left:0;
			width: 100%;
			float:left;
			clear:both;
			text-align:left;
		}
		
		.linner{
			position:relative;
			left:0;
			text-align:left;
		}	
		
		h1.logo{
			font-size: 30px;
			line-height: 22px;
			padding: 30px 30px;
			margin-bottom: 60px;
		}
		
		
		.left-section h2{
			font-size: 30px;
			text-align: center;
			line-height: 40px;
			margin-bottom: 18px;
		}
		
		.left-section p{
			font-family: 'Source Sans Pro', sans-serif;
			font-size: 19px;
			line-height: 25px;
			text-align: center;
			margin-bottom: 50px;
		}
		
		.left-section p.launch{
			margin-top: 30px;
			font-size: 24px;
			font-family: 'Finger Paint', cursive;
			padding-bottom: 40px;
			border-bottom: 5px #fff solid;
			margin-bottom: 30px;
		}		
		
		.model-image{
			display: none;
			
		}
		
		
		ul.social{
			width: 100%;
			margin-left: 0px;
			margin-top: 0px;
			float: none;
		}
		
		ul.social li{
			float:  none;
			clear: none;
			margin-bottom: 10px;
			display: block;
		}
		
		ul.social li a{
			padding: 6px 0;
			text-align: center;
			background: #fff;
			display: block;
			width: 100%;
			margin-bottom: 10px;	
			-webkit-border-radius: 5px;
			border-radius: 5px;
			font-family: 'Bevan', cursive;
			text-decoration: none;
			font-size: 16px;
			color: #333;
		}
		
		
		ul.social li:hover a{
			color: #000;
			padding: 6px 0;
		
		}
			

		.divider{
			display: none;
		}		
		
		
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/