body
{
	background-color: #000;
	font-family: sans-serif;
	color: #fff;
}

.coverimg
{
	background-position-x: center;
	background-repeat: no-repeat;
	background-size: cover;

}

.col
{
	width: 47%;
	float: left;
}

@media screen and (min-width: 800px)
{
	#header
	{
		background-size: 760px;
		height: 760px;
	}

}


@media screen and (max-width: 400px)
{
	.col
	{
		width: 100%;
	}

	#header
	{
		height: 92vw;
	}

	.gmg
	{
		background-size: 400px;
		height: 400px !important;
		margin: 0 !important;
	}
}

@media screen and (min-width: 400px)
{
	.card
	{
		text-align: center;
	}
}

#header
{
	background-image: url('/images/bb_logo_900.jpg');
}

.gmg
{
	margin: 2em;
	background-image: url('/images/gmg_finger_jab.jpg');
	height: 690px;
}

.card
{
	padding-top: 1em;
	padding-bottom: 2em;
}

.card_even a
{
	color: #fff;
}

.card_odd
{
	background-color: #eee;
	color: #111;
}

.row
{
	clear: left;
	text-align: left;
}

