body {
    padding: 0;
    margin: 0;
    font-family: "Lucida Console", Monaco, monospace;
    text-align:center;
	background-color: #1c001c;
	color: #ffffff;
}

#cd_logo {
    height:384px;
    width:384px;
	background: url("../img/cd_logo_large.png") no-repeat;
	display: inline-block;
}

@media only screen and (max-width: 992px) {
	#cd_logo {
		height:256px;
		width:256px;
		background: url("../img/cd_logo_medium.png") no-repeat;
	}
}

h1{
    color: #C51AEA;
    font-size: 1.5em;
    font-weight: normal;
}

.footer {
	text-align: right;
	font-size: 0.8em;
	color: #523752;
}

#bluerabbit-logo {
	width: 640px;
	max-width: 80%;
	margin: 2em 0;
}

.bluerabbit-screenshot {
	width: 1660px;
	max-width: 100%;
	margin-bottom: 1.2em;
}

.get-it-on-steam {
	margin: 2em;
	border: 1px solid black;
	height: 6em;
}

#contactform {
	text-align: left;
}