body { 
	background-color: #000;
    background: url('bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Oswald', sans-serif;
    color: #c0bebe;
}
h1, p, a, a:hover {
	font-weight: 300;
	color: #c0bebe;
	text-decoration: none;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.logo {
	padding-top:50px;
}
.title {
	padding-top:20px;
}
.captions, .caption {
	color:#606060;
	padding-top:10px;
}
.captions a, .caption a {
	text-decoration: underline;
}
.brands {
	padding-top:70px;
}
.mgf {
	width:209px;
}
.xhp {
	width:370px;
}
.footer {
	border-top: 1px solid #c0bebe;
	font-size: 15px;
	margin-top:70px;
	padding-top:10px;
}
@media (max-width: 600px) {
	h1 {
		font-size: 25px;
	}
	.title {
		padding-top:0px;
	}
	.logo {
		padding-top:20px;
	}
	.brands {
		padding-top:20px;
	}
	.brands div.vcenter:nth-child(2n){
		padding-top: 30px;
	}
	.footer {
		margin-top:40px;
		padding-top:10px;
	}
	.mgf {
		width:30%; 
		max-width:209px;
	}
	.xhp {
		width:50%; 
		max-width:370px;
	}
}