body{
  background-color: #ffffff;
  font-family: "Gill Sans", Helvetica, Arial, sans-serif;
  font-size:30px;
}
.center{
  position: absolute;
  margin: 0 auto;
  padding-top:50px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 700px;
  height: auto;

}

.contact{
	margin:30px 0 40px 0;
	text-align:center;
}

.text{
	margin:10px 0;
	text-align:center;
}

.image{
	max-width:340px;
	height:auto;
}

.logo{
	position:relative;
	left:10px;
	max-width:100%;
	height:auto;
}

.social-media{
    margin: 0 auto;
    max-width: 400px;
    height: auto;
}

.media-column {
  float: left;
  width: 33.33%;
  text-align:center;
   padding-bottom:50px;
}

/* Clear floats after the columns */
.media-row:after {
  content: "";
  display: table;
  clear: both;
}