html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
	height:100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
	background: #fff url("background1.jpeg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  height:100%;
	margin:0;
}

#content {
  width:100%;
  position: absolute;
  top: 35%;
  margin:0 auto;
	text-align: center;
}

#logo-container, #social-icons {
  margin-left:auto !important;
  margin-right:auto;
  width:80% !important;
  max-width:1000px;
}

#logo-container {
	margin-bottom:1px;
	padding-bottom:2%;
}

#logo {
  width:100%;
}

#contact {
  margin:0;
  font-family: monospace;
  font-size:1em;
}
