@font-face {
	font-family: 'HelveticaNeueLight';
	src: url('../fonts/helveticaneuelight.eot');
	src: url('../fonts/helveticaneuelight.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/helveticaneuelight.woff') format('woff'),
		 url('../fonts/helveticaneuelight.ttf') format('truetype'),
		 url('../fonts/helveticaneuelight.svg#helveticaneuelight') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
}

html {
	height: 100%;
}

body {
	background-image:url('../img/background.png');
	height: 100%;
}

.wrapper {
	background: linear-gradient(to bottom, rgba(91,91,91,0.5) 0%,rgba(48,48,48,1) 100%); /* W3C */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 960px;
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}

.logo {
	padding-top: 180px;
	padding-bottom: 20px;
}

.logo img {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.social {
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 125px;
}

.social a {
	display: block;
	width: 62px;
	height: 44px;
	background: url('../img/twitter-off.png') bottom;
	text-indent: -99999px;
}

.social a:hover {
	display: block;
	width: 62px;
	height: 44px;
	background: url('../img/twitter-on.png') bottom;
	text-indent: -99999px;
}

.text {
	display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}

p {
	font-size: 24px;
	line-height: 28px;
	color:#ffffff;
	font-family: 'HelveticaNeueLight';
	text-align: center;
}

h2 {
	font-size: 16px;
	line-height: 28px;
	color:#5b5b5b;
	font-family: 'HelveticaNeueLight';
	text-align: center;
}

.footer, .push {
	height: 40px; /* .push must be the same height as .footer */
}

@media (max-width: 960px) {
	body {
	background-image:url('../img/background-original.png');
	height: 100%;
	width: 100%;
}

.wrapper {
	background: linear-gradient(to bottom, rgba(91,91,91,0.5) 0%,rgba(48,48,48,1) 100%); /* W3C */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 480px;
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}

.logo {
	padding-top: 40px;
	padding-bottom: 20px;
}
}

@media (max-width: 480px) {
	body {
	background-image:url('../img/background-original.png');
	height: 100%;
	width: 100%;
}

.wrapper {
	background: linear-gradient(to bottom, rgba(91,91,91,0.5) 0%,rgba(48,48,48,1) 100%); /* W3C */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}

.logo {
	margin: 0 auto;
	margin-top: 0px;
	padding-bottom: 20px;
}

.social {
	margin-bottom: 0px;
}
}

@media (max-width: 320px) {
	body {
	background-image:url('../img/background-original.png');
	height: 100%;
	width: 100%;
}

.wrapper {
	background: linear-gradient(to bottom, rgba(91,91,91,0.5) 0%,rgba(48,48,48,1) 100%); /* W3C */
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 320px;
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}

.logo {
	margin-top: 0px;
}

.social {
	margin-bottom: 0px;
}
}