[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;
}
  @font-face {
    font-family: 'twt-x';
    src:  url('../fonts/twt-x.eot');
    src:  url('../fonts/twt-x.eot') format('embedded-opentype'),
      url('../fonts/twt-x.ttf') format('truetype'),
      url('../fonts/twt-x.woff') format('woff'),
      url('../fonts/twt-x.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="twt-"], [class*=" twt-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'twt-x' !important;
    speak: never;
    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;
  }
  
  .twt-x:before {
    content: "\e901";
  }
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;
}


