/* Five Card Quest styles */

@font-face {
    font-family: 'playbold';
    src: url('fonts/play-bold-webfont.eot');
    src: url('fonts/play-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/play-bold-webfont.woff') format('woff'),
         url('fonts/play-bold-webfont.ttf') format('truetype'),
         url('fonts/play-bold-webfont.svg#playbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	background-color: #000000; /* #261b18; */
	font: 20px 'playbold', Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	z-index: -1000;
}

.bgwrapper{
	position: relative;
}

.header{
	position: absolute;
	top: 0px;
	background: url(images/header.png) center bottom no-repeat;
	width: 100%;
	height: 980px; /* formerly 1080 */
	z-index: -999;
}

.wrapper{
	margin: 0 auto;
	width: 868px;
}

.bwrapper{
	margin: 0 auto;
	width: 720px;
}

.wrapper img{
	/*float: left;*/
}

.logo{
	display: block;
	width: 828px;
	height: 290px; /* formerly 290 */
	background: url(images/logo.png) center top no-repeat;
	margin: 520px auto 200px; /* formerly 650px and 180 px */
}

.logosubtext{
	background: url(images/grey-bar.png) center center no-repeat;
	width: 508px;
	height: 41px;
	line-height: 41px;
	color: #fff;
	display: block;
	margin: 0 auto 150px;
	font-size: 18px;
}

iframe{
	margin: 0 auto;
	display: block;
}

.screens{
	margin-top: 20px;
	margin-bottom: 30px;
}

.screens img {
	margin: 0 15px 20px;
}

.fullwidth{
	width: 100%;
}

.smallbox{
	margin: 0 auto;
	height: 320px;
	width: 440px;
	background-color: #972c23;
	color: #fff;
	margin-bottom: 40px;
	display: inline-block;
	vertical-align: top;
}

.smallbox p{
	margin: 0 auto;
	width: 400px;
	margin-top: 40px;

}

.box-top,
.box-mid,
.box-bottom{
	width: 720px;
	margin: 0 auto;
}

.box-top{
	margin-top: 20px;
	height: 36px;
	background: url(images/guilded-box-top.png) left top no-repeat;
}

.box-mid{
	background: url(images/guilded-box-mid.png) left top repeat-y;
	color: #fff;
	/* text-align: left; */
}

.box-mid a{
	color: #fff;
}

.box-mid p{
	margin: 0 0 0px;
}

.box-inner{
	padding: 0 40px;
}

.box-bottom{
	height: 38px;
	background: url(images/guilded-box-bottom.png) left top no-repeat;
	margin-bottom: 60px;
}

.col1{
	margin-left: 20px;
	width: 45%;
	float: left;
}

.col2{
	width: 45%;
	float: right;
}

.social-row{
	margin-top: 40px;
	margin-bottom: 40px;
}

.social-row p{
	width: 200px;
	float: left;
	font-size: 16px;
	text-align: left;
}

.social-row img{
	float: center;
}

.clear{
	clear: both;
}

.store-buttons{
	margin-bottom: 110px;
}

.store-buttons img{
	margin: 0 15px 20px;
}

.copyright{
	color: #fff;
}

.copyright a{
	color: #fff;
	text-decoration: none;
}

.copyright img{
	margin: 15px 0 18px 0;
}

/*Retina graphics!*/
/*

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	.logo{
		background: url(images/DBTSlogosmall.png) left top;
		background-size: 665px 339px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/*

/*
@media only screen and (max-device-width: 1023px) {
	.screens {
		display: none;
		margin-bottom: 120px;
	}
}
*/
