/*
        _            _            _           _    _        _   
       / /\         /\ \         /\ \        /\ \ /\ \     /\_\ 
      / /  \       /  \ \       /  \ \      /  \ \\ \ \   / / / 
     / / /\ \__   / /\ \ \     / /\ \ \    / /\ \ \\ \ \_/ / /  
    / / /\ \___\ / / /\ \ \   / / /\ \_\  / / /\ \_\\ \___/ /   
    \ \ \ \/___// / /  \ \_\ / / /_/ / / / / /_/ / / \ \ \_/    
     \ \ \     / / /   / / // / /__\/ / / / /__\/ /   \ \ \     
 _    \ \ \   / / /   / / // / /_____/ / / /_____/     \ \ \    
/_/\__/ / /  / / /___/ / // / /\ \ \  / / /\ \ \        \ \ \   
\ \/___/ /  / / /____\/ // / /  \ \ \/ / /  \ \ \        \ \_\  
 \_____\/   \/_________/ \/_/    \_\/\/_/    \_\/         \/_/                                                              


*/
@font-face {
	font-family: 'Curlz SD';
	src: url('curlz/CurlzSD.eot');
	src: url('curlz/CurlzSD.eot?#iefix') format('embedded-opentype'),
		url('curlz/CurlzSD.woff') format('woff'),
		url('curlz/CurlzSD.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.curlz{font-family: 'Curlz SD';}

a {color: #000;}
strong {font-family: 'HaasDisplayBold';}
#inner a { color: red; }
#inner a:hover { color: #2B00F7; }


#header a {color: #fff}
#inner {
	font-size: 18px;
	font-family: 'HaasText', Helvetica, Arial, sans-serif;
	line-height: 26px;
	max-width: 800px;
	margin: 0 auto;
	color: #3d3d3d;
	-webkit-font-smoothing: antialiased;
}

.pullQ {
	font-family:'BWHaasText-65Medium';
	text-align: center;
	font-size: 50px;
	line-height: 52px;
	margin: 40px -100px;
	padding:10px;
	color: red;
}

h1, h2, .kristen {font-family:'BWHaasText-65Medium';}
h1{font-size: 90px;color:#bed5f5;}
.titlecurlz{font-size: 130px}
h2 {font-size:30px ;line-height:38px;color: #bed5f5;}

.pad{padding-top: 40px}

#header {
	width: 100%;
	position: relative;
	background: url(img/header.jpg);
	background-size: cover;
	background-position: 50% 20%;
}

.title {
	position: absolute;
	top: 20px;
	left: 50px;
	text-shadow: 1px 1px 2px rgba(0, 0, 255, 1);
	width: 40%;
}
.forty{font-size: 45px;line-height: 45px}
.eighty{font-size: 80px;}

.kristen {
	top: 50px;
	right: 15%;
	/*right: 200px;*/
	position: absolute;
	text-align: center;
	font-size: 22px;
	line-height: 20px;
	color: #fff;
	width: 220px;
	height: 220px;
	background: red; 
	-moz-border-radius: 110px; 
	-webkit-border-radius: 110px; 
	border-radius: 110px;
	box-shadow: 1px 1px 2px rgba(0, 0, 255, 1);
    -ms-transform: rotate(-10deg); /* IE 9 */
    -webkit-transform: rotate(-10deg); /* Safari */
    transform: rotate(-10deg);
}

.circleInner{	
   position: absolute;
   top: 50%;
   left: 50%; 
   -webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%); 
   -ms-transform: translate(-50%, -50%); 
   -o-transform: translate(-50%, -50%); 
   transform: translate(-50%, -50%); }

#credits{
	border-top: 4px solid red;
	text-align: center;
	margin: 60px 0;
	font-family:'BWHaasText-65Medium';
}

#credits a, #credits span {
	font-family: Curlz SD;
	font-size: 28px;
	color: black;
}
#credits a:hover {
	color: #2B00F7;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

::selection {  background: red; color: #bed5f5; }
::-moz-selection {  background: red;color: #bed5f5;}


.imgL {
	float: left;
	width: 400px;
	margin: 20px 20px 20px -100px;
}
/*.imgL img {
	-webkit-box-shadow: 10px 10px 0px 0px rgba(255,0,0,1);
	-moz-box-shadow: 10px 10px 0px 0px rgba(255,0,0,1);
	box-shadow: 10px 10px 0px 0px rgba(255,0,0,1);}
*/

.imgR {
	float: right;
	width: 300px;
	margin: 20px -100px 20px 20px;
}

.caption {
	padding-top: 4px;
	font-size: 14px;
	line-height: 16px;
  	font-family: 'HaasTextBold', Arial, sans-serif;
  }


 #games {
 	border: 4px solid red;
 	color:red;
 	text-align: center;
 	padding: 10px;
 	font-size: 15px;
 	line-height: 17px;
  	float: left;
  	width: 300px;
  	margin: 20px 20px 20px -100px;
  }

  #games img{width: 100%}

  .intro {font-size: 30px;line-height: 36px}



@media only screen and (max-width: 800px) {
	.kristen {
		top:20px;
		right: 10%;
		/*right: 10px;*/
		font-size: 15px;
		line-height: 15px;
		width: 160px;
		height: 160px;
		-moz-border-radius: 80px; 
		-webkit-border-radius: 80px; 
		border-radius: 80px;
	}
	.forty {font-size: 34px;line-height:34px;}
	.title {top:20px;left: 20px}
	h1{font-size: 60px;line-height: 64px}
	.titlecurlz{font-size: 80px;line-height: 78px}
	#inner{margin: 10px; font-size: 22px; line-height: 28px;}
	.intro{font-size: 26px; line-height: 32px;}
	.imgL {margin: 10px 10px 10px 0}
	.imgR {margin: 10px 0 10px 10px;}
	.pullQ{margin: 30px 0}
	#games {margin:10px 10px 10px 0;}
  }

@media only screen and (max-width: 600px) {
	.imgR, .imgL{float: none;margin: 10px auto;width: 100%;text-align:center;}
  }

@media only screen and (max-width: 500px) {
	h1{font-size: 36px;line-height: 38px}
	.titlecurlz{font-size: 60px;line-height: 64px}
	h2 {font-size:20px; line-height: 1.3em;}
	#inner, .intro{font-size: 18px; line-height: 24px;}
	.imgR, .imgL{float: none;margin: 10px auto;width: 100%}
	#games {float: none;margin: 20px auto;width: 100%}
	.pullQ {font-size: 36px;line-height: 38px}

	.title {
		width: 100%;
		left: 0;
		top: 300px;
		text-align: center;
	}
	/*.title h1 span {
		display: block;
	}*/
	.kristen {
		top: 0%;
		right: 0%;
	}

  }

@media only screen and (max-width: 400px) {
	#inner{margin: 10px; font-size: 16px; line-height: 20px;}
	h1{font-size: 30px;line-height: 32px}
	.titlecurlz{font-size: 54px;line-height: 60px}
	.forty {font-size: 18px;line-height:20px;font-family: 'HaasTextBold', Arial, sans-serif;}
	h2 {font-size:18px;}
	.intro {font-size: 16px; line-height: 20px;}
	.pullQ {margin: 20px 8px;font-size: 32px;line-height: 34px}
	.kristen {display: none;}

}