body, html{
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

@font-face {
  font-family: Aerobrush;
  src: url(../fonts/Aerobrush.ttf);
}

.wrapper{
	
}

.wrapper {
  display: table;
  position: absolute;
  top: -10%;
  left: 0;
  height: 100%;
  width: 100%;
}

.main_container {
  display: table-cell;
  vertical-align: middle;
}

.content {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
}

.coming_soon {
  font-family: Aerobrush;
  font-size: 64px
}

.social_media{
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: 5px 10px 15px 10px;
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
}

.social_media a{
	width: 100%;
	height: 100%;
	display: block;
}

.email a {
	color: #000;
}

.instagram {
	background-image: url(../imgs/instagram.png);
}

.facebook {
	background-image: url(../imgs/facebook.png);
}

.twitter {
	background-image: url(../imgs/twitter.png);
}