* { margin: 0; padding: 0; }
		
html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 170px;
    margin-top: -150px;
    width: 550px;
    margin-left: -275px;
    text-align: center;
    font-family: Roboto;
    font-size: 12px;
    color: #CCC;
}
.responsive-logo {
	width: 100%
}
#centered_title {
    font-family: Roboto;
    font-weight: normal;
    margin-left: 0px;
    text-align: center;
    font-size: 34px;
    color: #000;
}
#centered_social {
    width: 360px;
    height: auto;
    font-family: Roboto;
    text-align: center;
    font-size: 14px;
    color: #000;
}

@media (max-width: 600px) {

.responsive-logo {
	width: 100%
}
.centered {
	position: relative;
	top: 50%;
	left: 50%;
	height: 170px;
	margin-top: 150px;
	width: 350px;
	margin-left: -180px;
	text-align: center;
    font-family: Roboto;
	font-size: 12px;
	color: #CCC;
}
#centered_title {
    font-family: Roboto;
    font-weight: normal;
    margin-left: 0px;
    text-align: center;
    font-size: 34px;
    color: #000;
}
}
