/***** Global Settings *****/

* {
	margin:0;
}
ul {
	list-style:none;
}
div, li, header, #homelink, .gamethumb, .thumbover {
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

a {
	text-decoration:none;
	color:rgba(60,47,127,1);
}
a:visited {
	color:rgba(60,47,127,1);
}
h1 {
	text-align:center;
	font-weight:800;
	font-size:4em;
	color:rgba(60,47,127,1);
	letter-spacing:4px;
	padding: 50px 0 20px 0;
	text-transform:uppercase;
}
h2 {
	font-size:2em;
	font-weight:800;
	padding-bottom:5px;
}
h3 {
	font-size:1.3em;
	padding-bottom:10px;
	font-weight:300;
}


/***** Header Content *****/

header {
	position:fixed;
	height:50px;
	width:100%;
	z-index:1000;
	left:0;
	top:0;
	font-weight:800;
}
header.scroll {
	background-color:white;
}
#homelink {
	background-image:url(../images/tb_logow.svg);
	height:130px;
	float:left;
	position:fixed;
	width:300px;
	background-repeat:no-repeat;
	background-size:contain;
}
header.scroll #homelink {
	height:50px;
	width:120px;
	background-image:url(../images/tb_logo.svg);
}
header ul {
	height:50px;
	right:0;
	position:absolute;
}
header li {
	float:left;
	height:50px;
}
header p {
	padding: 15px 15px 0 15px;
}
header li:hover {
	color:rgba(60,47,127,1);
	background-color:white;
}
header.scroll li:hover {
	color:white;
	background-color:rgba(60,47,127,1);
}
header li {
	color:white;
}
header.scroll li {
	color:rgba(60,47,127,1);
}
header li img {
	margin-top:-3px;
}
/***** Main Body Content *****/

body {
	font-family: 'Raleway', sans-serif;
	width:100%;
}
.page_section {
	width:100%;
	display:inline-block;
	text-align:center;
	padding-bottom:100px;
}


/***** Welcome Splash *****/

#splash {
	background-image: url(../images/game2_back.jpg);
	background-size:cover;
	background-position:center;
	height:100%;
	width:100%;
	overflow:hidden;
	text-align:center;
}
#splashoverlay {
	position:absolute;
	background-color:rgba(35,27,74,0.8);
	height:100%;
	width:100%;
	left:0;
	top:0;	
}
#splashoverlay p {
	font-size:5em;
	color:white;
	position:absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	font-weight:800;
	max-width:900px;
}
#splashoverlay b {
	font-weight:300;
	font-size:0.8em;
}
#splash_video {
	min-width:100%;
	min-height:100%;
	position:relative;
}

/***** Latest Games *****/
#latest > h2, #archive > h2 {
	color:rgba(60,47,127,1);
	font-weight:300;
}
#latestwrapper {
	display:inline-block;	
}
.latest_games {
	width:400px;
	float:left;
	margin:20px 30px 20px 30px;
}
.packshot img {
	width:100%;
	height:400px;
}
.gamedate {
	font-weight:800;
	padding-bottom:10px;
}

/***** Game Archive *****/

#archivewrapper{
	display:inline-block;
	max-width:1000px;
}
.gamethumb {
	float:left;
	width:200px;
	height:200px;
	margin:30px 15px;
	background-color:white;
	
}
.gamethumb > div {
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden;
}
.gamethumb > p {
	font-weight:400;
	padding:5px 0;
	color:black;
}
.thumbover {
	height:100%;
	width:100%;
	position:relative;
	
}
.thumbover p {
	position:absolute;
	padding:5px;
	top:50%;
	transform: translateY(-50%);
	font-weight:800;
	color:black;
	text-align:center;
	width:100%;
	font-size:1em;
	display:none;
}
.thumbover b {
	font-size:1.5em;
	line-height:2em;
	color:rgba(60,47,127,1);
}
/*.gamethumb:hover .thumbover {
	background-color:rgba(255,255,255,0.7);
}
.gamethumb:hover .thumbover p {
	display:block;
}
.gamethumb:hover > p {
	color:rgba(60,47,127,1);
	font-weight:800;
}*/
#dbc17 {
	background-image:url(../images/DBC17_thumb.jpg);
}
#rc3 {
	background-image:url(../images/rc3_thumb.jpg);
}
#rll3 {
	background-image:url(../images/rll3_thumb.jpg);
}
#dbc14 {
	background-image:url(../images/dbc14_thumb.jpg);
}
#rc2 {
	background-image:url(../images/rc2_thumb.jpg);
}
#afll2 {
	background-image:url(../images/afll2_thumb.jpg);
}
#rll2 {
	background-image:url(../images/rll2_thumb.jpg);
}
#afll {
	background-image:url(../images/afll_thumb.jpg);
}
#mcc {
	background-image:url(../images/mcc_thumb.jpg);
}


/***** Press *****/

#press {
	background-color:rgba(60,47,127,1);
}
#press h1 {
	color:white;
}



/***** About *****/

#aboutwrapper {
	max-width:700px;
	text-align:center;
	display:inline-block;
}
#aboutwrapper p {
	padding:20px;
	text-align:left;
	font-size:1.2em;
}
#aboutwrapper b {
	color:rgba(60,47,127,1);
	font-weight:800;
}

/***** Contact *****/


#contact {
	background-color:rgba(60,47,127,1);
}
#contact h1 {
	color:white;
}
.contactblock {
	background-color:white;
	width:300px;
	float:left;
	padding:20px;
	margin:10px 0;
}
#contact a {
	font-weight:800;
}
#contact p {
	text-align:left;
	line-height:1.2em;
}
#contact h3 {
	color:rgba(60,47,127,1);
	font-weight:800;
	text-align:left;
}
#contact_wrapper {
	max-width: 340px;
	margin: 0 auto;
}


/***** Game Pages *****/
.gamepage_head {
	background-color:white;
}
.gamepage_head #homelink {
	height:50px;
	width:120px;
	background-image:url(../images/tb_logo.svg);
}
.gamepage_head li:hover {
	color:white;
	background-color:rgba(60,47,127,1);
}
.gamepage_head li {
	color:rgba(60,47,127,1);
}
.game-pics {
	max-width:1000;
	margin:0 auto;
	text-align:center;
	padding-bottom:30px;
}
.game-title {
	width:100%;
	background-color:rgba(60,47,127,1);
	padding: 50px 0;
	color:white;
	text-align:center;
	margin-bottom:30px;
}
.game-title p {
	font-size: 3em;
	text-transform:uppercase;
	color:white;
	font-weight:800;
}
.game-info {
	max-width:500px;
	margin:50px auto;
}
.game-info img {
	padding-top:20px;
}
.game-info h2 {
	padding-bottom:20px;
}
.game-info p {
	padding-bottom:10px;
}
.game-info h3 {
	padding-top:15px;
	font-weight: 800;
}
.game-info b {
	color:rgba(60,47,127,1);
}