﻿body {
  background-color:white !important;
}
.welcome {
  position: absolute;
  left: 50%;
  top: 15%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width:300px;
  text-align:center;
      background-color: white;
    padding: 20px;
}
.contact{
	margin-top:20px;
}
.welcome img{
    display:inline;
}
.soon{
    margin-top:10px;
}
.social{
	position:absolute;
	bottom:10px;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width:300px;
  text-align:center;
}
.social img {
	    display:inline;
}

#map {
  height: 100%;
}

/* 
 * Optional: Makes the sample page fill the window. 
 */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}



