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

/************ CSS RESET **************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/************* End CSS RESET *****************/

@font-face {
    font-family: PH-font;
    src: url(http://pegheads.laserpegs.com/GROBOLD.TTF);
}

body{
	background: #40b4e5;	
}

.wrapper{
	width: 1200px;
	margin:0 auto;
	clear: both;
}

.card-big-container{
	display: none;
	background: rgba(0,0,0,0.8);
	position: fixed;
	height: 100%;
	width: 100%;	
	z-index: 10;
}

.card-big{
	margin: auto;
	width: 75%;
	z-index: 11;	
}

#main-nav{
	height: 100px;
	width: 100%;
	background: #333333;	
}

#main-nav-menu-right{
	float: right;	
}

#main-nav-menu-right ul a{
	font-family: PH-font;
	display: block;
	line-height: 100px;
	color: #FFFFFF;
	font-size: 24px;
	text-decoration: none;
	letter-spacing: 2px;
	float: left;
}

#main-nav-menu-right ul a:hover{
	color: #00CCFF;
}


#main-nav-menu-right ul a li{
	line-height: 100px;
	display: block;
	padding: 0 30px;
	float: left;
}

#main-nav-logo{
	position: absolute;
	width: 307px;
	height: 214px;
}

#mobile-nav-button{
	display: none;
	background: url(http://pegheads.laserpegs.com/images/mobile-nav-btn.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	margin-top: 25px;
	margin-right: 50px;
	cursor: pointer;
}

.banner{
	height: 1000px;
	width: 100%;
	clear: both;
	-webkit-box-shadow: inset 0px 0px 24px 10px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 24px 10px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 24px 10px rgba(0,0,0,0.75);
}

.mbanner{
	height: 1000px;
	width: 100%;
	clear: both;
	-webkit-box-shadow: inset 0px 0px 24px 10px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 24px 10px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 24px 10px rgba(0,0,0,0.75);
	display:none;
}

.banner1{
	background-color: #333333;
	background-attachment: fixed;
	background-image: url(http://pegheads.laserpegs.com/images/banner.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}

.banner2{
	background-color: #333333;
	background-attachment: fixed;
	background-image: url(http://pegheads.laserpegs.com/images/banner-2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}

.banner3{
	background-color: #333333;
	background-attachment: fixed;
	background-image: url(http://pegheads.laserpegs.com/images/banner-3.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}

.banner4{
	background-color: #333333;
	background-attachment: fixed;
	background-image: url(http://pegheads.laserpegs.com/images/banner-4.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}

.row{
	width: 100%;
	display: block;
	float: left;	
}

.tri-column{
	width: 29%;
	padding: 2%;
	display: block;
	float: left;
}

.icon-image{
	width: 247px;
	height: 231px;
	margin: auto;
	display: block;
}

.peg-icon{
	background-image:url(http://pegheads.laserpegs.com/images/peg-icon.png);
	background-repeat: no-repeat;	
}

.spinner-icon{
	background-image:url(http://pegheads.laserpegs.com/images/spinner-icon.png);
	background-repeat: no-repeat;	
}

.zippy-icon{
	background-image:url(http://pegheads.laserpegs.com/images/zippy-icon.png);
	background-repeat: no-repeat;	
}

.icon-image-header{
	text-align: center;
	font-family: PH-font;
	font-size: 36px;
	color: #333333;	
	margin-top: 15px;
}

.icon-image-text{
	margin-top: 15px;
	line-height: 22px;
	font-family: roboto;
	color: #000000;
	text-align: left;
	font-size: 18px;
}

.synopsis-text{
	margin-top: 15px;
	padding-bottom: 30px;
	line-height: 22px;
	font-family: roboto;
	color: #000000;
	text-align: left;
	font-size: 18px;
}

.synopsis-header{
	text-align: left;
	font-family: PH-font;
	font-size: 36px;
	color: #333333;	
	padding-top: 50px;
	clear: both;
}

/* entire container, keeps perspective */
.flip-container {
	perspective: 1000;
	padding:10px;
	cursor: pointer;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 380px;
	height: 490px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}

.flip-container:hover .flipper, .flip-container.hover .flipper, .flip-container.flip .flipper {
	transform: rotateY(180deg);
}

.peg-card-front{
	background-image: url(http://pegheads.laserpegs.com/images/peg-card-front.png);
	background-repeat: no-repeat;	
}

.peg-card-back{
	background-image: url(http://pegheads.laserpegs.com/images/peg-card-back.png);
	background-repeat: no-repeat;	
}

.zippy-card-front{
	background-image: url(http://pegheads.laserpegs.com/images/zippy-card-front.png);
	background-repeat: no-repeat;	
}

.zippy-card-back{
	background-image: url(http://pegheads.laserpegs.com/images/zippy-card-back.png);
	background-repeat: no-repeat;	
}

.spinner-card-front{
	background-image: url(http://pegheads.laserpegs.com/images/spinner-card-front.png);
	background-repeat: no-repeat;	
}

.spinner-card-back{
	background-image: url(http://pegheads.laserpegs.com/images/spinner-card-back.png);
	background-repeat: no-repeat;	
}

.queen-card-front{
	background-image: url(http://pegheads.laserpegs.com/images/queen-card-front.png);
	background-repeat: no-repeat;	
}

.queen-card-back{
	background-image: url(http://pegheads.laserpegs.com/images/queen-card-back.png);
	background-repeat: no-repeat;	
}

.dr-card-front{
	background-image: url(http://pegheads.laserpegs.com/images/dr-card-front.png);
	background-repeat: no-repeat;	
}

.dr-card-back{
	background-image: url(http://pegheads.laserpegs.com/images/dr-card-back.png);
	background-repeat: no-repeat;	
}

.lackey-card-front{
	background-image: url(http://pegheads.laserpegs.com/images/lackey-card-front.png);
	background-repeat: no-repeat;	
}

.lackey-card-back{
	background-image: url(http://pegheads.laserpegs.com/images/lackey-card-back.png);
	background-repeat: no-repeat;	
}

.prof-card-front{
	background-image: url(http://pegheads.laserpegs.com/images/prof-card-front.png);
	background-repeat: no-repeat;	
}

.prof-card-back{
	background-image: url(http://pegheads.laserpegs.com/images/prof-card-back.png);
	background-repeat: no-repeat;	
}

.drone-card-front{
	background-image: url(http://pegheads.laserpegs.com/images/drone-card-front.png);
	background-repeat: no-repeat;	
}

.drone-card-back{
	background-image: url(http://pegheads.laserpegs.com/images/drone-card-back.png);
	background-repeat: no-repeat;	
}

#videos{
	height: 675px;	
}

.color-bg-blue{
	background: #40b4e5;
	width: 100%;
	height: 1530px;
	display: block;
}

.color-bg-white{
	background: #FFFFFF;
	width: 100%;
	display: block;
}
.color-bg-pink{
	background: #ff3fb4;
	width: 100%;
	height: 740px;
	position: relative;
}

#game-bg{
	background-image:url(http://pegheads.laserpegs.com/images/game.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	padding-top: 30px;
	width: 100%;
	height: 1100px;
	position: relative;
}

.color-bg-grey{
	background: #000000;
	width: 100%;
	height: 740px;
	position: relative;
}

footer{
	background: #333333;
	width: 100%;
	clear: both;
	padding: 30px 0;
}

.footer-header{
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;	
	font-family: PH-font;
	margin-bottom: 30px;
}

.footer-text{
	font-size: 12px;
	font-family: roboto;
	text-align: center;
	color: #ffffff;
}

@media screen and (max-width: 1199px) {

.wrapper{
	width: 100%;
	padding: 0;
}

.card-big{
	width: 100%;	
}

#main-nav{
	height: 100px;
	width: 100%;
	background: #333333;	
}

#main-nav-menu-right{
	float: right;	
}

#main-nav-menu-right ul{
	display: none;	
}

#main-nav-logo{
	position: absolute;
	width: 200px;
}

#mobile-nav-button{
	display: block;
}

.banner{
	display:none;
}

.mbanner{
	display: block;
	height: 700px;
}

.tri-column{
	width: 29%;
	padding: 2%;
	display: block;
	float: left;
}

.icon-image{
	width: 247px;
	height: 231px;
	margin: auto;
	display: block;
}

.peg-icon{
	background-image:url(http://pegheads.laserpegs.com/images/peg-icon.png);
	background-repeat: no-repeat;	
}

.spinner-icon{
	background-image:url(http://pegheads.laserpegs.com/images/spinner-icon.png);
	background-repeat: no-repeat;	
}

.zippy-icon{
	background-image:url(http://pegheads.laserpegs.com/images/zippy-icon.png);
	background-repeat: no-repeat;	
}

.icon-image-header{
	text-align: center;
	font-family: PH-font;
	font-size: 36px;
	color: #333333;	
	margin-top: 15px;
}

.icon-image-text{
	margin-top: 15px;
	line-height: 22px;
	font-family: roboto;
	color: #000000;
	text-align: left;
	font-size: 18px;
}

.synopsis-header{
	padding-left: 15px;
	padding-right: 15px;
}

.synopsis-text{
	padding: 0px 15px 30px 15px;
}

/* entire container, keeps perspective */
.flip-container {
	perspective: 1000;
	padding:10px;
	cursor: pointer;
}

.flip-container, .front, .back {
	width: 380px;
	height: 490px;
}



footer{
	height: 50px;
	background: #333333;
	width: 100%;
	clear: both;
}

.color-bg-blue{
	background: #40b4e5;
}

.color-bg-pink{
	background: #ff3fb4;
	width: 100%;
	height: 740px;
	position: relative;
}

#game-bg{
	background-image:url(http://pegheads.laserpegs.com/images/game.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	padding-top: 30px;
	width: 100%;
	height: 1100px;
	position: relative;
}

.color-bg-grey{
	background: #000000;
	width: 100%;
	height: 740px;
	position: relative;
}
	
}

@media screen and (max-width: 1024px) {
.banner{
	display:none;
}

.mbanner{
	height: 500px;
	width: 100%;
	clear: both;
	-webkit-box-shadow: inset 0px 0px 24px 10px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 24px 10px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 24px 10px rgba(0,0,0,0.75);
}
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 480px) {

}