@font-face {
    font-family: 'gasruxregular';
    src: url('../fonts/gasrux-webfont.eot');
    }


	
@font-face {
    font-family: 'gasruxregular';
    src: url('../fonts/gasrux-webfont.woff2') format('woff2'),
		 url('../fonts/gasrux-webfont.woff') format('woff'),
         url('../fonts/gasrux-webfont.ttf') format('truetype'),
         url('../fonts/gasrux-webfont.svg#gasruxregular') format('svg');
    font-weight: normal;
    font-style: normal;

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

[class^="socialicon"], [class*=" socialicon"] {
	/* use !important to prevent issues with browser extensions that change ../fonts */
	font-family: 'socialIcons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.socialiconenvelope:before {
	content: "\e900";
}

.socialiconmailicon:before {
	content: "\e901";
}

.socialiconATLLogo:before {
	content: "\e909";
}

.socialiconcross:before {
	content: "\e908";
}

.socialiconsnapchat-ghost:before {
	content: "\e90a";
}

.socialiconsoundcloud:before {
	content: "\e907";
}

.socialiconfacebook2:before {
	content: "\ea91";
}

.socialiconinstagram:before {
	content: "\ea92";
}

.socialiconspotify:before {
	content: "\ea94";
}

.socialicontwitter:before {
	content: "\ea96";
}

.socialiconyoutube:before {
	content: "\ea9d";
}

.socialiconappleinc:before {
	content: "\eabe";
}

.desk {
	display: block;
}

.mob {
	display: none;
}

body {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
	text-align: center;
	color: #000;
	font-size: 20px;
	background:grey;
}

html, body {
    width: 100%;
}

img {
	max-width: 100%;
	height: auto;
}
.contentwrapper {
    text-align: center;
    font-size: 20px;
    color: #000;
}


