html,
body {
  height: 100%;
  padding: 0px;
  margin: 0px;
}

#wrap {
  min-height: 100%;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0px;
  /* Pad bottom by footer height */
  padding: 0px;
}



.logo {padding-top: 50px;
  padding-bottom: 50px;}


  @media screen and (max-width: 500px) {
  .image-top {display: none;
  visibility: hidden;}

  .logo {padding-top: 100px;
    padding-bottom: 100px;}
  }
