* { padding: 0; margin: 0; }
html, body, #fullheight {
  min-height: 100% !important;
  height: 100%;
}

div.main{
  background: url("bg.jpg?bg=1") no-repeat center center fixed;
  background-size: cover;
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

a{
  color: #fff;
  text-decoration: none;
}


div.content{
  display: table-cell;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:20px;

  text-shadow: 0px 7px 10px #0e0e0e;
}

img.logo{
  width: 100%;
  max-width: 400px;
}

img.insta{
  width: 15px;
}
