/*
main
#37474f
#102027
#62727b

secondary
#c62828
#8e0000
#ff5f52

text
#9aa6ab
*/


/* Content */
.warframe h1{
	text-align:center;
	color:#ffffff;
	font-size:50px;
	padding:1% 0;
	margin:0;
	font-weight:lighter;
}

.warframeApp{
	float:left;
	width:50%;
}

@media only screen and (max-width:620px) {
	/* For mobile phones: */
    .warframeApp {
		width:100%;
    }
}
.warframeApp .featureGraphic{
	width:100%;
}
.appBrowser, .appAndroid{
	display:inline-block;
	margin:5px;
	width:30%;
	text-decoration:none;
	text-align:center;
}
.appAndroid{
	float:right;
}
.appBrowser img, .appAndroid img{
	border-radius: 15%;
	width: 100%;
	height: width;
}

.warframeApp .container a span{
	display:block;
}

.warframeApp .description{
	float:left;
}





