/*Homepage: Dashboard*/
#spacecraftInfo .spacecraft-icon {
	background-image: url(/imgs/icons/outline/mer.png);
}

/* Send a Message Ad */


#Send-A-Message {
	background-color: #222;
	color: white;
	font-weight: 300;
	position: relative
}

#Send-A-Message .bgMask {
	height: 100%;
	background: url(/layout/mer/images/mer_postcard_home.jpg) left center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: 60vh;
	min-height: 400px;
	width: 100%;
}

#Send-A-Message .text {
	height: 100%;
	margin: 0 10%;
}

#Send-A-Message .text .vCenteredInner {
	width: 100%
}

#Send-A-Message .text h2 a {
	color: white;
	font-size: 1.7em;
	font-weight: 200
}

#Send-A-Message .text a {
	color: #90c9ff;
	font-weight: 600
}

#Send-A-Message .stamp {
	position: absolute;
	top: 5%;
	right: 5%;
}

@media only screen and (max-width: 736px) {
	#Send-A-Message .bgMask {
		background-attachment: scroll;
		background-position: bottom left;
	}
}