/* GLOBAL ************************/

body {
	background-color: #000;
	background-image: url('bg.png');
	background-position: center top;
    background-repeat: no-repeat;
	font: normal 14px/24px Georgia, serif;
	color: #fff;
	letter-spacing: 1px;
	-ms-transition: background 0.8s ease 0s;
	-moz-transition: background 0.8s ease 0s;
	-o-transition: background 0.8s ease 0s;
	-webkit-transition: background 0.8s ease 0s;
	transition: background 0.8s ease 0s;
}

a {
	color: #28d9db;
	text-decoration: none;
}

p {
	font: normal 14px;
	line-height: 24px;
	margin-bottom: 10px;
}

p2 {
	margin-bottom: 15px;
	display: block;
	height: 40px;
}

/* HEADER TAGS ************************/

h1 {
	font: bold 26px 'Asap', sans-serif;
	text-align: center;
	margin-bottom: 10px;
	line-height: 34px;
}

h2 {
	margin-right: 12px;
	margin-left: 12px;
	display: inline;
}

h4 {
	font: bold 16px 'Asap', sans-serif;
	color: #fff;
	margin-bottom: 10px;
}

h5 {
	font: bold 24px 'Asap', sans-serif;
	color: #fff;
}

h6 {
	margin-top: 15px;
	text-transform: uppercase;
	font: bold 16px 'Asap', sans-serif;
	color: #fff;
}

h7 {
	font: bold 14px 'Asap', sans-serif;
	text-transform: uppercase;
	color: #fff;
}

/* NAVIGATION ************************/

#navbar {
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 20px;
	margin: 0 auto;
	padding: 15px;
	font: bold 13px 'Asap', sans-serif;
	text-align: center;
}

/* LOGO ************************/

#logo {
	width: 850px;
	height: 435px;
	margin: 0 auto;
	background-image: url('../images/logo.png');
	background-position: 0px 0;
	animation: switch .5s steps(2) infinite;
}

/* INDEX ************************/

#howtoplay, #news, #store{
	margin-bottom: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}

#howtoplay, #store, #news {
	text-align: center;
}

#e {
	margin: 0 auto;
	margin-bottom: 150px;
	text-align: center;
}

.section {
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: center;
}

/* SECTION TITLES ************************/

#section_howtoplay {
	width: 254px;
	height: 52px;
	margin: 0 auto;
	background-image: url('../images/section_studyguide.png');
	background-position: 0px 0;
	animation: switch_section .5s steps(2) infinite;
}

#section_news {
	width: 254px;
	height: 52px;
	margin: 0 auto;
	background-image: url('../images/section_news.png');
	background-position: 0px 0;
	animation: switch_section .5s steps(2) infinite;
}

#section_store {
	width: 254px;
	height: 52px;
	margin: 0 auto;
	background-image: url('../images/section_store.png');
	background-position: 0px 0;
	animation: switch_section .5s steps(2) infinite;
}

/* STORE ************************/

/* TSHIRT ***/
#store_tshirt_dolstu {
	width: 200px;
	height: 200px;
	float: left;
	margin: auto;
	background-image: url('../images/icon_tshirt_dolstu.png');
	background-position: 0px 0;
	animation: switch_store .5s steps(2) infinite;
}

/* GAME PREORDER ***/
#store_preorder_game {
	width: 200px;
	height: 200px;
	float: left;
	background-image: url('../images/icon_preorder_game.png');
	background-position: 0px 0;
	animation: switch_jelly 1s steps(3) infinite;
}

/* STORE PRODUCT IMG HOVER ***/
.item_caption {
    display: inline-block;
	width: 200px;
	height: 250px;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
}

.item_caption:hover {
	box-shadow: 0 0 0 2px #fff inset;
    display: inline-block;
}

.item_caption img {
    display: block;
}

/* FOOTER ************************/

#footer {
	padding-top: 100px;
	margin-bottom: 100px;
}

#social, #platform{
	margin-bottom: 50px;
}

#social {
	margin-right: auto;
	margin-left: auto;
	width: 150px;
	height: 39px;
}

#platform {
	margin-right: auto;
	margin-left: auto;
	width: 480px;
	height: 106px;
}

#team {
	margin-bottom: 100px;
	text-align: center;
	font: bold 16px 'Asap', sans-serif;
	line-height: 24px;
	letter-spacing: 3px;
}

#lights {
		text-align: center;
}

/* SQUEAKY ************************/

#section_squeaky {
	width: 446px;
	height: 39px;
	margin: 0 auto;
	background-image: url('../images/squeaky.png');
	background-position: 0px 0;
	animation: switch_squeaky .5s steps(2) infinite;
}

/* PLATFORM ICONS ************************/

#platform_steam {
	width: 150px;
	height: 106px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	background-image: url('../images/icon_steam.png');
	background-position: 0px 0;
	animation: switch_platform .5s steps(2) infinite;
}

#platform_ps4 {
	width: 150px;
	height: 106px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	background-image: url('../images/icon_ps4.png');
	background-position: 0px 0;
	animation: switch_platform .5s steps(2) infinite;
}

#platform_kickstarter {
	width: 150px;
	height: 106px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	background-image: url('../images/icon_kickstarter.png');
	background-position: 0px 0;
	animation: switch_platform .5s steps(2) infinite;
}

/* SOCIAL ICONS ************************/

#social_facebook {
	width: 40px;
	height: 39px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	background-image: url('../images/icon_facebook.png');
	background-position: 0px 0;
	animation: switch_social .5s steps(2) infinite;
}

#social_twitter {
	width: 40px;
	height: 39px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	background-image: url('../images/icon_twitter.png');
	background-position: 0px 0;
	animation: switch_social .5s steps(2) infinite;
}

#social_tumblr {
	width: 40px;
	height: 39px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	background-image: url('../images/icon_tumblr.png');
	background-position: 0px 0;
	animation: switch_social .5s steps(2) infinite;
}

/* LINKS ************************/

a:link {
	color: #fff;
	font-weight: bold;
}

a:visited {
	color: #fff;
}

a:hover {
	color: #00ffff;
}

a:active {
	color: #fff;
}